MCPcopy Index your code
hub / github.com/arduino/Arduino / getSelectedText

Method getSelectedText

app/src/processing/app/EditorTab.java:473–475  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

471 }
472
473 public String getSelectedText() {
474 return textarea.getSelectedText();
475 }
476
477
478 public void setSelectedText(String what) {

Callers 5

getCurrentKeywordMethod · 0.80
buildEditMenuMethod · 0.80
menuSelectedMethod · 0.80
isSelectionActiveMethod · 0.80
actionPerformedImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected