1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Set the sharedlibraryManager autoupdate to be off

by default.
This commit is contained in:
Alain Magloire 2004-01-23 04:10:39 +00:00
parent 74d7916ebc
commit 05b2b962c1
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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 )