Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Show full paths preference under C/C++->Debug

I don’t have time to address it now so logged it as https://bugs.eclipse.org/bugs/show_bug.cgi?id=316987.

 

Thanks,
Warren

 

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of ext John Cortell
Sent: Tuesday, June 15, 2010 5:09 PM
To: CDT General developers list.; cdt-dev@xxxxxxxxxxx
Subject: Re: [cdt-dev] Show full paths preference under C/C++->Debug

 

Warren, it does indeed look like the preference is unused. My guess is that it was used prior to the introduction of the view menu action, but then orphaned and not cleaned up. I think ShowFullPathsAction should not have reused ICDebugPreferenceConstants.PREF_SHOW_FULL_PATHS, but rather given a new ID. The current state of things is pretty confusing, so please consider that additional cleanup if you remove the widget from the preference page. I.e., get rid of the field ICDebugPreferenceConstants.PREF_SHOW_FULL_PATHS altogether (but keep using the ID for backwards compatibility).

John

At 04:33 PM 6/15/2010, Warren.Paul@xxxxxxxxx wrote:

Content-Language: en-US
Content-Type: multipart/alternative;
         boundary="_000_5ABC9C306CCC574887C58E7EAC03A28C2DDEF85ED2NOKEUMSG02mgd_"

This is under the “Opened view default settings” group in CDebugPreferencePage.  It doesn’t appear to be hooked up to either CDI or DSF debuggers.  There are actions on the Debug and Breakpoints view to toggle this option for each view.  Can/should this preference be removed?
 
Thanks,
Warren
 
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top