I have an rcp application with two editors (extending the Editorpart) in two different plugins, and i want create a toolbar-button to switch betwen editor/plugins with same file.
Is that possible?
regards Alex
I have an rcp application with two editors (extending the Editorpart) in two different plugins, and i want create a toolbar-button to switch betwen editor/plugins with same file.
Is that possible?
regards Alex
Of course, just get the active workbench page and call
IWorkbenchPage.openEditor(input, editorId)
.