From a36afa32903142dbb7203fd19372773e5ed1041a Mon Sep 17 00:00:00 2001 From: UNV Date: Thu, 20 Nov 2025 20:02:04 +0300 Subject: [PATCH] Dictionary updates after spellchecking icu4j. --- .../com/intellij/spellchecker/english.dic | 86 +++++++++++++++++++ .../com/intellij/spellchecker/names.dic | 4 + .../spellchecker/programming-misc.dic | 13 +++ .../com/intellij/spellchecker/programming.dic | 65 ++++++++++++++ 4 files changed, 168 insertions(+) diff --git a/src/main/resources/com/intellij/spellchecker/english.dic b/src/main/resources/com/intellij/spellchecker/english.dic index 723731b..3153a92 100644 --- a/src/main/resources/com/intellij/spellchecker/english.dic +++ b/src/main/resources/com/intellij/spellchecker/english.dic @@ -12368,6 +12368,8 @@ cancellers cancelling cancels cancerous +candela +candelas candelabra candelabras candelabrum @@ -12500,6 +12502,7 @@ canoeists canoes canola canonical +canonicalized canonically canonicals canonisation @@ -16275,6 +16278,9 @@ cluck's clucked clucking clucks +cludge +cludge's +cludges clue clue's clued @@ -29554,6 +29560,8 @@ electronically electronics electronics's electrons +electronvolt +electronvolts electrophoresis electrophoresis's electroplate @@ -35742,6 +35750,8 @@ foobar foobars food food's +foodcalorie +foodcalories foodie foodies foods @@ -38526,6 +38536,8 @@ gifts gig gig's giga +gigabit +gigabits gigabyte gigabytes gigahertz @@ -38533,6 +38545,9 @@ gigahertz's gigantic gigantically gigavolt +gigavolts +gigawatt +gigawatts gigged gigging giggle @@ -39704,6 +39719,10 @@ grapevines graph graph's graphed +grapheme +grapheme's +graphemes +graphene graphic graphical graphically @@ -42193,7 +42212,11 @@ hectogramme hectogramme's hectogrammes hectograms +hectoliter +hectoliter's hectoliters +hectolitre +hectolitre's hectolitres hectometer hectometer's @@ -42201,6 +42224,9 @@ hectometers hectometre hectometre's hectometres +hectopascal +hectopascal's +hectopascals hectored hectoring hectors @@ -50138,9 +50164,15 @@ kilning kilns kilo kilo's +kilobit +kilobit's kilobits kilobyte +kilobyte's kilobytes +kilocalorie +kilocalorie's +kilocalories kilocycle kilocycle's kilocycles @@ -50152,6 +50184,8 @@ kilogrammes kilograms kilohertz kilohertz's +kilojoule +kilojoule's kilojoules kiloliter kiloliter's @@ -50165,6 +50199,9 @@ kilometers kilometre kilometre's kilometres +kilopascal +kilopascal's +kilopascals kilos kiloton kiloton's @@ -53825,6 +53862,9 @@ macrons macrophage macrophage's macrophages +macroregion +macroregion's +macroregions macros macroscopic macroscopically @@ -55501,6 +55541,9 @@ megadeaths megahertz megahertz's megajoules +megaliter +megaliter's +megaliters megalith megalith's megalithic @@ -55514,11 +55557,18 @@ megalopolis megalopolis's megalopolises megaparsec +megaparsec's +megaparsecs +megapascal +megapascal's +megapascals megaphone megaphone's megaphoned megaphones megaphoning +megapixel +megapixels megastar megastars megaton @@ -56215,6 +56265,8 @@ microfilming microfilms microfloppies microfloppieses +microgram +microgram's micrograms micrograph micrograph's @@ -56509,6 +56561,9 @@ millenniums millepede's millers milli +milliampere +milliampere's +milliamperes milliard milliard's milliards @@ -56533,6 +56588,9 @@ millimeters millimetre millimetre's millimetres +millimole +millimole's +millimoles milliner milliner's milliners @@ -56557,6 +56615,9 @@ millipedes millisecond millisecond's milliseconds +milliwatt +milliwatt's +milliwatts millpond millpond's millponds @@ -61006,6 +61067,9 @@ notebook notebook's notebooks noted +notehead +notehead's +noteheads notelet notelet's notelets @@ -61227,6 +61291,7 @@ numeracy numeral numeral's numerals +numerary numerate numerated numerates @@ -66333,6 +66398,7 @@ permeates permeating permeation permed +permille perming permissibility permissibility's @@ -66623,6 +66689,12 @@ pestling pesto pests peta +petabit +petabit's +petabits +petabyte +petabyte's +petabytes petal petal's petaled @@ -67241,6 +67313,9 @@ picnickers picnicking picnics pico +picometer +picometer's +picometers picoseconds picot picot's @@ -71069,6 +71144,7 @@ prolapses prolapsing prole prole's +proleptic proles proletarian proletarians @@ -75682,6 +75758,7 @@ reimbursement reimbursements reimburses reimbursing +reimplement reimplementation reimplemented reimplementing @@ -88029,6 +88106,8 @@ stepson stepson's stepsons stepwise +steradian +steradian's steradians stereo stereographic @@ -89395,6 +89474,9 @@ subprofessional subprofessionals subprogram subprograms +subrange +subrange's +subranges subroutine subroutine's subroutines @@ -92534,7 +92616,11 @@ tequila tequila's tequilas tera +terabit +terabit's +terabits terabyte +terabyte's terabytes terbium terbium's diff --git a/src/main/resources/com/intellij/spellchecker/names.dic b/src/main/resources/com/intellij/spellchecker/names.dic index 32cd618..c1e2a32 100644 --- a/src/main/resources/com/intellij/spellchecker/names.dic +++ b/src/main/resources/com/intellij/spellchecker/names.dic @@ -27200,6 +27200,8 @@ Switz Switz's Switzerland Switzerland's +Sybase +Sybase's Sybil Sybil's Sybila @@ -28755,6 +28757,8 @@ Unionists Unions Uniroyal Uniroyal's +Unisys +Unisys's Unitarian Unitarian's Unitarianism diff --git a/src/main/resources/com/intellij/spellchecker/programming-misc.dic b/src/main/resources/com/intellij/spellchecker/programming-misc.dic index 6901566..52edc26 100644 --- a/src/main/resources/com/intellij/spellchecker/programming-misc.dic +++ b/src/main/resources/com/intellij/spellchecker/programming-misc.dic @@ -46,6 +46,7 @@ bigints binlog bitmask blanchedalmond +blockquote blueviolet bool bools @@ -88,6 +89,7 @@ const controlfile coord coords +corba cornflowerblue cornsilk crlf @@ -138,6 +140,9 @@ dirs distr distrs django +doclet +doclet's +doclets doctype docx dojo @@ -452,6 +457,8 @@ pptx pragma pragmas prebuilt +pref +prefs printf println proc @@ -543,7 +550,11 @@ syslog systimestamp tablespace tablespaces +taglet +taglet's +taglets taglib +taglib's taglibs tanh tbody @@ -559,6 +570,8 @@ toolchain toolchains toolwindow toolwindows +translit +trie trunc truststore typedef diff --git a/src/main/resources/com/intellij/spellchecker/programming.dic b/src/main/resources/com/intellij/spellchecker/programming.dic index 5f028df..6c4f8e9 100644 --- a/src/main/resources/com/intellij/spellchecker/programming.dic +++ b/src/main/resources/com/intellij/spellchecker/programming.dic @@ -93,6 +93,12 @@ codebase codebases codec codecs +codepage +codepage's +codepages +codepoint +codepoint's +codepoints committer committer's committers @@ -103,6 +109,7 @@ configs configurables configurator configurators +conformant connectable contravariant covariant @@ -114,7 +121,11 @@ datafile datafiles dataflow dataset +dataset's datasets +datatype +datatype's +datatypes deallocate debounce debounced @@ -144,6 +155,7 @@ deserializer deserializers deserializing destructured +dialup discardable distinctrow distributive's @@ -158,6 +170,7 @@ downsampled downsampler draggable endian +endianness enumerable enumerables escaper @@ -201,6 +214,8 @@ hotfixes hotkey hotkeys iconable +ignorable's +ignorables inbox inboxes incrementality @@ -252,6 +267,8 @@ lookups loopback loopbacks lossy +lowercased +lowercasing lucene macish makefile @@ -281,11 +298,17 @@ multicaster multicasting multihead multiline +multimap +multimap's +multimaps multipart multipoint multiset multisets multithreading +mutator +mutator's +mutators mutex mutexes namespace @@ -305,6 +328,7 @@ outputter outputters overrider overriders +padder paintable paintables parsable @@ -348,6 +372,10 @@ precompile precompiled precompiling preconfigured +precompose +precomposed +precomposer +precomposing prefetch prefetcher prefetching @@ -392,6 +420,7 @@ recomputation redetect redetected redetecting +redundance redistributions reentrance reentrant @@ -450,6 +479,9 @@ rewrapper rewriter rewriters rollup +ruleset +ruleset's +rulesets runnables runtime runtimes @@ -464,6 +496,9 @@ scroller scrollbar scrollbar's scrollbars +segmenter +segmenter's +segmenters serializable serializables serializer @@ -478,6 +513,7 @@ shorteners significand significands signoff +signum stacktrace stacktraces startup @@ -509,9 +545,17 @@ subpartitions subpixel substring substrings +subtable +subtable's +subtables +subtag +subtag's +subtags subtask +subtask's subtasks subtree +subtree's subtrees subview subviews @@ -523,6 +567,9 @@ suppressions surrounder surrounders teardown +testcase +testcase's +testcases throwable throwables timestamp @@ -544,6 +591,9 @@ touchpads trackable trackable's trackables +transliterator +transliterator's +transliterators transpilation transpile transpiled @@ -580,11 +630,20 @@ unindexer unindexes unindexing uninstall +uniset +uniset's +unisets +unlocalize +unlocalized unmerge unmerged unmerging unmute unmuted +unnormalize +unnormalized +unnormalizes +unnormalizing unparse unparsed unpivot @@ -601,6 +660,11 @@ unscoped unselect unselected unselecting +unserialize +unserialized +unserializer +unserializes +unserializing unshelve unshelved unshelver @@ -635,6 +699,7 @@ unwrapped unwrapper uploader uppercased +uppercasing uptime upsert upserts