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

Method goToLine

src/tools/ecode/universallocator.cpp:428–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428void UniversalLocator::goToLine() {
429 showLocateBar();
430 mLocateInput->setText( "l " );
431}
432
433bool UniversalLocator::isCommand( const std::string& filename ) {
434 const auto isLocator = [this]( const std::string& filename ) {

Callers 12

UniversalLocatorMethod · 0.45
focusOrLoadFileMethod · 0.45
loadFileDelayedMethod · 0.45
onCodeEditorCreatedMethod · 0.45
getForcePositionFnMethod · 0.45
onLoadDoneMethod · 0.45
onLoadDoneMethod · 0.45
goToLocationMethod · 0.45
goToNextErrorMethod · 0.45
goToPrevErrorMethod · 0.45
goToNextErrorMethod · 0.45
goToPrevErrorMethod · 0.45

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected