fun findNext(forward: Boolean): Unit
Overrides EngineSession.findNext
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