Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ public class DefaultBundledDictionariesProvider implements BundledDictionaryProv
@Override
public String[] getBundledDictionaries() {
return new String[]{
"english.dic",
"programming.dic",
"programming-misc.dic",
"must-be.dic",
"names.dic",
"names-misc.dic"
"english.dic", // Common English words to be suggested by spellchecker
"names.dic", // Some English names to be suggested by Spellchecker
"names-misc.dic", // Acronyms not to be suggested
"programming.dic", // Programming-related English words to be suggested by spellchecker
"programming-misc.dic" // Programming-related English acronyms and abbreviations not to be suggested
};
}
}
2 changes: 0 additions & 2 deletions src/main/resources/com/intellij/spellchecker/must-be.dic

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ VAXes
VIP
VIPs
VISTA
VISTALL
VTOL
WASM
WASP
Expand Down
Loading