Add Java action sets to multipage editor [message #13034] |
Sun, 04 May 2003 04:21 |
Eclipse User |
|
|
|
Originally posted by: scheglov_ke.nlmk.ru
I have my multipage editor, one page of which is CompilationUnitEditor.
Is it possible to have all Java action sets available in this editor (or
better only for page, where CompilationUnitEditor)? I've added following
text in my plugin.xml, menus becomes visible, but almost all items are
disabled. But they are enabled in popup menu.
<extension point="org.eclipse.ui.actionSetPartAssociations">
<actionSetPartAssociation
targetID="org.eclipse.jdt.ui.CodingActionSet">
<part id="ru.nlmk.eclipse.plugins.designer.editors.MultiPageEditor "/>
</actionSetPartAssociation>
</extension>
|
|
|
Powered by
FUDForum. Page generated in 0.07817 seconds