MCPcopy
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

findMethod · 0.80
ActionsClass · 0.80

Calls 2

selectTabMethod · 0.95
sizeMethod · 0.80

Tested by

no test coverage detected