Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ closeFileEditor
Method
closeFileEditor
src/plugins/codeeditor/gui/tabwidget.cpp:691–694 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
689
}
690
691
void TabWidget::closeFileEditor(const QString &fileName)
692
{
693
d->tabBar->removeTab(fileName);
694
}
695
696
void TabWidget::closeFileEditor()
697
{
Callers
2
handleCloseFile
Method · 0.80
handleCloseCurrentEditor
Method · 0.80
Calls
3
currentTextEditor
Method · 0.80
removeTab
Method · 0.45
getFile
Method · 0.45
Tested by
no test coverage detected