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

Method getText

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

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

()

Source from the content-addressed store, hash-verified

1348 * Get the contents of the current buffer. Used by the Sketch class.
1349 */
1350 public String getText() {
1351 return textarea.getText();
1352 }
1353
1354
1355 /**

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
focusLostMethod · 0.45
removeUpdateMethod · 0.45
insertUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected