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

Method add_bookmark

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

Source from the content-addressed store, hash-verified

151constexpr auto MARK_BOOKMARK = 20;
152
153void NppInterface::add_bookmark(TextPosition line) {
154 send_msg_to_scintilla(SCI_MARKERADD, line, MARK_BOOKMARK);
155}
156
157constexpr auto npp_view_count = 2;
158

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected