Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Debugger enhancement request: debugger view toolbars change based on context

I've been looking at this problem for quite some time (see bug 246243). I settled on using action sets to control visibility. Using active debug context causes the menus to change a little too often, which makes the UI look somewhat schizophrenic, not to mention performance implications.

Cheers,
Pawel

Darin Wright wrote:
[platform-debug-dev] Debugger enhancement request: debugger view toolbars change based on context


Two more things:

1) Action contributions (toolbars) are managed by the workbench. It would be most desirable to use workbench constructs to control visibility rather than having debug interfere with it (but this may be possible using the command handler framework).

2) Not sure "F!" is a good choice :-)

Darin
_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-debug-dev



Back to the top