Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ insertText
Method
insertText
src/plugins/codeeditor/gui/tabwidget.cpp:755–759 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
753
}
754
755
void TabWidget::insertText(const QString &text)
756
{
757
if (auto editor = d->currentTextEditor())
758
editor->insertText(text);
759
}
760
761
void TabWidget::undo()
762
{
Callers
7
handleParseFileDatas
Method · 0.45
setGitInfo
Method · 0.45
insterText
Method · 0.45
appendTag
Method · 0.45
onReferenceBtnClicked
Method · 0.45
execute
Method · 0.45
applyInlineCompletion
Method · 0.45
Calls
1
currentTextEditor
Method · 0.80
Tested by
no test coverage detected