Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Add Java action sets to multipage editor
Add Java action sets to multipage editor [message #13034] Sun, 04 May 2003 08:21
Eclipse UserFriend
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>
Previous Topic:Java-Documentation
Next Topic:how to connect to mysql within eclipse
Goto Forum:
  


Current Time: Fri Sep 27 04:19:17 GMT 2024

Powered by FUDForum. Page generated in 0.02817 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top