Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 235101 Details for
Bug 416423
[design] Unhandled Command visible in main menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Sample plugin.xml to show menu behaviour.
sample plugin.xml (text/xml), 2.31 KB, created by
Heiko Mattes
on 2013-09-03 07:22:07 EDT
(
hide
)
Description:
Sample plugin.xml to show menu behaviour.
Filename:
MIME Type:
Creator:
Heiko Mattes
Created:
2013-09-03 07:22:07 EDT
Size:
2.31 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><?eclipse version="3.2"?> ><plugin> > > <extension > point="org.eclipse.ui.menus"> > <menuContribution > allPopups="false" > locationURI="menu:org.eclipse.ui.main.menu"> > <menu > id="Test" > label="Test"> > <command > commandId="Handled" > style="push"> > <visibleWhen > checkEnabled="true"> > </visibleWhen> > </command> > <command > commandId="NotHandled" > style="push"> > <visibleWhen > checkEnabled="true"> > </visibleWhen> > </command> > <menu > label="Only Not Handled"> > <command > commandId="NotHandled" > style="push"> > <visibleWhen > checkEnabled="true"> > </visibleWhen> > </command> > </menu> > <menu > label="Mixed Handled"> > <command > commandId="Handled" > style="push"> > <visibleWhen > checkEnabled="true"> > </visibleWhen> > </command> > <command > commandId="NotHandled" > style="push"> > <visibleWhen > checkEnabled="true"> > </visibleWhen> > </command> > </menu> > <menu > label="Only Handled"> > <command > commandId="Handled" > style="push"> > <visibleWhen > checkEnabled="true"> > </visibleWhen> > </command> > </menu> > </menu> > </menuContribution> > </extension> > > <extension > point="org.eclipse.ui.commands"> > <command > defaultHandler="Handler" > id="Handled" > name="Handled"> > </command> > <command > id="NotHandled" > name="Not Handled"> > </command> > </extension> > ></plugin>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 416423
:
235101
|
235183