Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Line Separator in Menubar
Line Separator in Menubar [message #479821] Wed, 12 August 2009 15:44
Rahul Yadav is currently offline Rahul YadavFriend
Messages: 65
Registered: July 2009
Member
I have added a menu "Create HTML" in the menu bar under "Project\close
project" .
How can i add a line separator between "Close Project" option and option i
am providing("Create HTML").
line separator has to be like one between Close Project and Build.



<extension point="org.eclipse.ui.menus">
<menuContribution locationURI="menu:project?after=closeProject">
<command commandId="de.vogella.plugin.htmlconverter.convert"
label="Create HTML"
style="push">
</command>
</menuContribution>
</extension>


Thanks All.
Previous Topic:Showing Help on Dialog
Next Topic:Line Separator in Menubar
Goto Forum:
  


Current Time: Thu Sep 26 13:49:38 GMT 2024

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

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

Back to the top