Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ selectedText
Method
selectedText
src/plugins/codeeditor/gui/tabwidget.cpp:499–505 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
497
}
498
499
QString TabWidget::selectedText() const
500
{
501
if (auto editor = d->currentTextEditor())
502
return editor->selectedText();
503
504
return
""
;
505
}
506
507
QString TabWidget::cursorBeforeText() const
508
{
Callers
4
addCommentToSelectedLines
Method · 0.45
delCommentToSelectedLines
Method · 0.45
findString
Method · 0.45
replace
Method · 0.45
Calls
1
currentTextEditor
Method · 0.80
Tested by
no test coverage detected