MCPcopy 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
1024TextEditor *TabWidget::currentEditor() const
1025{
1026 return d->currentTextEditor();
1027}
1028
1029TextEditor *TabWidget::findEditor(const QString &fileName)
1030{

Callers 4

initActionsMethod · 0.45
onCloseRequestedMethod · 0.45
onFocusChangedMethod · 0.45

Calls 1

currentTextEditorMethod · 0.80

Tested by

no test coverage detected