MCPcopy 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
755void TabWidget::insertText(const QString &text)
756{
757 if (auto editor = d->currentTextEditor())
758 editor->insertText(text);
759}
760
761void TabWidget::undo()
762{

Callers 7

handleParseFileDatasMethod · 0.45
setGitInfoMethod · 0.45
insterTextMethod · 0.45
appendTagMethod · 0.45
onReferenceBtnClickedMethod · 0.45
executeMethod · 0.45
applyInlineCompletionMethod · 0.45

Calls 1

currentTextEditorMethod · 0.80

Tested by

no test coverage detected