Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Where can I find a list of the cheat sheet commands?
Where can I find a list of the cheat sheet commands? [message #319811] Sun, 02 September 2007 05:25 Go to next message
Eclipse UserFriend
Originally posted by: oded_50.hotmail.com

Hi,
I want to open the preference page from a cheat sheet, how can that be done?
Where can I find a list of the cheat sheet commands and actions?
I looked at "ParameterizedCommand" but that's a dead end.

Thanks,
Oded
Re: Where can I find a list of the cheat sheet commands? [message #319834 is a reply to message #319811] Mon, 03 September 2007 16:38 Go to previous messageGo to next message
Eclipse UserFriend
Oded,

If you are using Eclipse Europa (3.3) there is a new cheatsheet editor that
wll show you the available commands for a cheat sheet item.

The item below will open a preference page.

<item title="MyTitle" dialog="true" skip="false">
<description>Open the file association preference page.</description>
<command
serialization=" org.eclipse.ui.window.preferences(preferencePageId=org.eclip se.ui.preferencePages.FileEditors) "
confirm="false">
</action>
</item>

I've got more information at
http://richclientplatform.blogspot.com/2007/09/cheat-sheet-e ditor.html.

David

"oded peer" <oded_50@hotmail.com> wrote in message
news:979028991.301188725159011.JavaMail.root@cp9.dzone.com...
> Hi,
> I want to open the preference page from a cheat sheet, how can that be
> done?
> Where can I find a list of the cheat sheet commands and actions?
> I looked at "ParameterizedCommand" but that's a dead end.
>
> Thanks,
> Oded
Re: Where can I find a list of the cheat sheet commands? [message #319846 is a reply to message #319834] Tue, 04 September 2007 06:46 Go to previous message
Eclipse UserFriend
Originally posted by: oded_50.hotmail.com

I am using Eclipse 3.2.1.
Thanks for the tip.

Oded
Previous Topic:retrieve the title of a resource and set the title on the editor
Next Topic:Curiosity about need for a seperate feature branding plugin
Goto Forum:
  


Current Time: Sat May 10 13:02:11 EDT 2025

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

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

Back to the top