Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2758
void TextDocument::selectAll() {
2759
setSelection( endOfDoc(), startOfDoc() );
2760
}
2761
2762
void TextDocument::newLine() {
2763
BoolScopedOp op( mDoingTextInput, true );
Callers
4
onWindowReady
Method · 0.45
onFocus
Method · 0.45
show
Method · 0.45
willBeginEditing
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected