mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJPL-48011 Make "save to application-level dictionary" be available by default
GitOrigin-RevId: 039ce63d36de5ea8abbc8994d993b8b59cbd825a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
01ae4b5827
commit
72c297b1d8
@@ -33,7 +33,7 @@ public final class SpellCheckerSettings implements PersistentStateComponent<Elem
|
||||
private static final String DICTIONARY_TO_SAVE_ATTR_NAME = "DefaultDictionary";
|
||||
private static final String DEFAULT_DICTIONARY_TO_SAVE = ProjectDictionaryLayer.Companion.getName().get();
|
||||
private static final String USE_SINGLE_DICT_ATTR_NAME = "UseSingleDictionary";
|
||||
private static final boolean DEFAULT_USE_SINGLE_DICT = true;
|
||||
private static final boolean DEFAULT_USE_SINGLE_DICT = false;
|
||||
private static final String SETTINGS_TRANSFERRED = "transferred";
|
||||
|
||||
// Paths
|
||||
|
||||
Reference in New Issue
Block a user