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

Method setModified

app/src/processing/app/Sketch.java:759–764  ·  view source on GitHub ↗

Sets the modified value for the code in the front-most tab.

(boolean state)

Source from the content-addressed store, hash-verified

757 * Sets the modified value for the code in the front-most tab.
758 */
759 public void setModified(boolean state) {
760 if (current.isModified() != state) {
761 current.setModified(state);
762 calcModified();
763 }
764 }
765
766
767 protected void calcModified() {

Callers 15

handlePressedMethod · 0.95
addFileMethod · 0.45
checkFilesMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
handleCutMethod · 0.45
handlePasteMethod · 0.45
handleAutoFormatMethod · 0.45
handleIndentOutdentMethod · 0.45

Calls 2

calcModifiedMethod · 0.95
isModifiedMethod · 0.45

Tested by

no test coverage detected