Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How do I contribute actions to the Debug View' menu?
How do I contribute actions to the Debug View' menu? [message #219637] Tue, 22 November 2005 22:37 Go to next message
Alex Le is currently offline Alex LeFriend
Messages: 649
Registered: July 2009
Senior Member
Hi,

When you right click on an entry in the Debug view, there is menu that
has menu entries like "Terminate", "Resume", etc. I would like to
contribute to this menu.

I know that I can put in action extension, if possible, but it's the
'menubarPath' that I need know. I prefer to add my own menu entry,
e.g., "ACME Product" that, in turns, has sub menu entries.

Thanks for any tips.
Re: How do I contribute actions to the Debug View' menu? [message #219645 is a reply to message #219637] Wed, 23 November 2005 00:11 Go to previous messageGo to next message
Alex Le is currently offline Alex LeFriend
Messages: 649
Registered: July 2009
Senior Member
AL wrote:
> Hi,
>
> When you right click on an entry in the Debug view, there is menu that
> has menu entries like "Terminate", "Resume", etc. I would like to
> contribute to this menu.
>
> I know that I can put in action extension, if possible, but it's the
> 'menubarPath' that I need know. I prefer to add my own menu entry,
> e.g., "ACME Product" that, in turns, has sub menu entries.
>
> Thanks for any tips.

I found some leads--the plugin.xml from org.eclipse.debug.ui_3.1.1
plugin and the action contributions from org.eclipse.

Nevertheless, any more tips would be appreciated.
Re: How do I contribute actions to the Debug View' menu? [message #219923 is a reply to message #219645] Thu, 01 December 2005 00:05 Go to previous message
Eclipse UserFriend
Originally posted by: jaredburns.no.spam.acm.org

You should also look at the plugin.xml for JDT Debug UI. That will show
you how a 3rd party plugin does it.

- Jared

AL wrote:
> AL wrote:
>
>> Hi,
>>
>> When you right click on an entry in the Debug view, there is menu that
>> has menu entries like "Terminate", "Resume", etc. I would like to
>> contribute to this menu.
>>
>> I know that I can put in action extension, if possible, but it's the
>> 'menubarPath' that I need know. I prefer to add my own menu entry,
>> e.g., "ACME Product" that, in turns, has sub menu entries.
>>
>> Thanks for any tips.
>
>
> I found some leads--the plugin.xml from org.eclipse.debug.ui_3.1.1
> plugin and the action contributions from org.eclipse.
>
> Nevertheless, any more tips would be appreciated.
Previous Topic:Debugging - Drag & Drop
Next Topic:How to change the label in the Debug View of my running process?
Goto Forum:
  


Current Time: Thu Apr 25 06:20:32 GMT 2024

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

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

Back to the top