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><foo></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$
+// /** 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><foo></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_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";
- public static final String SPACES_FOR_TABS = "_formatter_tab_size";
+ //public static final String FORMATTER_TAB_SIZE = "_formatter_tab_size";
+ //public static final String SPACES_FOR_TABS = "_formatter_tab_size";
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$