button format note, debugging flickery popup

This commit is contained in:
Ben Fry
2015-09-21 19:06:24 -04:00
parent 38397128fc
commit fc3e006772
2 changed files with 3 additions and 0 deletions
@@ -954,6 +954,7 @@ public class JavaTextArea extends JEditTextArea {
* @param subWord
*/
protected void showSuggestion(DefaultListModel<CompletionCandidate> listModel, String subWord) {
//new Exception(System.currentTimeMillis() + "").printStackTrace(System.out);
hideSuggestion();
if (listModel.size() == 0) {
+2
View File
@@ -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