Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ selectPrevTab
Method
selectPrevTab
app/src/processing/app/Editor.java:1472–1474 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1470
}
1471
1472
public
void
selectPrevTab() {
1473
selectTab((currentTabIndex - 1 + tabs.size()) % tabs.size());
1474
}
1475
1476
public
EditorTab findTab(
final
SketchFile file) {
1477
return
tabs.get(findTabIndex(file));
Callers
2
find
Method · 0.80
Actions
Class · 0.80
Calls
2
selectTab
Method · 0.95
size
Method · 0.80
Tested by
no test coverage detected