Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getProgram
Method · 0.65
save
Method · 0.65
saveAs
Method · 0.65
noTimestampAdded
Method · 0.65
all3LinesHaveTimestampAdded
Method · 0.65
emptyLinesHaveTimestampToo
Method · 0.65
newLinesAreRememberedWhenNewBufferIsUsed
Method · 0.65
assertOutput
Method · 0.65
executeInEDT
Method · 0.65
getText
Method · 0.65
run
Method · 0.65
findSubMenuWithLabel
Method · 0.65
Implementers
1
EditorTab
app/src/processing/app/EditorTab.java
Calls
no outgoing calls
Tested by
7
noTimestampAdded
Method · 0.52
all3LinesHaveTimestampAdded
Method · 0.52
emptyLinesHaveTimestampToo
Method · 0.52
newLinesAreRememberedWhenNewBufferIsUsed
Method · 0.52
assertOutput
Method · 0.52
executeInEDT
Method · 0.52
getText
Method · 0.52