Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ onCurrentTabChanged
Method
onCurrentTabChanged
src/plugins/codeeditor/gui/tabbar.cpp:96–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void TabBarPrivate::onCurrentTabChanged(int index)
97
{
98
const auto &file = q->indexFile(index);
99
emit q->tabSwitched(file);
100
editor.switchedFile(file);
101
}
102
103
void TabBarPrivate::onTabColseRequested(int index)
104
{
Callers
nothing calls this directly
Calls
1
indexFile
Method · 0.80
Tested by
no test coverage detected