MCPcopy 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
499QString TabWidget::selectedText() const
500{
501 if (auto editor = d->currentTextEditor())
502 return editor->selectedText();
503
504 return "";
505}
506
507QString TabWidget::cursorBeforeText() const
508{

Callers 4

findStringMethod · 0.45
replaceMethod · 0.45

Calls 1

currentTextEditorMethod · 0.80

Tested by

no test coverage detected