X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/text/IJavaColorConstants.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/text/IJavaColorConstants.java index be9ad3a..936d157 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/text/IJavaColorConstants.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/text/IJavaColorConstants.java @@ -11,51 +11,54 @@ package net.sourceforge.phpdt.ui.text; /** - * Color keys used for syntax highlighting PHP - * code and PHPDoc compliant comments. - * A IColorManager is responsible for mapping - * concrete colors to these keys. + * Color keys used for syntax highlighting PHP code and PHPDoc compliant + * comments. A IColorManager is responsible for mapping concrete + * colors to these keys. *

- * This interface declares static final fields only; it is not intended to be + * This interface declares static final fields only; it is not intended to be * implemented. *

- * + * * @see IColorManager */ public interface IJavaColorConstants { - - /** - * Note: This constant is for internal use only. Clients should not use this constant. - * The prefix all color constants start with. + + /** + * Note: This constant is for internal use only. Clients should not use this + * constant. The prefix all color constants start with. */ -// String PREFIX= "php_"; //$NON-NLS-1$ -// -// /** The color key for multi-line comments in PHP code. */ -// String PHP_MULTI_LINE_COMMENT= "php_multi_line_comment"; //$NON-NLS-1$ -// /** The color key for single-line comments in PHP code. */ -// String PHP_SINGLE_LINE_COMMENT= "php_single_line_comment"; //$NON-NLS-1$ -// /** The color key for PHP keywords in PHP code. */ -// String PHP_KEYWORD= "php_keyword"; //$NON-NLS-1$ -// /** The color key for string and character literals in PHP code. */ -// String PHP_STRING= "php_string"; //$NON-NLS-1$ -// /** The color key for everthing in PHP code for which no other color is specified. */ -// String PHP_DEFAULT= "php_default"; //$NON-NLS-1$ -// /** The color key for predefined PHP function namesin PHP code. */ -// String PHP_FUNCTIONNAME= "php_functionname"; //$NON-NLS-1$ -// /** The color key for ($-)variables in PHP code. */ -// String PHP_VARIABLE= "php_variable"; //$NON-NLS-1$ -// /** The color key for constants in PHP code */ -// String PHP_CONSTANT= "php_constant"; //$NON-NLS-1$ -// /** The color key for the PHP built-in types in PHP code. */ -// String PHP_TYPE= "php_type"; //$NON-NLS-1$ - - -// /** The color key for PHPDoc keywords (@foo) in PHPDoc comments. */ -// String PHPDOC_KEYWORD= "php_doc_keyword"; //$NON-NLS-1$ -// /** The color key for HTML tags (<foo>) in PHPDoc comments. */ -// String PHPDOC_TAG= "php_doc_tag"; //$NON-NLS-1$ -// /** The color key for PHPDoc links ({foo}) in PHPDoc comments. */ -// String PHPDOC_LINK= "php_doc_link"; //$NON-NLS-1$ -// /** The color key for everthing in PHPDoc comments for which no other color is specified. */ -// String PHPDOC_DEFAULT= "php_doc_default"; //$NON-NLS-1$ + // String PREFIX= "php_"; //$NON-NLS-1$ + // + // /** The color key for multi-line comments in PHP code. */ + // String PHP_MULTI_LINE_COMMENT= "php_multi_line_comment"; //$NON-NLS-1$ + // /** The color key for single-line comments in PHP code. */ + // String PHP_SINGLE_LINE_COMMENT= "php_single_line_comment"; //$NON-NLS-1$ + // /** The color key for PHP keywords in PHP code. */ + // String PHP_KEYWORD= "php_keyword"; //$NON-NLS-1$ + // /** The color key for string and character literals in PHP code. */ + // String PHP_STRING= "php_string"; //$NON-NLS-1$ + // /** The color key for everthing in PHP code for which no other color is + // specified. */ + // String PHP_DEFAULT= "php_default"; //$NON-NLS-1$ + // /** The color key for predefined PHP function namesin PHP code. */ + // String PHP_FUNCTIONNAME= "php_functionname"; //$NON-NLS-1$ + // /** The color key for ($-)variables in PHP code. */ + // String PHP_VARIABLE= "php_variable"; //$NON-NLS-1$ + // /** The color key for constants in PHP code */ + // String PHP_CONSTANT= "php_constant"; //$NON-NLS-1$ + // /** The color key for the PHP built-in types in PHP code. */ + // String PHP_TYPE= "php_type"; //$NON-NLS-1$ + + // /** The color key for PHPDoc keywords (@foo) in PHPDoc + // comments. */ + // String PHPDOC_KEYWORD= "php_doc_keyword"; //$NON-NLS-1$ + // /** The color key for HTML tags (<foo>) in PHPDoc + // comments. */ + // String PHPDOC_TAG= "php_doc_tag"; //$NON-NLS-1$ + // /** The color key for PHPDoc links ({foo}) in PHPDoc + // comments. */ + // String PHPDOC_LINK= "php_doc_link"; //$NON-NLS-1$ + // /** The color key for everthing in PHPDoc comments for which no other + // color is specified. */ + // String PHPDOC_DEFAULT= "php_doc_default"; //$NON-NLS-1$ } \ No newline at end of file