Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getCurrentKeyword
Method · 0.80
buildEditMenu
Method · 0.80
menuSelected
Method · 0.80
isSelectionActive
Method · 0.80
actionPerformedImpl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected