Bug 31077 - Open action should use JavaCore.run to batch deltas
Summary: Open action should use JavaCore.run to batch deltas
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 RC1   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-06 06:06 EST by Dirk Baeumer CLA
Modified: 2003-02-19 05:10 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 Dirk Baeumer CLA 2003-02-06 06:06:31 EST
I20030205

When more than on file gets opened the OpenAction should execute the for loop 
inside JavaCore.run to batch Java Model Deltas. This would reduce flickering in 
the package explorer and other Java views.
Comment 1 Dirk Baeumer CLA 2003-02-06 06:06:49 EST
Postpone > 2.1
Comment 2 Eduardo Pereira CLA 2003-02-18 14:28:16 EST
Just to note that bug 30215 was on the "hot list" of PRs to address for 2.1 
based on input from the other teams.
Comment 3 Dirk Baeumer CLA 2003-02-19 05:08:33 EST
Reopening
Comment 4 Dirk Baeumer CLA 2003-02-19 05:10:41 EST
We retested bug 30125 and the package explorer doesn't flicker anymore in 
I20030216.

The bug got addressed by fixing bug 30623 and by supressing label updates in 
the tree viewer (passing false to updateLabels when refreshing tree nodes).