Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] default Number Format in variables view

Sorry, no that is not what I want.

I want to be able to display Hex (or whatever else) as the default. I do not want to have to change the NUmber Format for every new project (Launch Config?) I create. Persistence is helpful, but I don't want to have to change it - I want the DEFAULT to be what I choose, not what CDT chooses..

Many years ago, in CDI debug, the preference mentioned in my original email worked, but now there seems to be no way to display as Hex by default.

I am happy to write code to do this, I just need to know if it is at all possible.

Thanks

On 5 Mar 2015, at 15:20, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> wrote:

> I believe the setting is persisted so once you change it to hex, it will remain there for new sessions, clones views,
> restarted eclipse.  Not sure about a new workspace though.
> 
> Is that what you need?
> ________________________________________
> From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Derek Morris [dmsubs@xxxxxxxxxxxxx]
> Sent: March 5, 2015 10:13 AM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] default Number Format in variables view
> 
> Marc,
> 
> Thanks for the response.
> 
> I know that I can change the view, but I want to change the default. i.e. I always want the view in Hex and not 'Default'.
> 
> Is there a way to change the default?
> 
> Thanks
> 
> On 5 Mar 2015, at 15:10, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> wrote:
> 
>> The variables view has a menu (view menu) to change the number format for the entire view.
>> 
>> Marc
>> ________________________________________
>> From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Derek Morris [dmsubs@xxxxxxxxxxxxx]
>> Sent: March 5, 2015 7:19 AM
>> To: CDT General developers list.
>> Subject: [cdt-dev] default Number Format in variables view
>> 
>> It is good to see that we can now change the Number Format for individual variables in CDT8.6, but how do we change the Default number format?
>> 
>> The default display is Decimal (and, for chars) the character.
>> 
>> We would like the default display to be Hex.
>> 
>> Any clues on how to do this?
>> 
>> (Note: The preference C/C++->Debug->Default Number format has no effect)
>> 
>> Thanks
>> 
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top