MCPcopy
hub / github.com/arduino/Arduino / setModified

Method setModified

app/src/processing/app/EditorTab.java:465–471  ·  view source on GitHub ↗
(boolean value)

Source from the content-addressed store, hash-verified

463 }
464
465 private void setModified(boolean value) {
466 if (value != modified) {
467 modified = value;
468 // TODO: Improve decoupling
469 editor.getSketchController().calcModified();
470 }
471 }
472
473 public String getSelectedText() {
474 return textarea.getSelectedText();

Callers 3

createDocumentMethod · 0.95
reloadMethod · 0.95
clearModifiedMethod · 0.95

Calls 2

calcModifiedMethod · 0.80
getSketchControllerMethod · 0.80

Tested by

no test coverage detected