Jskad/source/org/thdl/util
dchandler e2d42f36eb Robert Chilton's experience inspired me to make the handling of errors and
warnings in ACIP->Tibetan conversion much more configurable.  You can
now choose from short or long error messages, for one thing.  You can change
the severity of almost all warnings.  Each error and warning has an error code.
Errors and warnings are better tested.

The converter GUI has a new checkbox for short messages; the converter
CLI has a new mandatory option for short messages.

I also fixed a bug whereby certain errors were not being appended to the
'errors' StringBuffer.
2004-04-24 17:49:16 +00:00
..
.cvsignore Jskad's "About" dialog box now lists the time of compilation. Ant 2002-11-16 19:18:44 +00:00
AllTests.java Added an unchecked exception that I find useful for marking code that the developer thinks will not cause an exception. 2002-09-28 14:38:59 +00:00
HTMLPane.java Added a JScrollPane that views a noneditable HTML file found inside a JAR 2003-02-01 06:37:32 +00:00
Link.java ant private-javadocs runs without warnings; cleaned up some 2003-04-13 01:46:20 +00:00
OperatingSystemUtils.java Updated the build system so that you must do a cvs checkout of the 2002-11-18 16:12:25 +00:00
package.html Added Javadoc files overview.html and several package.html files. 2002-10-06 18:23:27 +00:00
RTFFixerInputStream.java Fixed Javadocs. 2003-07-04 00:12:59 +00:00
RTFFixerInputStreamTest.java To deal with java.swing.text.rtf bugs regarding hexadecimal escape 2003-06-29 02:30:08 +00:00
RTFPane.java These classes contain the code that brings up the "About" and "Help" 2002-10-13 20:40:24 +00:00
SimpleFrame.java Fixed Javadoc warnings. 2003-06-29 15:37:35 +00:00
SimplifiedLinkedList.java now supports sorting 2003-07-25 01:43:58 +00:00
SimplifiedListIterator.java Renamed LinkedList to SimplifiedLinkList and moved it from org.thdl.tib.scanner to org.thdl.util. This linked list was implemented because the VM running on handhelds does not include java.util.LinkedList. 2003-04-01 13:08:38 +00:00
StatusBar.java Added a class representing a GUI element, a status bar. 2002-10-13 19:19:47 +00:00
TeeStream.java Added Javadoc files overview.html and several package.html files. 2002-10-06 18:23:27 +00:00
ThdlAbstractAction.java Added Javadoc files overview.html and several package.html files. 2002-10-06 18:23:27 +00:00
ThdlActionListener.java Updated the build system so that you must do a cvs checkout of the 2002-11-18 16:12:25 +00:00
ThdlDebug.java This displayed poorly for me, so I untabified it. Whitespace changed only. 2004-04-18 18:56:01 +00:00
ThdlI18n.java This class provides static methods for dealing 2002-11-02 20:11:42 +00:00
ThdlLazyException.java Robert Chilton's experience inspired me to make the handling of errors and 2004-04-24 17:49:16 +00:00
ThdlLazyExceptionTest.java Robert Chilton's experience inspired me to make the handling of errors and 2004-04-24 17:49:16 +00:00
ThdlOptions.java Small changes w.r.t. clearing preferences. Some code cleanup. 2003-07-06 16:24:29 +00:00
Trie.java Fixes bug 624133, "Input freezes after impossible character". Try 'shsM' in 2002-11-02 18:44:24 +00:00
TrieTest.java Slapped on copyright boilerplate. 2003-02-01 05:52:03 +00:00
VerboseUnicodeDump.java Added a Unicode->ASCII dump for debugging *->Unicode conversions. To use it, use 'java -cp Jskad.jar org.thdl.util.VerboseUnicodeDump'. 2004-01-17 16:52:38 +00:00