1
0
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:
David A. Mellis
2015-05-24 14:59:01 -04:00
parent 45b61ef02b
commit de671f7e38

View File

@ -1484,7 +1484,6 @@ public class Editor extends JFrame implements RunnerListener {
find = new FindReplace(Editor.this);
}
find.setFindText(getSelectedText());
find.findNext();
}
});
menu.add(item);