MCPcopy Index your code
hub / github.com/processing/processing / findNext

Method findNext

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

Source from the content-addressed store, hash-verified

502
503
504 public void findNext() {
505 if (!find(wrapAround, false)) {
506 Toolkit.beep();
507 }
508 }
509
510
511 public void findPrevious() {

Callers 3

actionPerformedMethod · 0.95
replaceAndFindNextMethod · 0.95
actionPerformedMethod · 0.80

Calls 2

findMethod · 0.95
beepMethod · 0.95

Tested by

no test coverage detected