MCPcopy Index your code
hub / github.com/benfry/processing4 / handleTweak

Method handleTweak

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

Source from the content-addressed store, hash-verified

562
563
564 public void handleTweak() {
565 autoSave();
566
567 if (sketch.isModified()) {
568 Messages.showMessage(Language.text("menu.file.save"),
569 Language.text("tweak_mode.save_before_tweak"));
570 return;
571 }
572
573 handleLaunch(false, true);
574 }
575
576 protected void handleLaunch(boolean present, boolean tweak) {
577 prepareRun();

Callers 2

buildSketchMenuMethod · 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