From de671f7e385abaa3e3166718040905740c41457c Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sun, 24 May 2015 14:59:01 -0400 Subject: [PATCH] Don't find on Cmd+E, just set find text (Mac OS X). --- app/src/processing/app/Editor.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/processing/app/Editor.java b/app/src/processing/app/Editor.java index be793f73d..074700512 100644 --- a/app/src/processing/app/Editor.java +++ b/app/src/processing/app/Editor.java @@ -1484,7 +1484,6 @@ public class Editor extends JFrame implements RunnerListener { find = new FindReplace(Editor.this); } find.setFindText(getSelectedText()); - find.findNext(); } }); menu.add(item);