-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[performance] faster ExecutionEnvironmentsPreferencePage.performOk()
Group touching the projects to a single async operation with workspace rule. Totally get rid of UI Freeze. And ~9 sec faster for platform workspace (~500 projects) eclipse-jdt/eclipse.jdt.core#2884 Pattern taken from JavaCompilerPropertyPage.performOk()
- Loading branch information
1 parent
1f509a5
commit cfb989b
Showing
3 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters