diff --git a/java/src/processing/mode/java/pdex/JavaTextAreaPainter.java b/java/src/processing/mode/java/pdex/JavaTextAreaPainter.java index d3204186c..61f4b5db6 100644 --- a/java/src/processing/mode/java/pdex/JavaTextAreaPainter.java +++ b/java/src/processing/mode/java/pdex/JavaTextAreaPainter.java @@ -111,13 +111,10 @@ public class JavaTextAreaPainter extends TextAreaPainter * Paint a line. Paints the gutter (with background color and text) then the * line (background color and text). * - * @param gfx - * the graphics context + * @param gfx the graphics context * @param tokenMarker - * @param line - * 0-based line number - * @param x - * horizontal position + * @param line 0-based line number + * @param x horizontal position */ @Override protected void paintLine(Graphics gfx, int line, int x, @@ -128,7 +125,8 @@ public class JavaTextAreaPainter extends TextAreaPainter super.paintLine(gfx, line, x + Editor.LEFT_GUTTER, tokenMarker); } catch (Exception e) { - Messages.log(e.getMessage()); + //Messages.log(e.getMessage()); + e.printStackTrace(); } // formerly only when in debug mode diff --git a/todo.txt b/todo.txt index 1dcbfdc1c..3b87d81e6 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,7 @@ 0252 (3.1.3?) _ modify line number color when no lines extend that far? _ https://github.com/processing/processing/pull/4560 +_ swap out the fonts? contrib X Simplify conditional branch