Bug 46036 - [misc] Java Editor on big files frozen for seconds after post selection
Summary: [misc] Java Editor on big files frozen for seconds after post selection
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P2 major (vote)
Target Milestone: 3.0 M7   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate, performance
Depends on:
Blocks:
 
Reported: 2003-11-04 11:35 EST by Dani Megert CLA
Modified: 2004-02-12 06:34 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2003-11-04 11:35:54 EST
I20031029 (or earlier)

1. Open JavaEditor.java in the Java editor
2. scroll down to half of file
3. type some text
==> editor blocks for some time

The time increases with the number of views that are linked to the editor, e.g.
Java Browsing perspective is a good test case.

There are several areas where the time can be spent:
- in the editor
- view updating
- in J Core (AST, codeResolve, reconciling the CU)
- delta processing of views
Comment 1 Dani Megert CLA 2004-02-10 07:30:57 EST
The reason was that the Java Browsing parts reconciled in the UI thread. This
has been changed. See also bug 51290.
Comment 2 Christof Marti CLA 2004-02-11 04:29:38 EST
start verifying
Comment 3 Christof Marti CLA 2004-02-11 07:14:02 EST
verifyied ok