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

Method cursorBeforeText

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

Source from the content-addressed store, hash-verified

1045}
1046
1047QString WorkspaceWidget::cursorBeforeText() const
1048{
1049 Q_ASSERT(QThread::currentThread() == qApp->thread());
1050
1051 if (auto tabWidget = d->currentTabWidget())
1052 return tabWidget->cursorBeforeText();
1053
1054 return "";
1055}
1056
1057QString WorkspaceWidget::cursorBehindText() const
1058{

Callers

nothing calls this directly

Calls 1

currentTabWidgetMethod · 0.80

Tested by

no test coverage detected