From fc3e00677218be7d34644cfe4d1636bf626761e4 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 21 Sep 2015 19:06:24 -0400 Subject: [PATCH] button format note, debugging flickery popup --- java/src/processing/mode/java/pdex/JavaTextArea.java | 1 + todo.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/java/src/processing/mode/java/pdex/JavaTextArea.java b/java/src/processing/mode/java/pdex/JavaTextArea.java index 65b8d53f2..d91c172c4 100644 --- a/java/src/processing/mode/java/pdex/JavaTextArea.java +++ b/java/src/processing/mode/java/pdex/JavaTextArea.java @@ -954,6 +954,7 @@ public class JavaTextArea extends JEditTextArea { * @param subWord */ protected void showSuggestion(DefaultListModel listModel, String subWord) { + //new Exception(System.currentTimeMillis() + "").printStackTrace(System.out); hideSuggestion(); if (listModel.size() == 0) { diff --git a/todo.txt b/todo.txt index e4796455d..4f5c2c6b1 100644 --- a/todo.txt +++ b/todo.txt @@ -67,6 +67,8 @@ X fix bold version used in the description below, when an item is selected X manager needs a frame title X remove tooltip that repeats the contents of the tab labels X add extra space to the right of the buttons to line up w/ the scrollbar +X CM: Button formatting +X https://github.com/processing/processing/issues/3643 watcher X prevent re-prompting users when they say "no" to "sketch modified" message