MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / Finder

Method Finder

src/Finder.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "UndoAction.h"
22
23Finder::Finder(ScintillaNext *edit) :
24 editor(edit)
25{
26 search_flags = editor->searchFlags();
27}
28
29void Finder::setEditor(ScintillaNext *editor)
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected