Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
254
TextEditor *TabWidgetPrivate::findEditor(const QString &fileName)
255
{
256
return editorMng.value(fileName, nullptr);
257
}
258
259
TextEditor *TabWidgetPrivate::currentTextEditor() const
260
{
Callers
15
rangeText
Method · 0.80
selectionRange
Method · 0.80
fileText
Method · 0.80
replaceAll
Method · 0.80
replaceText
Method · 0.80
replaceRange
Method · 0.80
saveAs
Method · 0.80
reloadFile
Method · 0.80
setFileModified
Method · 0.80
gotoNextPosition
Method · 0.80
gotoPreviousPosition
Method · 0.80
lineText
Method · 0.80
Calls
1
value
Method · 0.45
Tested by
no test coverage detected