Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] showing the debug action group dynamically according to the selection of different debug targets?


The short answer is "no".

The longer answer is that we are looking for ways to support such behavior in Eclipse 3.0. The workbench has added support for "roles and activities" that allow the workbench to "statically" filter what actions/views are visible. See the platform-ui mailing list for details. As well, stay tuned to the following bug to see what developments the debugger comes up with to support this. (Note, we intend to get rid of debug action groups in 3.0, in favor of new/enhanced support refered to in this bug report).

https://bugs.eclipse.org/bugs/show_bug.cgi?id=36495
https://bugs.eclipse.org/bugs/show_bug.cgi?id=22818

Darin



Shu Tan/Toronto/IBM@IBMCA
Sent by: jdt-debug-dev-admin@xxxxxxxxxxx

11/25/2003 03:43 PM
Please respond to jdt-debug-dev

       
        To:        jdt-debug-dev@xxxxxxxxxxx
        cc:        
        Subject:        [jdt-debug-dev] showing the debug action group dynamically according to the selection of different debug targets?







Hi,

I am writing a debugger by using eclipse debug framework.   I have
contributed some debug actions which I group them together as our own debug
action group.
However, the user needs to use our debugger and Java debugger at the same
time.  Right now,  the user has to choose both debug action groups from
preference page,
and all the actions in both groups will always be shown up in debug view
toolbar.  Is there any way that different debug action groups can be shown
up dynamically according
the selection of different debug targets?

Shu Tan


_______________________________________________
jdt-debug-dev mailing list
jdt-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-debug-dev



Back to the top