Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » is there any standard action to display the Welcome page
is there any standard action to display the Welcome page [message #622627] Fri, 05 December 2008 17:30
Christophe Dore is currently offline Christophe DoreFriend
Messages: 10
Registered: January 2010
Junior Member
Hi

I'm developping my own RCP app. I've been able to show an (empty so far,
no matter) welcome page when starting on a new workspace.

My problem is: I'd like to add the same Welcome command in the help
menu, using extensions (should be easier than code, given my plugin
distribution)

I've been able to find the standard action for help and other standard
commands

<menu
id="help"
label="Help">
<command
commandId="org.eclipse.ui.help.helpContents"
id="helpContents"
style="push">
</command>
<command
commandId="org.eclipse.ui.help.helpSearch"
id="helpSearch"
style="push">
</command>
<command
commandId="org.eclipse.ui.help.aboutAction"
id="aboutAction"
style="push">
</command>
</menu>


is there anything similar for the Welcome page, that would allow me to
add it in my menu with just a <command ...> tag?

thanks for you help.

--
cd
Previous Topic:.css is not making relative links to images
Next Topic:Dynamic Help not working
Goto Forum:
  


Current Time: Thu Apr 25 10:45:36 GMT 2024

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

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

Back to the top