Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/arduino/Arduino
/ getEditors
Method
getEditors
app/src/processing/app/Base.java:2436–2438 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2434
}
2435
2436
public
List<Editor> getEditors() {
2437
return
new
LinkedList<>(editors);
2438
}
2439
2440
public
PdeKeywords getPdeKeywords() {
2441
return
pdeKeywords;
Callers
9
handleFontSizeChange
Method · 0.95
initComponents
Method · 0.80
okButtonActionPerformed
Method · 0.80
windowGainedFocus
Method · 0.80
run
Method · 0.80
windowGainedFocus
Method · 0.80
checkForNewBoardAttached
Method · 0.80
appReOpened
Method · 0.80
openFiles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected