Details
Description
The JOrtho library allows for the easy wrapping of any JTextComponent with a pretty slick spell checking features. This features will be optionally configured by the end user and the languages dictionaries of choice will bed added.
I've created a new class SpellCheckLoader that reflectively loads the classes in question. A typical configuration would look something like this:
SpellCheckLoader.setUserDictionaryProvider(new com.inet.jortho.FileUserDictionary()); SpellCheckLoader.registerDictionaries(new URL("file:///D:/dev/libraries/JOrtho_1.0/"), null);
An end user would make the following call before the the Viewer RI loads a file. The register dictionary is pretty flexible allowing for several options for loading a dictionary.
The URL path should contain at least one dictionary_**.ortho dictionary as well as a dictionaries.cnf which has a list of the dictionaries available. More information on configuration can be found here, http://jortho.sourceforge.net/
I've created a new class SpellCheckLoader that reflectively loads the classes in question. A typical configuration would look something like this:
SpellCheckLoader.setUserDictionaryProvider(new com.inet.jortho.FileUserDictionary()); SpellCheckLoader.registerDictionaries(new URL("file:///D:/dev/libraries/JOrtho_1.0/"), null);
An end user would make the following call before the the Viewer RI loads a file. The register dictionary is pretty flexible allowing for several options for loading a dictionary.
The URL path should contain at least one dictionary_**.ortho dictionary as well as a dictionaries.cnf which has a list of the dictionaries available. More information on configuration can be found here, http://jortho.sourceforge.net/
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.3 [ 13093 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |