Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ SelectAll
Method
SelectAll
scintilla/src/Editor.cxx:4392–4397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4390
}
4391
4392
void Editor::SelectAll()
4393
{
4394
sel.Clear();
4395
SetSelection ( 0, pdoc->Length() );
4396
Redraw();
4397
}
4398
4399
void Editor::Undo()
4400
{
Callers
nothing calls this directly
Calls
2
Clear
Method · 0.45
Length
Method · 0.45
Tested by
no test coverage detected