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

Method replaceSelectedText

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

Source from the content-addressed store, hash-verified

741}
742
743void TabWidget::replaceSelectedText(const QString &text)
744{
745 if (auto editor = d->currentTextEditor())
746 editor->replaceSelectedText(text);
747}
748
749void TabWidget::showTips(const QString &tips)
750{

Callers 1

replaceMethod · 0.45

Calls 1

currentTextEditorMethod · 0.80

Tested by

no test coverage detected