Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Is there a way to add my own items to Workbench keys?
Is there a way to add my own items to Workbench keys? [message #180142] Wed, 14 January 2004 22:15 Go to next message
Eclipse UserFriend
Originally posted by: nospam.nospam.org

In my plugin I would like to add my own categories to the Workbench.Keys
Preferences
Can I do it?
Re: Is there a way to add my own items to Workbench keys? [message #180308 is a reply to message #180142] Thu, 15 January 2004 09:22 Go to previous messageGo to next message
Martin Kersten is currently offline Martin KerstenFriend
Messages: 306
Registered: July 2009
Senior Member
Hi,

> In my plugin I would like to add my own categories to the Workbench.Keys
> Preferences
> Can I do it?
Sure you can. Just do the monkey thing by checking out how the other
plug-ins
do it and just imitate it. Should be the ui projects since its an action but
i am not
that sure.
By the way, you can always do everything the eclipse plugins do. Its a
key feature of the eclipse platform ;)


Martin (Kersten)
Re: Is there a way to add my own items to Workbench keys? [message #180483 is a reply to message #180142] Thu, 15 January 2004 16:24 Go to previous message
Eclipse UserFriend
Originally posted by: douglas.pollock.magma.ca

On Wed, 14 Jan 2004 17:15:51 -0500, Alex wrote:

> In my plugin I would like to add my own categories to the Workbench.Keys
> Preferences

An example (showing internationalized strings):

<category
name="%category.textEditor.name"
description="%category.textEditor.description"
id="org.eclipse.ui.category.textEditor">
</category>


Then start assigning commands and action sets to the given category ID.
Previous Topic:FeatureConsistencyChecker error trying to build sample plugin under 2.1.x
Next Topic:non-stop "Building workspace" task in the background
Goto Forum:
  


Current Time: Sat Jul 27 18:18:19 GMT 2024

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

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

Back to the top