| 21 | #include "UndoAction.h" |
| 22 | |
| 23 | Finder::Finder(ScintillaNext *edit) : |
| 24 | editor(edit) |
| 25 | { |
| 26 | search_flags = editor->searchFlags(); |
| 27 | } |
| 28 | |
| 29 | void Finder::setEditor(ScintillaNext *editor) |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected