mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
message when reference is find out on nothing selected
This commit is contained in:
@@ -328,6 +328,9 @@ public class JavaEditor extends Editor {
|
||||
if (textarea.isSelectionActive()) {
|
||||
handleFindReference();
|
||||
}
|
||||
else {
|
||||
statusNotice(Language.text("editor.status.find_reference.select_word_first"));
|
||||
}
|
||||
}
|
||||
});
|
||||
menu.add(item);
|
||||
|
||||
Reference in New Issue
Block a user