* Contributors:
* Igor Malinin - initial contribution
*
- * $Id: ITextStylePreferences.java,v 1.1 2004-09-02 18:26:30 jsurfer Exp $
+ * $Id: ITextStylePreferences.java,v 1.2 2006-10-21 23:13:54 pombredanne Exp $
*/
package net.sourceforge.phpeclipse.ui.preferences;
-
/**
*
*
*/
public interface ITextStylePreferences {
public static final String SUFFIX_FOREGROUND = "_foreground"; //$NON-NLS-1$
+
public static final String SUFFIX_BACKGROUND = "_background"; //$NON-NLS-1$
- public static final String SUFFIX_STYLE = "_style"; //$NON-NLS-1$
+
+ public static final String SUFFIX_STYLE = "_style"; //$NON-NLS-1$
public static final String STYLE_NORMAL = "normal"; //$NON-NLS-1$
- public static final String STYLE_BOLD = "bold"; //$NON-NLS-1$
+
+ public static final String STYLE_BOLD = "bold"; //$NON-NLS-1$
}