MCPcopy Index your code
hub / github.com/processing/processing / setSelectedText

Method setSelectedText

app/src/processing/app/ui/Editor.java:1653–1655  ·  view source on GitHub ↗
(String what)

Source from the content-addressed store, hash-verified

1651
1652
1653 public void setSelectedText(String what) {
1654 textarea.setSelectedText(what);
1655 }
1656
1657
1658 public void setSelectedText(String what, boolean ever) {

Callers 5

insertTextMethod · 0.45
setLineTextMethod · 0.45
handleIndentOutdentMethod · 0.45
replaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected