Community
Participate
Working Groups
Build ID: 3.4M6 I20080330-1350 with wtp-wst-S-3.0M6-20080404175400.zip See bug 208711 where the same thing happened with the web browser icon. See bug 109402 for why this is bad.
+1
*** Bug 227216 has been marked as a duplicate of this bug. ***
Note that in addition to appearing in the toolbar, this command is also appearing in navigate menu in all perspectives.
+2
Phil, is it possible to clear this up? I know there might be issues with ensuring that there's at least one perspective where it's properly available by default depending on the configuration.
fixed: (visible from true->false in plugin.xml) <extension point="org.eclipse.ui.actionSets"> <actionSet label="%JavaActionSet.label" description="%JavaActionSet.description" visible="false" id="org.eclipse.wst.jsdt.ui.JavaActionSet2"> <action id="openType" toolbarPath="org.eclipse.search.searchActionSet/Search" class="org.eclipse.wst.jsdt.internal.ui.actions.OpenTypeAction" definitionId="org.eclipse.wst.jsdt.ui.navigate.open.type" icon="$nl$/icons/full/etool16/opentype.gif" helpContextId="org.eclipse.wst.jsdt.ui.open_type_action" label="%OpenTypeAction.label" menubarPath="navigate/open.ext2" tooltip="%OpenTypeAction.tooltip"> </action> </actionSet> </extension> javascript perspective will still show open type.
Thanks for the fix. Looking forward to M7 to test it.