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

Method getText

arduino-core/src/processing/app/SketchFile.java:65–65  ·  view source on GitHub ↗

Get the current text

()

Source from the content-addressed store, hash-verified

63 public static interface TextStorage {
64 /** Get the current text */
65 public String getText();
66
67 /**
68 * Is the text modified externally, after the last call to

Callers 15

getProgramMethod · 0.65
saveMethod · 0.65
saveAsMethod · 0.65
noTimestampAddedMethod · 0.65
assertOutputMethod · 0.65
executeInEDTMethod · 0.65
getTextMethod · 0.65
runMethod · 0.65
findSubMenuWithLabelMethod · 0.65

Implementers 1

EditorTabapp/src/processing/app/EditorTab.java

Calls

no outgoing calls

Tested by 7

noTimestampAddedMethod · 0.52
assertOutputMethod · 0.52
executeInEDTMethod · 0.52
getTextMethod · 0.52