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

Method replaceCurrentLine

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

Source from the content-addressed store, hash-verified

1863}
1864
1865bool TextDocument::replaceCurrentLine( const String& text ) {
1866 return replaceLine( getSelection().start().line(), text );
1867}
1868
1869TextPosition TextDocument::nextChar( TextPosition position ) const {
1870 return positionOffset( position, 1 );

Callers 4

onKeyDownMethod · 0.80
getFilesFromMethod · 0.80
processLineMethod · 0.80

Calls 2

getSelectionFunction · 0.85
startMethod · 0.45

Tested by

no test coverage detected