Skip to main content



      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 04: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: Wed Apr 30 16:13:42 EDT 2025

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

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

Back to the top