Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ setSelectedText
Method
setSelectedText
app/src/processing/app/EditorTab.java:478–480 ·
view source on GitHub ↗
(String what)
Source
from the content-addressed store, hash-verified
476
477
478
public
void
setSelectedText(String what) {
479
textarea.replaceSelection(what);
480
}
481
482
public
void
setSelection(
int
start,
int
stop) {
483
textarea.select(start, stop);
Callers
2
replace
Method · 0.80
replaceAll
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected