mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
button format note, debugging flickery popup
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user