MCPcopy
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

findMethod · 0.95
replaceMethod · 0.80
replaceAllMethod · 0.80
importLibraryMethod · 0.80

Calls 1

selectMethod · 0.45

Tested by

no test coverage detected