MCPcopy
hub / github.com/arduino/Arduino / getTextArea

Method getTextArea

app/src/processing/app/EditorTab.java:380–382  ·  view source on GitHub ↗

Get the TextArea object for use (not recommended). This should only be used in obscure cases that really need to hack the internals of the JEditTextArea. Most tools should only interface via the get/set functions found in this class. This will maintain compatibility with future releases, which will

()

Source from the content-addressed store, hash-verified

378 * which will not use TextArea.
379 */
380 public SketchTextArea getTextArea() {
381 return textarea;
382 }
383
384 /**
385 * Get the sketch this tab is editing a file from.

Callers 9

findMethod · 0.95
addTabMethod · 0.95
buildEditMenuMethod · 0.80
updateUndoRedoStateMethod · 0.80
addLineHighlightMethod · 0.80
handlePrintMethod · 0.80
statusErrorMethod · 0.80
DiscourseFormatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected