mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 02:20:45 +01:00
last todo items for 88
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user