Very minor cleanup to fix Javadocs and make the source code more

readable; comments added.
This commit is contained in:
dchandler 2002-11-18 21:33:44 +00:00
parent 0e70c7fb97
commit 07fe242596

View file

@ -500,7 +500,7 @@ public class DuffPane extends TibetanPane implements KeyListener, FocusListener
* when the user has somewhat explicitly chosen the font size. * when the user has somewhat explicitly chosen the font size.
* This will set the font size but also record this as a user * This will set the font size but also record this as a user
* preference. Then you can choose to save the user preferences * preference. Then you can choose to save the user preferences
* via {@link org.thdl.util.ThdlOptions.saveUserPreferences()}. * via {@link org.thdl.util.ThdlOptions#saveUserPreferences()}.
* *
* @param size a point size * @param size a point size
*/ */
@ -1101,9 +1101,9 @@ public void paste(int offset) {
if (this.isEditable()) { if (this.isEditable()) {
initKeyboard(); initKeyboard();
if (isTibetan) if (isTibetan)
getTibDoc().appendDuff(caret.getDot()," ",TibetanMachineWeb.getAttributeSet(1)); getTibDoc().appendDuff(caret.getDot(),"\t",TibetanMachineWeb.getAttributeSet(1));
else else
append(" ", romanAttributeSet); append("\t", romanAttributeSet);
} }
break; break;
@ -1198,6 +1198,10 @@ public void paste(int offset) {
* *
* @param e a KeyEvent */ * @param e a KeyEvent */
public void processTibetan(KeyEvent kev) { public void processTibetan(KeyEvent kev) {
/* DLC FIXME: in the extended wylie keyboard, there's a
* potential problem: typing ai gets you what aai gets you,
* not what i gets you. Typing ae gets you what e gets
* you. */
boolean shouldIBackSpace = true; boolean shouldIBackSpace = true;
// We don't handle just any old keypress. We handle only the // We don't handle just any old keypress. We handle only the