Skip to content

Commit d9f71cb

Browse files
committed
Make suggestion window flicker (little bit) less
1 parent c06d714 commit d9f71cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/src/processing/mode/java/pdex/JavaTextArea.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ protected void fetchPhrase() {
361361
suggestionRunning = false;
362362
if (suggestionRequested) {
363363
Messages.log("completion invalidated");
364-
hideSuggestion();
365364
fetchPhrase();
366365
return;
367366
}
@@ -674,7 +673,6 @@ public void run() {
674673
* @param subWord
675674
*/
676675
protected void showSuggestion(DefaultListModel<CompletionCandidate> listModel, String subWord) {
677-
//new Exception(System.currentTimeMillis() + "").printStackTrace(System.out);
678676
hideSuggestion();
679677

680678
if (listModel.size() == 0) {

0 commit comments

Comments
 (0)