MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / MakeSelection

Method MakeSelection

src/NppJsonViewer/ScintillaEditor.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void ScintillaEditor::MakeSelection(size_t start, size_t end) const
78{
79 ::SendMessage(m_hScintilla, SCI_SETSEL, start, end);
80}
81
82auto ScintillaEditor::GetEOL() const -> unsigned
83{

Callers 3

PopulateTreeUsingSaxMethod · 0.80
ReportErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected