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

Method gotoPosition

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

Source from the content-addressed store, hash-verified

1077}
1078
1079void TabWidget::gotoPosition(int line, int column)
1080{
1081 if (auto editor = d->currentTextEditor())
1082 editor->gotoPosition(editor->positionFromLineIndex(line, column));
1083}
1084
1085void TabWidget::saveFile(const QString &fileName)
1086{

Callers 9

openFileMethod · 0.45
handleItemClickedMethod · 0.45
acceptMethod · 0.45
setTextMethod · 0.45
gotoNextPositionMethod · 0.45
gotoPreviousPositionMethod · 0.45
handleGotoPositionMethod · 0.45
doReplaceAllMethod · 0.45

Calls 2

currentTextEditorMethod · 0.80
positionFromLineIndexMethod · 0.80

Tested by

no test coverage detected