Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ findPrevious
Method
findPrevious
src/common/find/outputdocumentfind.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
void OutputDocumentFind::findPrevious(const QString &txt)
118
{
119
d->find(txt, d->textCursor(), true);
120
}
121
122
bool OutputDocumentFind::supportsReplace() const
123
{
Callers
nothing calls this directly
Calls
2
textCursor
Method · 0.80
find
Method · 0.45
Tested by
no test coverage detected