I have a view which would like to be notified about all the currently opened editors. Where can I add a listener to achieve this?
I was expecting WorkbenchPage or EditorManager to have some appropriate listener registry, but I couldn't find it.
|
|
I have a view which would like to be notified about all the currently opened editors. Where can I add a listener to achieve this? I was expecting WorkbenchPage or EditorManager to have some appropriate listener registry, but I couldn't find it.
|
|||
|
|
|
|
Does your view uses a That is what is using this EditorListener, whose job is to react, for a given view, to Editor events (including open and close)
Now if your
|
|||
|
|
|
|
I think you're on the right track. You need to listen to the IWorkbenchPage IPartService events:
|
||||||
|