Bug 76945 - Java Editor checks file status after every key press
Summary: Java Editor checks file status after every key press
Status: RESOLVED DUPLICATE of bug 44613
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-25 12:11 EDT by Paul Curren CLA
Modified: 2004-10-25 13:28 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Curren CLA 2004-10-25 12:11:38 EDT
This is a problem that really shows itself up if I'm working from home on a file
system which is hosted in the office via Clearcase i.e. i'm accessing the files
over the network.

Each key press in the Java editor takes about 3 seconds to react (i.e. if I type
backspace, then the operation will happen 3 seconds later) with Eclipse frozen
in the meantime.

This makes Eclipse unusable for editing Java files from a network drive over a
slow (1Mb/sec) network. It's only the Java editor which shows the problem.

Even when working in the office, this continual access to the file system on
every key press is a bit of an overhead on our view server.

Snooping network traffic (using Ethereal) shows multiple (looks like 9)
QUERY_FILE_BASIC_INFO SMB operations ocurring for every key press (even just
cursor keys).
Comment 1 Christof Marti CLA 2004-10-25 13:28:09 EDT
Marking as duplicate. Please reopen if this happens with 3.0.1 or recent builds
from the 3.1 stream and supply additional information according to:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-text-home/development/bug-incomplete.htm


*** This bug has been marked as a duplicate of 44613 ***