MCPcopy
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

replaceMethod · 0.80
replaceAllMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected