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

Method getDocumentText

app/src/processing/app/SketchCode.java:218–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216
217
218 public String getDocumentText() throws BadLocationException {
219 return document.getText(0, document.getLength());
220 }
221
222
223 public void setDocument(Document d) {

Callers 4

actionPerformedMethod · 0.80
actionPerformedMethod · 0.80
prepareRunMethod · 0.80
getSketchTabContentsMethod · 0.80

Calls 1

getTextMethod · 0.45

Tested by

no test coverage detected