MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / gotoLine

Method gotoLine

src/plugins/codeeditor/gui/tabwidget.cpp:1073–1077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1071}
1072
1073void TabWidget::gotoLine(int line)
1074{
1075 if (auto editor = d->currentTextEditor())
1076 editor->gotoLine(line);
1077}
1078
1079void TabWidget::gotoPosition(int line, int column)
1080{

Callers 10

slotSelectedChangedMethod · 0.45
handleAssembleMethod · 0.45
showChunksReferencesMethod · 0.45
XmlStreamReaderMethod · 0.45
jumpToLineMethod · 0.45
triggerDefaultHandlerMethod · 0.45
handleGotoLineMethod · 0.45
gotoNextMarkMethod · 0.45
gotoPreviousMarkMethod · 0.45

Calls 1

currentTextEditorMethod · 0.80

Tested by

no test coverage detected