Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ updateKeywords
Method
updateKeywords
app/src/processing/app/Editor.java:948–951 ·
view source on GitHub ↗
(PdeKeywords keywords)
Source
from the content-addressed store, hash-verified
946
}
947
948
public
void
updateKeywords(PdeKeywords keywords) {
949
for
(EditorTab tab : tabs)
950
tab.updateKeywords(keywords);
951
}
952
953
JMenuItem createToolMenuItem(String className) {
954
try {
Callers
1
onBoardOrPortChange
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected