Community
Participate
Working Groups
I see a 'Source > Format' in the context menu even when nothing is selected. The item is at least disabled so no "harm" can be done.
I installed several (or all?) of the plug-ins from the Java EPP package like Mylyn, Mylyn WikiText, m2e, and WindowBuilder but was not able to get this context menu entry to appear. This is very odd.
Seems to come from 'Eclipse XML Editors and Tools'.
Same bug as bug 354967. <menuContribution locationURI="popup:org.eclipse.ui.popup.any?after=additions"> <menu id="sourceMenuId" label="%Source"> <command commandId="org.eclipse.wst.sse.ui.format" id="sourceFormat" style="push"> <!-- Check to make sure that the handler is enabled before making visible --> <visibleWhen checkEnabled="true" /> </command> </menu> </menuContribution> *** This bug has been marked as a duplicate of bug 354967 ***