Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
void ScintillaEditor::MakeSelection(size_t start, size_t end) const
78
{
79
::SendMessage(m_hScintilla, SCI_SETSEL, start, end);
80
}
81
82
auto ScintillaEditor::GetEOL() const -> unsigned
83
{
Callers
3
CheckForTokenUndefined
Method · 0.80
PopulateTreeUsingSax
Method · 0.80
ReportError
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected