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