forked from eclipse-platform/eclipse.platform.ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 578871 - prevent UI freeze during UNDO operation + autobuild (ecl…
…ipse-platform#6) While JDT's refactoring correctly tries to interrupt autobuild the UNDO of the same operation did not. In general all UNDO Operations did not try to interrupt autobuild. This adds dependency from ui to resources to make the History operations become aware of resource scheduling rule. Co-authored-by: Joerg Kubitz <jkubitz-eclipse@gmx.de>
- Loading branch information
1 parent
037aa76
commit d610ff2
Showing
2 changed files
with
28 additions
and
2 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