MCPcopy Create free account
hub / github.com/benfry/processing4 / findPrevious

Method findPrevious

app/src/processing/app/ui/FindReplace.java:490–494  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

488
489
490 public void findPrevious() {
491 if (!find(wrapAround, true)) {
492 Toolkit.beep();
493 }
494 }
495
496
497 /**

Callers 1

actionPerformedMethod · 0.80

Calls 2

findMethod · 0.95
beepMethod · 0.95

Tested by

no test coverage detected