Jskad/source/org/thdl/tib
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
..
input Fixed bug 617156, "DuffPane ignores setEditable(false)". 2002-10-20 05:54:29 +00:00
scanner accepting both acip and wylie now 2002-10-18 23:28:49 +00:00
text Changed a /* */ comment to a Javadoc (/** */) comment. 2002-10-13 19:13:59 +00:00