MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / findEditor

Method findEditor

src/plugins/codeeditor/gui/tabwidget.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254TextEditor *TabWidgetPrivate::findEditor(const QString &fileName)
255{
256 return editorMng.value(fileName, nullptr);
257}
258
259TextEditor *TabWidgetPrivate::currentTextEditor() const
260{

Callers 15

rangeTextMethod · 0.80
selectionRangeMethod · 0.80
fileTextMethod · 0.80
replaceAllMethod · 0.80
replaceTextMethod · 0.80
replaceRangeMethod · 0.80
saveAsMethod · 0.80
reloadFileMethod · 0.80
setFileModifiedMethod · 0.80
gotoNextPositionMethod · 0.80
gotoPreviousPositionMethod · 0.80
lineTextMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected