Jskad/source/org/thdl/util
dchandler efa8fc1f25 DuffPane now has the start of a unit test suite. Invoke it via 'ant
clean check'.  Right now there are tests to ensure that typing certain
sequences of keys in the Extended Wylie keyboard gives the expected
Extended Wylie back when "Tools/Convert Tibetan to Wylie" is invoked.

The syntactically illegal d.wa now converts to Tibetan and then back
to d.wa (not dwa, as it did); likewise with the illegal g.wa.  wa
doesn't take any prefixes, but I prefer clean end-to-end
behavior. (jeskd doesn't go end-to-end, though.)

Note that you cannot successfully run the DuffPane tests on a Linux
box unless your DISPLAY variable is set correctly.  Thus, my nightly
builds will fail with an Error (as opposed to a Failure).
2003-04-14 05:22:27 +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
RTFPane.java These classes contain the code that brings up the "About" and "Help" 2002-10-13 20:40:24 +00:00
SimpleFrame.java These classes contain the code that brings up the "About" and "Help" 2002-10-13 20:40:24 +00:00
SimplifiedLinkedList.java nothing 2003-04-08 13:28:38 +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 Factored TibetanDocument into two classes, one that is a 2002-11-02 03:38:59 +00:00
ThdlI18n.java This class provides static methods for dealing 2002-11-02 20:11:42 +00:00
ThdlLazyException.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
ThdlLazyExceptionTest.java Removed/commented out/tagged some unused local variables. 2002-11-02 16:01:40 +00:00
ThdlOptions.java DuffPane now has the start of a unit test suite. Invoke it via 'ant 2003-04-14 05:22:27 +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