mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Don't find on Cmd+E, just set find text (Mac OS X).
This commit is contained in:
@ -1484,7 +1484,6 @@ public class Editor extends JFrame implements RunnerListener {
|
||||
find = new FindReplace(Editor.this);
|
||||
}
|
||||
find.setFindText(getSelectedText());
|
||||
find.findNext();
|
||||
}
|
||||
});
|
||||
menu.add(item);
|
||||
|
Reference in New Issue
Block a user