last todo items for 88

This commit is contained in:
benfry
2005-05-08 00:06:03 +00:00
parent 435538e639
commit 0e7e4fcfc6
3 changed files with 14 additions and 4 deletions

View File

@@ -1544,8 +1544,6 @@ public class Editor extends JFrame
}
// TODO iron out bugs with this code under
// different platforms, especially macintosh
public void highlightLine(int lnum) {
if (lnum < 0) {
textarea.select(0, 0);