-
New Feature
-
Resolution: Done
-
Major
-
0.8.0.Final
-
None
-
None
-
NEW
-
NEW
AbstractWorkbenchEditorActivity always instantiates a LockManager that observes various Lock related CDI events. Most troublesome is that AbstractWorkbenchEditorActivity initialises said LockManager with a "Reload Handler" that re-opens the Editor should a lock fail to be obtained.
I am working on using AbstractWorkbenchEditorActivity as a "multi-document interface" and hence, should the lock fail to be obtained for "one" document in the Editor I do not want to re-load the whole editor.