PHP highlighting colors could now be managed by the new PreferencePage
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / IPreferenceConstants.java
index 8eb108a..b2396d4 100644 (file)
@@ -65,15 +65,25 @@ public interface IPreferenceConstants {
   public static final String PHP_DEFAULT_BOLD = "_php_default_bold";
   public static final String PHP_DEFAULT_ITALIC = "_php_default_italic";
   public static final String PHP_DEFAULT_UNDERLINE = "_php_default_underline";
-  public static final String LINKED_POSITION_COLOR = "_linkedPositionColor";
-  public static final String PHP_EDITOR_BACKGROUND = "_php_editor_background";
+//  public static final String LINKED_POSITION_COLOR = "_linkedPositionColor";
+//  public static final String PHP_EDITOR_BACKGROUND = "_php_editor_background";
   public static final String PHP_USERDEF_XMLFILE = "_userdef_xmlfile";
 
+//  /** The color key for PHPDoc keywords (<code>@foo</code>) in PHPDoc comments. */
+//  public static final String PHPDOC_KEYWORD= "_php_doc_keyword"; //$NON-NLS-1$
+//  /** The color key for HTML tags (<code>&lt;foo&gt;</code>) in PHPDoc comments. */
+//  public static final String PHPDOC_TAG= "_php_doc_tag"; //$NON-NLS-1$
+//  /** The color key for PHPDoc links (<code>{foo}</code>) in PHPDoc comments. */
+//  public static final String PHPDOC_LINK= "_php_doc_link"; //$NON-NLS-1$
+//  /** The color key for everthing in PHPDoc comments for which no other color is specified. */
+//  public static final String PHPDOC_DEFAULT= "_php_doc_default"; //$NON-NLS-1$
+  
   /*Language stuff  - under dev*/
-  public static final String RESOURCE_BUNDLE = "_php_editor_res_bundle"; //$NON-NLS-1$ 
+  public static final String RESOURCE_BUNDLE = "_php_editor_res_bundle"; //$NON-NLS-1$
   public static final String LANGUAGE_DEFAULT = "net.sourceforge.phpeclipse.newPHPPreferencesMessages_en_GB";
   public static final String RESOURCE_BUNDLE_DE = "net.sourceforge.phpeclipse.newPHPPreferencesMessages_DE";
   public static final String RESOURCE_BUNDLE_FR = "net.sourceforge.phpeclipse.newPHPPreferencesMessages_FR";
+  public static final String RESOURCE_BUNDLE_ES = "net.sourceforge.phpeclipse.newPHPPreferencesMessages_es_ES";
   public static final String RESOURCE_BUNDLE_EN_GB = "net.sourceforge.phpeclipse.newPHPPreferencesMessages_en_GB";
 
   public static final String FORMATTER_TAB_SIZE = "_formatter_tab_size";
@@ -81,12 +91,12 @@ public interface IPreferenceConstants {
 
   public static final String EDITOR_BOLD_SUFFIX = "_editor_bold_suffix";
   /** Preference key for showing the line number ruler */
-  public final static String LINE_NUMBER_RULER = "_lineNumberRuler"; //$NON-NLS-1$
+ // public final static String LINE_NUMBER_RULER = "_lineNumberRuler"; //$NON-NLS-1$
   /** Preference key for the foreground color of the line numbers */
-  public final static String LINE_NUMBER_COLOR = "_lineNumberColor"; //$NON-NLS-1$
+ // public final static String LINE_NUMBER_COLOR = "_lineNumberColor"; //$NON-NLS-1$
 
-  public final static String PREFERENCE_COLOR_BACKGROUND_SYSTEM_DEFAULT = "_defaultBackgroundColor"; //$NON-NLS-1$
-  public final static String PREFERENCE_COLOR_BACKGROUND = "backgroundColor"; //$NON-NLS-1$
+//  public final static String PREFERENCE_COLOR_BACKGROUND_SYSTEM_DEFAULT = "_defaultBackgroundColor"; //$NON-NLS-1$
+//  public final static String PREFERENCE_COLOR_BACKGROUND = "backgroundColor"; //$NON-NLS-1$
 
   /** Preference key for content assist proposal color */
   public final static String PROPOSALS_FOREGROUND = "content_assist_proposals_foreground"; //$NON-NLS-1$