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
Description
SearchEngine.replace()
currently does not set thewrap
flag in the returnedSearchResult
when appropriate. It should do so.