bobbylight / RSyntaxTextArea

A syntax highlighting, code folding text editor for Java Swing applications.
BSD 3-Clause "New" or "Revised" License
1.12k stars 259 forks source link

`SearchEngine.replace()` should set the wrap flag when appropriate #482

Closed bobbylight closed 1 year ago

bobbylight commented 1 year ago

Description SearchEngine.replace() currently does not set the wrap flag in the returned SearchResult when appropriate. It should do so.