Home
last modified time | relevance | path

Searched refs:SPELLING_USER_DICTIONARY (Results 1 – 7 of 7) sorted by relevance

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/
H A DSpellCheckEngine.java237 ISpellCheckPreferenceKeys.SPELLING_USER_DICTIONARY, in createSpellChecker()
240 .getString(ISpellCheckPreferenceKeys.SPELLING_USER_DICTIONARY))); in createSpellChecker()
259 ISpellCheckPreferenceKeys.SPELLING_USER_DICTIONARY)) { in propertyChange()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/engine/
H A DISpellCheckPreferenceKeys.java98 public final static String SPELLING_USER_DICTIONARY = "spelling_user_dictionary"; //$NON-NLS-1$ field
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/
H A DPreferenceConstants.java2031 …public final static String SPELLING_USER_DICTIONARY = ISpellCheckPreferenceKeys.SPELLING_USER_DICT… field in PreferenceConstants
2982 store.setDefault(PreferenceConstants.SPELLING_USER_DICTIONARY, ""); //$NON-NLS-1$ in initializeDefaultValues()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/
H A DSpellCheckEngine.java378 if (event.getProperty().equals(PreferenceConstants.SPELLING_USER_DICTIONARY)) { in propertyChange()
411 String filePath= store.getString(PreferenceConstants.SPELLING_USER_DICTIONARY); in resetUserDictionary()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/
H A DSpellingConfigurationBlock.java71 …e static final String PREF_SPELLING_USER_DICTIONARY = PreferenceConstants.SPELLING_USER_DICTIONARY;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/
H A DPreferenceConstants.java2806 public final static String SPELLING_USER_DICTIONARY= "spelling_user_dictionary"; //$NON-NLS-1$ field in PreferenceConstants
4198 store.setDefault(PreferenceConstants.SPELLING_USER_DICTIONARY, ""); //$NON-NLS-1$ in initializeDefaultValues()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/
H A DSpellingConfigurationBlock.java102 …final Key PREF_SPELLING_USER_DICTIONARY= getJDTUIKey(PreferenceConstants.SPELLING_USER_DICTIONARY);