fix indents for #4296

This commit is contained in:
Ben Fry
2016-02-13 17:38:35 -05:00
parent 8e6665eca6
commit 5113d5dad1
2 changed files with 3 additions and 2 deletions
@@ -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"));
}
}
+2
View File
@@ -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