Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Adding a command to the cdt outline view context menu

Thanks for the info Doug and Dave. That alt-shift-f1 trick is amazing. I got this working with a generic popup extension targeting ICElement instead doing anything specific to the outline implementation. This has the bonus of working in the explorer view as well as the outline view.
Regards,
Wyatt

On Mon, Jan 26, 2015 at 6:29 PM, David Wootton <drwootton@xxxxxxxxxx> wrote:

If you make the view you are interested in the active view by clicking it then pressing alt-shift-f1, then you get a popup view (Plugin spy?) that describes the view, the view id, and the class that implements it. Ive used it a few times to get a starting point to figure out how to get access to a view I am interested in.

Dave



On January 26, 2015, at 20:22, Doug Schaefer <dschaefer@xxxxxxx> wrote:


It's not the CDT Outline View, it comes from the platform and all editors can populate it. But I'm not sure where it is exactly or what it's view id is.

Doug.

From: Wyatt Spear <wspear@xxxxxxxxxxxxxx>
Date: Mon Jan 26 2015 20:05:02 GMT-0500 (EST)
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: [cdt-dev] Adding a command to the cdt outline view context menu

Greetings,
I'm creating a plugin that I would like to hook into the context/right-click menu of the CDT outline view, so right clicking on a given node of the outline tree will invoke a command with the source location of the clicked node as input. I'm having trouble tracking down the extension point ids (and extension points) I need to use to make this happen. Which cdt plugin project contains the outline view? I haven't been able to find it in ui or core. If anyone could point me in the right direction I would appreciate it greatly.

Thanks,
Wyatt Spear

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top