Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » List of all tags used in plugin.xml
List of all tags used in plugin.xml [message #507433] Wed, 13 January 2010 14:01 Go to next message
Rohan  is currently offline Rohan Friend
Messages: 12
Registered: October 2009
Junior Member
1)Can anyone please give me a link to a page which gives the details of all the tags used in plugin.xml file?

2)How should i add an action into an already existing menu item?
(PS- when i tried to specify an already existing menu item name in the label attribute of menu tag, a new menu item was created with the same name)

Re: List of all tags used in plugin.xml [message #507534 is a reply to message #507433] Wed, 13 January 2010 18:44 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Rohan wrote:
> 1)Can anyone please give me a link to a page which gives the details of
> all the tags used in plugin.xml file?

The list of tags is extensible, with each plugin contributing new tags
(confined to within an <extension/> element). See
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/reference/extension-points/index.html
for an example.


> 2)How should i add an action into an already existing menu item?
> (PS- when i tried to specify an already existing menu item name in the
> label attribute of menu tag, a new menu item was created with the same
> name)

Totally depend one where the original Menu is coming from. Do you know?
Which Menu are you referring to?

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Re: List of all tags used in plugin.xml [message #507905 is a reply to message #507534] Fri, 15 January 2010 05:53 Go to previous messageGo to next message
Rohan  is currently offline Rohan Friend
Messages: 12
Registered: October 2009
Junior Member
Paul, thank you for the link provided.

As for the second part of your question, I have provided an image of the menu here. I do not know where the original menu is coming from. As you can see, my menu item 'BankFusion' is being added as a new on though it already exists in the menu.
http:// picasaweb.google.com/rohanhonwade/Desktop#542683971997805102 6
Re: List of all tags used in plugin.xml [message #508335 is a reply to message #507905] Mon, 18 January 2010 13:32 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Rohan wrote:
> Paul, thank you for the link provided.
>
> As for the second part of your question, I have provided an image of the
> menu here. I do not know where the original menu is coming from.

You need the ID of the BankFusion Menu that exists in the popup.
Without that, you cannot add to it.

PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Previous Topic:How to solve conflicting binding for open type (Ctrl+Shift+T)
Next Topic:markerTypeCategory custom icon?
Goto Forum:
  


Current Time: Thu Apr 25 11:18:20 GMT 2024

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

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

Back to the top