1
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 9 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Most of the ignore options should now work. So for instance if the checker encounters a misspelt word and the ignore upper case is turned on and the word is all upper case then that would be considered as a valid word More... about 22 years ago
Removed commented code More... about 22 years ago
Passed text component reference to the spellCheck rather than the constructor More... about 22 years ago
JVM Closes on window close More... about 22 years ago
Closing the dialog now cancels the spell checking More... about 22 years ago
The text component is now passed into the spellCheck rather tha the constructor More... about 22 years ago
Started to add the following options: Ignore all caps Ignore Mixed case Ignore Digits Ignore INET Addresses More... about 22 years ago
Removed scary comment that this class was untested More... about 22 years ago
Updated to include locatization files More... about 22 years ago
added locatization More... about 22 years ago
Updated. More... about 22 years ago
Added add to dict functionality More... about 22 years ago
Exposed getCurrentWordEnd method More... about 22 years ago
Still needs to be done More... about 22 years ago
Exposed getCurrentWordEnd. Fixed handeling during replace More... about 22 years ago
Exposed getCurrentWordEnd More... about 22 years ago
New Example More... about 22 years ago
First cut at a JTextComponent spell checker More... about 22 years ago
Swedish localisation More... about 22 years ago
English Localisation More... about 22 years ago
Exposed constructor More... about 22 years ago
File to save to added More... about 22 years ago
Updated to first cut functioning form More... about 22 years ago
made binary More... about 22 years ago
Removed timer for dixctionary load. More... about 22 years ago
Performance improvements (dont create string arrays all of the time) More... about 22 years ago
The swing forms are functional now More... about 22 years ago
New Examples added More... about 22 years ago
Since the WordTokenzier class became an interface, the string implementation that was there is now implemented in this new class More... about 22 years ago
Added cancel method and event type More... about 22 years ago