MCPcopy Create free account
hub / github.com/SpartanJ/eepp / selectAll

Method selectAll

src/eepp/ui/doc/textdocument.cpp:2758–2760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2756}
2757
2758void TextDocument::selectAll() {
2759 setSelection( endOfDoc(), startOfDoc() );
2760}
2761
2762void TextDocument::newLine() {
2763 BoolScopedOp op( mDoingTextInput, true );

Callers 4

onWindowReadyMethod · 0.45
onFocusMethod · 0.45
showMethod · 0.45
willBeginEditingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected