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

Method cursorBehindText

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

Source from the content-addressed store, hash-verified

1055}
1056
1057QString WorkspaceWidget::cursorBehindText() const
1058{
1059 Q_ASSERT(QThread::currentThread() == qApp->thread());
1060
1061 if (auto tabWidget = d->currentTabWidget())
1062 return tabWidget->cursorBehindText();
1063
1064 return "";
1065}
1066
1067QStringList WorkspaceWidget::modifiedFiles() const
1068{

Callers

nothing calls this directly

Calls 1

currentTabWidgetMethod · 0.80

Tested by

no test coverage detected