A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / spelling / engine / ISpellCheckPreferenceKeys.java
index ef4bf10..b11c817 100644 (file)
@@ -25,7 +25,7 @@ public interface ISpellCheckPreferenceKeys {
         * Value is of type <code>Boolean</code>.
         * </p>
         */
-       public final static String SPELLING_CHECK_SPELLING= "spelling_check_spelling"; //$NON-NLS-1$
+       public final static String SPELLING_CHECK_SPELLING = "spelling_check_spelling"; //$NON-NLS-1$
 
        /**
         * A named preference that controls whether words containing digits should
@@ -34,7 +34,7 @@ public interface ISpellCheckPreferenceKeys {
         * Value is of type <code>Boolean</code>.
         * </p>
         */
-       public final static String SPELLING_IGNORE_DIGITS= "spelling_ignore_digits"; //$NON-NLS-1$
+       public final static String SPELLING_IGNORE_DIGITS = "spelling_ignore_digits"; //$NON-NLS-1$
 
        /**
         * A named preference that controls whether mixed case words should be
@@ -43,7 +43,7 @@ public interface ISpellCheckPreferenceKeys {
         * Value is of type <code>Boolean</code>.
         * </p>
         */
-       public final static String SPELLING_IGNORE_MIXED= "spelling_ignore_mixed"; //$NON-NLS-1$
+       public final static String SPELLING_IGNORE_MIXED = "spelling_ignore_mixed"; //$NON-NLS-1$
 
        /**
         * A named preference that controls whether sentence capitalization should
@@ -52,7 +52,7 @@ public interface ISpellCheckPreferenceKeys {
         * Value is of type <code>Boolean</code>.
         * </p>
         */
-       public final static String SPELLING_IGNORE_SENTENCE= "spelling_ignore_sentence"; //$NON-NLS-1$
+       public final static String SPELLING_IGNORE_SENTENCE = "spelling_ignore_sentence"; //$NON-NLS-1$
 
        /**
         * A named preference that controls whether upper case words should be
@@ -61,7 +61,7 @@ public interface ISpellCheckPreferenceKeys {
         * Value is of type <code>Boolean</code>.
         * </p>
         */
-       public final static String SPELLING_IGNORE_UPPER= "spelling_ignore_upper"; //$NON-NLS-1$
+       public final static String SPELLING_IGNORE_UPPER = "spelling_ignore_upper"; //$NON-NLS-1$
 
        /**
         * A named preference that controls whether urls should be ignored during
@@ -70,7 +70,7 @@ public interface ISpellCheckPreferenceKeys {
         * Value is of type <code>Boolean</code>.
         * </p>
         */
-       public final static String SPELLING_IGNORE_URLS= "spelling_ignore_urls"; //$NON-NLS-1$
+       public final static String SPELLING_IGNORE_URLS = "spelling_ignore_urls"; //$NON-NLS-1$
 
        /**
         * A named preference that controls the locale used for spell-checking.
@@ -78,7 +78,7 @@ public interface ISpellCheckPreferenceKeys {
         * Value is of type <code>String</code>.
         * </p>
         */
-       public final static String SPELLING_LOCALE= "spelling_locale"; //$NON-NLS-1$
+       public final static String SPELLING_LOCALE = "spelling_locale"; //$NON-NLS-1$
 
        /**
         * A named preference that controls the number of proposals offered during
@@ -87,7 +87,7 @@ public interface ISpellCheckPreferenceKeys {
         * Value is of type <code>Integer</code>.
         * </p>
         */
-       public final static String SPELLING_PROPOSAL_THRESHOLD= "spelling_proposal_threshold"; //$NON-NLS-1$
+       public final static String SPELLING_PROPOSAL_THRESHOLD = "spelling_proposal_threshold"; //$NON-NLS-1$
 
        /**
         * A named preference that specifies the workspace user dictionary.
@@ -95,13 +95,14 @@ public interface ISpellCheckPreferenceKeys {
         * Value is of type <code>String</code>.
         * </p>
         */
-       public final static String SPELLING_USER_DICTIONARY= "spelling_user_dictionary"; //$NON-NLS-1$
-       
+       public final static String SPELLING_USER_DICTIONARY = "spelling_user_dictionary"; //$NON-NLS-1$
+
        /**
-        * A named preference that specifies whether spelling dictionaries are available to content assist.
+        * A named preference that specifies whether spelling dictionaries are
+        * available to content assist.
         * <p>
         * Value is of type <code>Boolean</code>.
         * </p>
         */
-       public final static String SPELLING_ENABLE_CONTENTASSIST= "spelling_enable_contentassist"; //$NON-NLS-1$
+       public final static String SPELLING_ENABLE_CONTENTASSIST = "spelling_enable_contentassist"; //$NON-NLS-1$
 }