1) Reintroduced PHPPerspectiveFactory (was lost with refactoring).
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / internal / ui / preferences / JavaEditorPreferencePage.java
index b8acbe1..d1a88f9 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;
 
@@ -1814,8 +1814,8 @@ public class JavaEditorPreferencePage extends PreferencePage implements
                fBackgroundDefaultRadioButton.setSelection(default_);
                fBackgroundCustomRadioButton.setSelection(!default_);
                fBackgroundColorButton.setEnabled(!default_);
-               boolean closeJavaDocs = fOverlayStore
-                               .getBoolean(PreferenceConstants.EDITOR_CLOSE_JAVADOCS);
+//             boolean closeJavaDocs = fOverlayStore
+//                             .getBoolean(PreferenceConstants.EDITOR_CLOSE_JAVADOCS);
                // fAddJavaDocTagsButton.setEnabled(closeJavaDocs);
                fEscapeStringsButtonDQ.setEnabled(fOverlayStore
                                .getBoolean(PreferenceConstants.EDITOR_WRAP_STRINGS_DQ));