From 4a50f5a33ee54b976d725e7831a604c3524c5369 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Fri, 20 May 2011 03:23:58 +0000 Subject: [PATCH] Cosmetics. --- .../src/org/eclipse/cdt/internal/ui/editor/CEditor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CEditor.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CEditor.java index 7fa8b8c7918..9d90b212fa6 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CEditor.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CEditor.java @@ -1438,7 +1438,7 @@ public class CEditor extends TextEditor implements ISelectionChangedListener, IC boolean wasEnabled = fEnableScalablilityMode; fEnableScalablilityMode = lines > getPreferenceStore().getInt(PreferenceConstants.SCALABILITY_NUMBER_OF_LINES); if (fEnableScalablilityMode && !wasEnabled) { - //Alert users that scalability mode should be turned on + // Alert users that scalability mode should be turned on if (getPreferenceStore().getBoolean(PreferenceConstants.SCALABILITY_ALERT)) { MessageDialogWithToggle dialog = new MessageDialogWithToggle( Display.getCurrent().getActiveShell(), @@ -3620,7 +3620,7 @@ public class CEditor extends TextEditor implements ISelectionChangedListener, IC if (model == null) return; - + fOverrideIndicatorManager= new OverrideIndicatorManager(model); addReconcileListener(fOverrideIndicatorManager);