mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06:01 +02:00
Set the sharedlibraryManager autoupdate to be off
by default.
This commit is contained in:
parent
74d7916ebc
commit
05b2b962c1
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-01-22 Alain Magloire
|
||||
|
||||
Set the sharedLibManager autorefresh to be off by defaul
|
||||
|
||||
* SharedLibrariesViewPreferencePage.java
|
||||
|
||||
2004-01-06 Mikhail Khodjaiants
|
||||
Fix for bug 49587: Unable to set breakpoints in the editors that extend CEditor.
|
||||
* ManageBreakpointRulerActionDelegate.java
|
||||
|
|
|
@ -70,7 +70,7 @@ public class SharedLibrariesViewPreferencePage extends FieldEditorPreferencePage
|
|||
|
||||
public static void initDefaults( IPreferenceStore store )
|
||||
{
|
||||
CDebugCorePlugin.getDefault().getPluginPreferences().setDefault( ICDebugConstants.PREF_SHARED_LIBRARIES_AUTO_REFRESH, true );
|
||||
CDebugCorePlugin.getDefault().getPluginPreferences().setDefault( ICDebugConstants.PREF_SHARED_LIBRARIES_AUTO_REFRESH, false );
|
||||
}
|
||||
|
||||
protected void createSpacer( Composite composite, int columnSpan )
|
||||
|
|
Loading…
Add table
Reference in a new issue