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

Method replaceSelectedText

src/plugins/codeeditor/gui/workspacewidget.cpp:1144–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1142}
1143
1144void WorkspaceWidget::replaceSelectedText(const QString &text)
1145{
1146 if (auto tabWidget = d->currentTabWidget())
1147 QMetaObject::invokeMethod(tabWidget, "replaceSelectedText",
1148 Qt::QueuedConnection,
1149 Q_ARG(const QString &, text));
1150}
1151
1152void WorkspaceWidget::showTips(const QString &tips)
1153{

Callers

nothing calls this directly

Calls 1

currentTabWidgetMethod · 0.80

Tested by

no test coverage detected