Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Signals view

Hm. Could I remove that action with another plugin.xml change?

John

At 09:21 PM 1/12/2006, you wrote:
John,

I don't think it would "misfire". The only problem is that there is the
"Resume Without Signal" action which is enabled when the target is suspended
because of a signal. In your case this action will always be disabled but
present in the context menu.

Mikhail
----- Original Message -----
From: "John Cortell" <john.cortell@xxxxxxxxxxxxx>
To: "CDT Debug developers list" <cdt-debug-dev@xxxxxxxxxxx>
Sent: Thursday, January 12, 2006 8:57 PM
Subject: Re: [cdt-debug-dev] Signals view


> Mikhail,
>
> Thanks. That indeed results in what I'm asking. I've opened
>
>          https://bugs.eclipse.org/bugs/show_bug.cgi?id=123702
>
> In fact, the solution you've provided suggests we may be able to take
> things one step further and remove the view altogether from our
> product by removing the entry in the copy of CDT that we distribute.
> Is there any code outside the view that would "misfire" if we did this?
>
> John
>
> At 06:26 PM 1/12/2006, you wrote:
> >John,
> >
> >Try to set to "false" the "autoOpen" property of the
> >"org.eclipse.debug.ui.contextViewBindings" extension point for the
> >Signals view.
> >If it does what you want, please, submit a bug and I'll change it
> >for the 3.0.2. The Signals view shouldn't be opened automatically.
> >
> >Mikhail
> >----- Original Message ----- From: "John Cortell"
> <john.cortell@xxxxxxxxxxxxx>
> >To: <cdt-debug-dev@xxxxxxxxxxx>
> >Sent: Thursday, January 12, 2006 3:04 PM
> >Subject: [cdt-debug-dev] Signals view
> >
> >
> >>Is there a non-intrusive way to make CDT not include the Signals view
> >>when it customizes the Debug perspective for the user (with
> >>permission on first launch)? This view is not applicable to our
> >>CDI-based environment.
> >>
> >>John
> >>
> >>_______________________________________________
> >>cdt-debug-dev mailing list
> >>cdt-debug-dev@xxxxxxxxxxx
> >>https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
> >
> >_______________________________________________
> >cdt-debug-dev mailing list
> >cdt-debug-dev@xxxxxxxxxxx
> >https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
>
> _______________________________________________
> cdt-debug-dev mailing list
> cdt-debug-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
>

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



Back to the top