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

Method getText

app/src/processing/app/ui/Editor.java:1614–1616  ·  view source on GitHub ↗

Get the contents of the current buffer. Used by the Sketch class.

()

Source from the content-addressed store, hash-verified

1612 * Get the contents of the current buffer. Used by the Sketch class.
1613 */
1614 public String getText() {
1615 return textarea.getText();
1616 }
1617
1618
1619 /**

Callers 15

handleAutoFormatMethod · 0.95
getDocumentTextMethod · 0.45
keyTypedMethod · 0.45
promptForTabNameMethod · 0.45
updateSketchCodesMethod · 0.45
setCurrentCodeMethod · 0.45
updateMethod · 0.45
buildMethod · 0.45
actionPerformedMethod · 0.45
setSelectedMethod · 0.45
focusLostMethod · 0.45
removeUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected