- Since partClosed() is triggered when any IWorkBenchPart is closed, the...
- Since partClosed() is triggered when any IWorkBenchPart is closed, the current implementation erroneously removes the EditorActivationListener even if any other view but the "Model Elements" view is closed. - Hence, use a different approach and in partActivated() check, if the LibraryView's TreeViewer control is disposed
Please register or sign in to comment