MCPcopy Create free account
hub / github.com/cxasm/notepad-- / bookmarkAdd

Method bookmarkAdd

src/scintillaeditview.cpp:1416–1421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1414}
1415
1416void ScintillaEditView::bookmarkAdd(intptr_t lineno) const {
1417 if (lineno == -1)
1418 lineno = getCurrentLineNumber();
1419 if (!bookmarkPresent(lineno))
1420 this->execute(SCI_MARKERADD, lineno, _SC_MARGE_SYBOLE);
1421}
1422
1423void ScintillaEditView::bookmarkDelete(size_t lineno) const {
1424 if (lineno == -1)

Callers 1

on_markAndBookMethod · 0.80

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected