A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpeclipse / ui / preferences / ITextStylePreferences.java
index 6235a01..71ac80b 100644 (file)
@@ -8,12 +8,11 @@
  * 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;
 
-
 /**
  * 
  * 
@@ -21,9 +20,12 @@ 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$
 }