Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ closeLineWidget
Method
closeLineWidget
src/plugins/codeeditor/gui/tabwidget.cpp:1009–1013 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1007
}
1008
1009
void TabWidget::closeLineWidget()
1010
{
1011
if (auto editor = d->currentTextEditor())
1012
editor->closeLineWidget();
1013
}
1014
1015
void TabWidget::cursorPosition(int *line, int *index)
1016
{
Callers
2
startInlineChat
Method · 0.45
handleClose
Method · 0.45
Calls
1
currentTextEditor
Method · 0.80
Tested by
no test coverage detected