mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-21 23:33:57 +02:00
Fix 50450
This commit is contained in:
parent
2146a465de
commit
9309135007
2 changed files with 1254 additions and 1248 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
|
2004-01-06 Mikhail Khodjaiants
|
||||||
Fix for bug 49587: Unable to set breakpoints in the editors that extend CEditor.
|
Fix for bug 49587: Unable to set breakpoints in the editors that extend CEditor.
|
||||||
* ManageBreakpointRulerActionDelegate.java
|
* ManageBreakpointRulerActionDelegate.java
|
||||||
|
|
|
@ -70,7 +70,7 @@ public class SharedLibrariesViewPreferencePage extends FieldEditorPreferencePage
|
||||||
|
|
||||||
public static void initDefaults( IPreferenceStore store )
|
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 )
|
protected void createSpacer( Composite composite, int columnSpan )
|
||||||
|
|
Loading…
Add table
Reference in a new issue