MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / set_selection

Method set_selection

src/npp/NppInterface.cpp:195–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void NppInterface::set_selection(TextPosition from, TextPosition to) { post_msg_to_scintilla(SCI_SETSEL, from, to); }
196
197void NppInterface::replace_selection(const char *str) { send_msg_to_scintilla(SCI_REPLACESEL, 0, reinterpret_cast<LPARAM>(str)); }
198

Callers 3

find_next_mistakeMethod · 0.45
find_prev_mistakeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected