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

Method getSelectedText

app/src/processing/app/ui/Editor.java:1648–1650  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1646
1647
1648 public String getSelectedText() {
1649 return textarea.getSelectedText();
1650 }
1651
1652
1653 public void setSelectedText(String what) {

Callers 4

actionPerformedMethod · 0.95
actionPerformedMethod · 0.45
handleIndentOutdentMethod · 0.45
handleFindReferenceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected