Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ currentEditor
Method
currentEditor
src/plugins/codeeditor/gui/tabwidget.cpp:1024–1027 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1022
}
1023
1024
TextEditor *TabWidget::currentEditor() const
1025
{
1026
return d->currentTextEditor();
1027
}
1028
1029
TextEditor *TabWidget::findEditor(const QString &fileName)
1030
{
Callers
4
initActions
Method · 0.45
onCloseRequested
Method · 0.45
onFocusChanged
Method · 0.45
autoAdjustCurrentEditor
Method · 0.45
Calls
1
currentTextEditor
Method · 0.80
Tested by
no test coverage detected