MCPcopy Index your code
hub / github.com/benfry/processing4 / handlePrevCode

Method handlePrevCode

app/src/processing/app/Sketch.java:741–745  ·  view source on GitHub ↗

Move to the previous tab.

()

Source from the content-addressed store, hash-verified

739 * Move to the previous tab.
740 */
741 public void handlePrevCode() {
742 int prev = currentIndex - 1;
743 if (prev < 0) prev = codeCount-1;
744 setCurrentCode(prev);
745 }
746
747
748 /**

Callers 1

actionPerformedMethod · 0.80

Calls 1

setCurrentCodeMethod · 0.95

Tested by

no test coverage detected