MCPcopy 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
4392void Editor::SelectAll()
4393{
4394 sel.Clear();
4395 SetSelection ( 0, pdoc->Length() );
4396 Redraw();
4397}
4398
4399void Editor::Undo()
4400{

Callers

nothing calls this directly

Calls 2

ClearMethod · 0.45
LengthMethod · 0.45

Tested by

no test coverage detected