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

Method updateSketchCodes

app/src/processing/app/Sketch.java:785–789  ·  view source on GitHub ↗

Ensure that all SketchCodes are up-to-date, so that sc.save() works.

()

Source from the content-addressed store, hash-verified

783 * Ensure that all SketchCodes are up-to-date, so that sc.save() works.
784 */
785 public void updateSketchCodes() {
786// if (current.isModified()) {
787 current.setProgram(editor.getText());
788// }
789 }
790
791
792 /**

Callers 3

saveMethod · 0.95
saveAsMethod · 0.95
checkFilesMethod · 0.80

Calls 2

setProgramMethod · 0.80
getTextMethod · 0.45

Tested by

no test coverage detected