abstract fun findNext(forward: Boolean): Unit
Finds and highlights the next or previous match found by findAll.
forward - true if the next match should be highlighted, false for the previous match.
forward