Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ setSelection
Method
setSelection
app/src/processing/app/EditorTab.java:482–484 ·
view source on GitHub ↗
(int start, int stop)
Source
from the content-addressed store, hash-verified
480
}
481
482
public
void
setSelection(
int
start,
int
stop) {
483
textarea.select(start, stop);
484
}
485
486
public
int
getScrollPosition() {
487
return
scrollPane.getVerticalScrollBar().getValue();
Callers
4
find
Method · 0.95
replace
Method · 0.80
replaceAll
Method · 0.80
importLibrary
Method · 0.80
Calls
1
select
Method · 0.45
Tested by
no test coverage detected