[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| RE: [cdt-dev] Adding menu to DSF disassembly view's ruler context	menu? | 
Hi,
the ruler context menu is registered with the IWorkbenchPartSite, 
so it should be extensible using the extension points 
"org.eclipse.ui.popupMenus" and "org.eclipse.ui.menus".
The menu id is "#DisassemblyPartRulerContext".
Regarding support for different breakpoint types in the disassembly,
see also https://bugs.eclipse.org/bugs/show_bug.cgi?id=285225
HTH
Toni
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Norman Yee
> Sent: Friday, August 28, 2009 10:22 PM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] Adding menu to DSF disassembly view's 
> ruler context menu?
> 
> I am working on a custom DSF debugger plugin and I want to 
> add a new menu item, "Add Hardware Breakpoint," to the DSF 
> disassembly view's ruler context menu.  It looks like the 
> context menu is hard-coded in 
> DisassemblyPart.fillRulerContextMenu() and cannot be changed. 
>  Is there any way to change the context menu without changing 
> the org.eclipse.cdt.dsf.ui plugin?
> 
> 
> 
> 
>       
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>