Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] What extension point do i need to use to change howvalues are displayed

I've looked for the code where this is registered but can't find it.
What CDT component registers this? Looking at the code for 3.1.2 as
thats the version we use here as thats what Carbide is based on.

-Ivan

On Wed, Apr 16, 2008 at 5:00 PM, Mikhail Khodjaiants
<Mikhail.Khodjaiants@xxxxxxx> wrote:
>
>
> There is already an IElementLabelProvider adapter registered for ICVariable.
>
>  ________________________________
>  From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Pawel Piech
> Sent: Wednesday, April 16, 2008 4:57 PM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] What extension point do i need to use to change
> howvalues are displayed
>
>
>
> You could implement your own IElementLabelProvider and register it for
> ICVariable object.  This will work as long as CDT does not decide to supply
> its own provider at some point in the future, in which case you'd be out of
> luck.
>
> For DSF-based debuggers there is more support for making this kind of
> extension.
>
> Cheers,
> Pawel
>
> Elena Laskavaia wrote:
> I think technically it is possible, it should be an extension in
> org.eclipse.debug.ui and I don't know which one though...
>
> Ivan Kelly wrote:
>
>
> Hi
>
> I have a variable type that currently displays an int in the debug
>
> variables view. I want to replace the int with a text value looked up
>
> from a list. I've spent a while looking though the available extension
>
> points, but nothing seems to fit the bill. Is anything like this
>
> possible without having to resort to poking at the internals of
>
> eclipse/cdt.
>
>
>
> btw, gmail is being blocked by the DSBL.
>
>
>
> Regards
>
>
>
> -Ivan
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>
>
>
> --
>
> IMPORTANT NOTICE: The contents of this email and any attachments are
> confidential and may also be privileged. If you are not the intended
> recipient, please notify the sender immediately and do not disclose the
> contents to any other person, use it for any purpose, or store or copy the
> information in any medium.  Thank you.
> _______________________________________________
>  cdt-dev mailing list
>  cdt-dev@xxxxxxxxxxx
>  https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>


Back to the top