No description
Find a file
dchandler 0097be4266 Fixed bug 617156, "DuffPane ignores setEditable(false)".
I fixed this the easy way, by checking the value of isEditable() before
cutting, pasting, or adding typed text.  I may have missed a spot, but
checking at a lower level is a bit less efficient.

Fixing this the hard way, the keymaps-and-overridden-default-action way,
seems like it will make the code uglier, not cleaner.  And it won't get us
closer to fixing the killer bug, 614475, "Improper Line Wrapping".
2002-10-20 05:54:29 +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 Fixed bug 617156, "DuffPane ignores setEditable(false)". 2002-10-20 05:54:29 +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 You can now easily extend the classpath by putting .zip files into 2002-10-18 02:57:57 +00:00