We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06d714 commit d9f71cbCopy full SHA for d9f71cb
java/src/processing/mode/java/pdex/JavaTextArea.java
@@ -361,7 +361,6 @@ protected void fetchPhrase() {
361
suggestionRunning = false;
362
if (suggestionRequested) {
363
Messages.log("completion invalidated");
364
- hideSuggestion();
365
fetchPhrase();
366
return;
367
}
@@ -674,7 +673,6 @@ public void run() {
674
673
* @param subWord
675
*/
676
protected void showSuggestion(DefaultListModel<CompletionCandidate> listModel, String subWord) {
677
- //new Exception(System.currentTimeMillis() + "").printStackTrace(System.out);
678
hideSuggestion();
679
680
if (listModel.size() == 0) {
0 commit comments