Skip to content

Commit 92d76de

Browse files
committed
Adding new words January 2026
1 parent 933b5c6 commit 92d76de

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

SpellChecker/src/main/dist/english_dic/eng_com.dic

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7829,6 +7829,7 @@ buyer
78297829
buyer's
78307830
buyers
78317831
buying
7832+
buyout
78327833
buys
78337834
buzz
78347835
buzzard
@@ -8373,6 +8374,7 @@ casualty
83738374
casualty's
83748375
cat
83758376
cat's
8377+
catalog
83768378
catalyst
83778379
catalyst's
83788380
catalysts
@@ -28733,9 +28735,11 @@ observers
2873328735
observes
2873428736
observing
2873528737
observingly
28738+
obsessing
2873628739
obsession
2873728740
obsession's
2873828741
obsessions
28742+
obsessive
2873928743
obsolescence
2874028744
obsolete
2874128745
obsoleted
@@ -29703,6 +29707,7 @@ paleness
2970329707
paler
2970429708
pales
2970529709
palest
29710+
palette
2970629711
palfrey
2970729712
paling
2970829713
pall
@@ -31468,6 +31473,7 @@ portends
3146831473
porter
3146931474
portering
3147031475
porters
31476+
portfolio
3147131477
porting
3147231478
portion
3147331479
portion's
@@ -36299,6 +36305,8 @@ rumbles
3629936305
rumbling
3630036306
rumen
3630136307
rumens
36308+
ruminate
36309+
ruminating
3630236310
rump
3630336311
rumple
3630436312
rumpled
@@ -40283,6 +40291,7 @@ strenuousness
4028340291
stress
4028440292
stressed
4028540293
stresses
40294+
stressful
4028640295
stressing
4028740296
stretch
4028840297
stretched

SpellChecker/src/main/dist/english_dic/programming.dic

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
ANSI
22
API
33
API's
4+
IntelliJ
5+
apache
46
applet
57
applet's
68
applets
79
arg
810
args
11+
auth
912
backend
1013
com
1114
config
1215
configs
1316
css
1417
csv
1518
ctrl
19+
datestamp
1620
def
1721
dir
1822
doc
@@ -28,13 +32,18 @@ hotfix
2832
hotfixes
2933
href
3034
html
35+
httpd
3136
int
3237
javadoc
38+
jdk
3339
li
3440
localhost
3541
microservice
3642
microservices
3743
min
44+
ms
45+
mutex
46+
mutexes
3847
ol
3948
plugin
4049
plugins
@@ -46,13 +55,16 @@ refactoring
4655
refactors
4756
regex
4857
regexes
58+
sh
4959
sonatype
5060
td
61+
timestamp
5162
todo
5263
toolbar
5364
tr
5465
txt
5566
ul
67+
uncomment
5668
upsert
5769
upserts
5870
uuid

SpellCheckerDemo/src/main/java/org/fife/ui/rsyntaxtextarea/spell/demo/DemoRootPane.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private SpellingParser createSpellingParser() {
122122
}
123123

124124
try {
125-
return SpellingParser.createEnglishSpellingParser(zip, true);
125+
return SpellingParser.createEnglishSpellingParser(zip, true, true);
126126
} catch (IOException ioe) {
127127
ioe.printStackTrace();
128128
}
@@ -189,7 +189,7 @@ public void actionPerformed(ActionEvent e) {
189189
JOptionPane.showMessageDialog(DemoRootPane.this,
190190
"<html><b>Spell Checker</b> - An add-on for RSyntaxTextArea" +
191191
"<br>that does spell checking in code comments." +
192-
"<br>Version 3.0.3" +
192+
"<br>Version 3.4.1" +
193193
"<br>Licensed under the LGPL",
194194
"About Spell Checker",
195195
JOptionPane.INFORMATION_MESSAGE);

0 commit comments

Comments
 (0)