Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » plugin that adds a view to the debugger plugin
plugin that adds a view to the debugger plugin [message #131578] Thu, 18 September 2003 05:19 Go to next message
Eclipse UserFriend
Originally posted by: tanja.scharf.web.de

Hi,

I need to write a plugin that adds a Swing based Object Explorer to the
debugger plugin. There should be a new menu entry "Object Explorer" in the
context menu of a variable (View variables) underneath the actions "Watch"
and "Inspect". I've been reading documentation and newsgroups since days
now but do not find the right extension points for this. Is this kind of
extension possible at all?

thanks in advance,
Tanja
Re: plugin that adds a view to the debugger plugin [message #131995 is a reply to message #131578] Thu, 18 September 2003 10:08 Go to previous message
Eclipse UserFriend
Use the 'org.eclipse.ui.popupMenus' extension point to add an
'objectContribution' for IJavaObject's. This extension point is documented.

Darin

"Tanja Scharf" <tanja.scharf@web.de> wrote in message
news:bkbtb2$ks$1@eclipse.org...
> Hi,
>
> I need to write a plugin that adds a Swing based Object Explorer to the
> debugger plugin. There should be a new menu entry "Object Explorer" in the
> context menu of a variable (View variables) underneath the actions "Watch"
> and "Inspect". I've been reading documentation and newsgroups since days
> now but do not find the right extension points for this. Is this kind of
> extension possible at all?
>
> thanks in advance,
> Tanja
>
Previous Topic:M3 and .class files
Next Topic:Extending the Debugger
Goto Forum:
  


Current Time: Sat Jul 12 15:34:51 EDT 2025

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

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

Back to the top