Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getDocumentText
Method
getDocumentText
app/src/processing/app/SketchCode.java:227–229 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
225
226
227
public
String getDocumentText() throws BadLocationException {
228
return
document.getText(0, document.getLength());
229
}
230
231
232
public
void
setDocument(Document d) {
Callers
4
actionPerformed
Method · 0.80
actionPerformed
Method · 0.80
prepareRun
Method · 0.80
preprocessSketch
Method · 0.80
Calls
1
getText
Method · 0.45
Tested by
no test coverage detected