X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/engine/ISpellCheckPreferenceKeys.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/engine/ISpellCheckPreferenceKeys.java index ef4bf10..b11c817 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/engine/ISpellCheckPreferenceKeys.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/engine/ISpellCheckPreferenceKeys.java @@ -25,7 +25,7 @@ public interface ISpellCheckPreferenceKeys { * Value is of type Boolean. *

*/ - 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 Boolean. *

*/ - 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 Boolean. *

*/ - 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 Boolean. *

*/ - 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 Boolean. *

*/ - 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 Boolean. *

*/ - 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 String. *

*/ - 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 Integer. *

*/ - 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 String. *

*/ - 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. *

* Value is of type Boolean. *

*/ - 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$ }