MCPcopy Index your code
hub / github.com/processing/processing / handleTweak

Method handleTweak

java/src/processing/mode/java/JavaEditor.java:1074–1084  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1072
1073
1074 public void handleTweak() {
1075 autoSave();
1076
1077 if (sketch.isModified()) {
1078 Messages.showMessage(Language.text("menu.file.save"),
1079 Language.text("tweak_mode.save_before_tweak"));
1080 return;
1081 }
1082
1083 handleLaunch(false, true);
1084 }
1085
1086 protected void handleLaunch(boolean present, boolean tweak) {
1087 prepareRun();

Callers 2

actionPerformedMethod · 0.95
handleLaunchMethod · 0.45

Calls 5

autoSaveMethod · 0.95
showMessageMethod · 0.95
textMethod · 0.95
handleLaunchMethod · 0.95
isModifiedMethod · 0.45

Tested by

no test coverage detected