mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc...
This commit is contained in:
@ -422,7 +422,7 @@ public class EditorStatus extends JPanel implements ActionListener {
|
||||
} else if (e.getSource() == yesButton) {
|
||||
// answer was in response to "save changes?"
|
||||
unprompt();
|
||||
editor.handleSave();
|
||||
editor.handleSave(true);
|
||||
editor.checkModified2();
|
||||
|
||||
} else if (e.getSource() == cancelButton) {
|
||||
|
Reference in New Issue
Block a user