No description
Find a file
dchandler 08e4e2fc57 Added a flexible mechanism for persistent boolean-, integer-, and
string-valued preferences built atop java.util.Properties.

How it works: the jvm is asked first, and then the user's prefs file, if it exists,
then the system-wide prefs file, and then the built-in preferences.  Finally, for
robustness, a default may be optionally hard-coded in the source.

I made several things configurable, too:

the default Tibetan keyboard
the default font sizes and faces
whether you want developer-only features enabled
Savant's file extension (.savant)
etc.

The only known problems are the following:

The default location for the user's preferences file is windows-specific,
arbitrary, and not in the user documentation.  Likewise for the location of the
system-wide preferences file.  You can change them using 'java -D', though.

There is no "Save preferences" option yet, and closing the program does
not save preferences either.
2002-10-14 04:06:05 +00:00
dist The build system now creates Java Web Start releases for all four programs. 2002-10-12 18:30:14 +00:00
docs Testing CVSROOT/log* e-mail script. 2002-10-03 02:29:30 +00:00
extensions Added a file explaining how the build process uses this directory, and how 2002-10-12 03:08:14 +00:00
license Previously, all but the last line had \r\r\n line feeds, which is neither DOS 2002-10-05 20:20:49 +00:00
source Added a flexible mechanism for persistent boolean-, integer-, and 2002-10-14 04:06:05 +00:00
.cvsignore The build system now creates Java Web Start releases for all four programs. 2002-10-12 18:30:14 +00:00
build.xml Added a flexible mechanism for persistent boolean-, integer-, and 2002-10-14 04:06:05 +00:00