Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1073
void TabWidget::gotoLine(int line)
1074
{
1075
if (auto editor = d->currentTextEditor())
1076
editor->gotoLine(line);
1077
}
1078
1079
void TabWidget::gotoPosition(int line, int column)
1080
{
Callers
10
slotSelectedChanged
Method · 0.45
slotBreakpointSelected
Method · 0.45
handleAssemble
Method · 0.45
showChunksReferences
Method · 0.45
XmlStreamReader
Method · 0.45
jumpToLine
Method · 0.45
triggerDefaultHandler
Method · 0.45
handleGotoLine
Method · 0.45
gotoNextMark
Method · 0.45
gotoPreviousMark
Method · 0.45
Calls
1
currentTextEditor
Method · 0.80
Tested by
no test coverage detected