X-Git-Url: http://git.phpeclipse.com
diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/IPreferenceConstants.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/IPreferenceConstants.java
index 97775d7..309f4c0 100644
--- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/IPreferenceConstants.java
+++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/IPreferenceConstants.java
@@ -63,6 +63,12 @@ public interface IPreferenceConstants {
*/
public static final String PHP_OPERATOR = "__php_operator"; //$NON-NLS-1$
+ /** The color key for {} in PHP code
+ * (value "__php_brace_operator"
).
+ * @since 3.0
+ */
+ public static final String PHP_BRACE_OPERATOR = "__php_brace_operator"; //$NON-NLS-1$
+
/**
* A named preference that holds the color used to render operators and brackets.
*
@@ -96,6 +102,39 @@ public interface IPreferenceConstants { */ public final static String EDITOR_PHP_OPERATOR_ITALIC= PHP_OPERATOR + EDITOR_ITALIC_SUFFIX; + /** + * A named preference that holds the color used to render operators and brackets. + *
+ * Value is of type String
. A RGB color value encoded as a string
+ * using class PreferenceConverter
+ *
+ * Value is of type Boolean
.
+ *
+ * Value is of type Boolean
.
+ *
"__php_keyword_return"
).
* @since 3.0