mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix indents for #4296
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user