We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f495151 commit ef472d9Copy full SHA for ef472d9
java/src/processing/mode/java/JavaEditor.java
@@ -1209,21 +1209,11 @@ public void toggleBreakpoint() {
1209
1210
1211
public void toggleBreakpoint(int lineIndex) {
1212
- new Exception().printStackTrace(System.out);
1213
debugger.toggleBreakpoint(lineIndex);
1214
}
1215
1216
1217
1218
- /*
1219
- public void handleSave() {
1220
-// toolbar.activate(JavaToolbar.SAVE);
1221
- super.handleSave(true);
1222
-// toolbar.deactivate(JavaToolbar.SAVE);
1223
- }
1224
- */
1225
-
1226
1227
public boolean handleSaveAs() {
1228
//System.out.println("handleSaveAs");
1229
String oldName = getSketch().getCode(0).getFileName();
0 commit comments