1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Spell checking is now starting from the current caret position in the text component. More... almost 18 years ago
Added a way to start spell checking from a given position in the document. Also brought back revision 1.12 removed seemingly by error in revision 1.15. More... almost 18 years ago
An attempt to solve the "delete first char" problem. More... over 18 years ago
Added myself and Tony Chan to the list of Contributers. More... over 18 years ago
Allocate memory outside of the loops to improve memory usage. More... over 18 years ago
Allocate memory outside of the loops to improve memory usage. More... over 18 years ago
Submitting patch #1253607 for bug #832896. More... over 18 years ago
Added JUnit to classpath for Eclipse environments. (If this should be removed, then JEdit should also be extracted into a separate project. :-) More... almost 19 years ago
Patches 1201965 and 1201966. More... almost 19 years ago
Added LICENSE as per LGPL requirements More... almost 19 years ago
An attempt to solve bug#997173. More... over 19 years ago
Added bounds check. More... almost 20 years ago
Removed auto generated documentation and added some real. More... almost 20 years ago
An example using autospelling (Wave line marked spelling). More... almost 20 years ago
Added the ability to autospell JTextEditorPanes. More... almost 20 years ago
made isCorrect public and added isIgnored this will be used by autospell. More... almost 20 years ago
Added support to reposition ''cursor'' used by autospell. More... almost 20 years ago
Now supports StyledDocument in a very basic way. More... about 20 years ago
Fixed a NullPointerException bug that has shown up with the new plugin API. More... about 20 years ago
Now supports a user dictionary in the constructor. More... over 20 years ago
Precache file now saved in userdir. More... over 20 years ago
Made the precache file store timestamps. More... over 20 years ago
Fixed a problem in the addToCache method. More... over 20 years ago
Optimized and added precaching. More... over 20 years ago
A cached version of the dicho dictionary. More... over 20 years ago
Added some javadoc to the spellcheck method. More... over 20 years ago
another suggestion from Berthold Daum: added public methods ignoreAll and addToDictionary (This is required for adding words to dictionaries and ignore lists from asynchronous spell checking tasks) More... over 20 years ago
fixes bug 706413: Suggestions for sentence start not capitalized More... over 20 years ago
tries to fix bug 715489: BreakIterator not suitable for sentences More... over 20 years ago
added caching for spellCheck More... over 20 years ago