diff --git a/java/src/processing/mode/java/JavaEditor.java b/java/src/processing/mode/java/JavaEditor.java index b8c01bb74..178730eb4 100644 --- a/java/src/processing/mode/java/JavaEditor.java +++ b/java/src/processing/mode/java/JavaEditor.java @@ -327,8 +327,7 @@ public class JavaEditor extends Editor { public void actionPerformed(ActionEvent e) { if (textarea.isSelectionActive()) { handleFindReference(); - } - else { + } else { statusNotice(Language.text("editor.status.find_reference.select_word_first")); } } diff --git a/todo.txt b/todo.txt index f6fa48fab..09000be77 100644 --- a/todo.txt +++ b/todo.txt @@ -31,6 +31,8 @@ X https://github.com/processing/processing/pull/4152 X get rid of dt_socket message, making command line run a little better X https://github.com/processing/processing/issues/4098 X https://github.com/processing/processing/pull/4103 +X message when reference is find out on nothing selected +X https://github.com/processing/processing/pull/4296 jakub X Workaround for JRE bug freezing the PDE during code completion