Refactory
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / internal / ui / preferences / JavaEditorPreferencePage.java
index b8acbe1..d48b77b 100644 (file)
@@ -65,7 +65,7 @@ import org.eclipse.swt.layout.GridData;
 import org.eclipse.swt.layout.GridLayout;
 import org.eclipse.swt.layout.RowLayout;
 import org.eclipse.swt.widgets.Button;
-import org.eclipse.swt.widgets.Combo;
+//import org.eclipse.swt.widgets.Combo;
 import org.eclipse.swt.widgets.Composite;
 import org.eclipse.swt.widgets.Control;
 import org.eclipse.swt.widgets.Event;
@@ -288,15 +288,15 @@ public class JavaEditorPreferencePage extends PreferencePage implements
        private List fAppearanceColorList;
 
        // private List fContentAssistColorList;
-       private List fAnnotationList;
+       //private List fAnnotationList;
 
        private ColorEditor fSyntaxForegroundColorEditor;
 
        private ColorEditor fAppearanceColorEditor;
 
-       private ColorEditor fAnnotationForegroundColorEditor;
+       //private ColorEditor fAnnotationForegroundColorEditor;
 
-       private ColorEditor fContentAssistColorEditor;
+       //private ColorEditor fContentAssistColorEditor;
 
        private ColorEditor fBackgroundColorEditor;
 
@@ -319,27 +319,27 @@ public class JavaEditorPreferencePage extends PreferencePage implements
 
        private Color fBackgroundColor;
 
-       private Control fAutoInsertDelayText;
+       //private Control fAutoInsertDelayText;
 
-       private Control fAutoInsertJavaTriggerText;
+       //private Control fAutoInsertJavaTriggerText;
 
-       private Control fAutoInsertJavaDocTriggerText;
+       //private Control fAutoInsertJavaDocTriggerText;
 
-       private Label fAutoInsertDelayLabel;
+       //private Label fAutoInsertDelayLabel;
 
-       private Label fAutoInsertJavaTriggerLabel;
+       //private Label fAutoInsertJavaTriggerLabel;
 
-       private Label fAutoInsertJavaDocTriggerLabel;
+       //private Label fAutoInsertJavaDocTriggerLabel;
 
-       private Button fShowInTextCheckBox;
+       //private Button;
 
-       private Combo fDecorationStyleCombo;
+       //private Combo fDecorationStyleCombo;
 
-       private Button fHighlightInTextCheckBox;
+       //private Button fHighlightInTextCheckBox;
 
-       private Button fShowInOverviewRulerCheckBox;
+       //private Button fShowInOverviewRulerCheckBox;
 
-       private Button fShowInVerticalRulerCheckBox;
+       //private Button fShowInVerticalRulerCheckBox;
 
        private Text fBrowserLikeLinksKeyModifierText;