MCPcopy Create free account
hub / github.com/cxasm/notepad-- / searchInTarget

Method searchInTarget

src/scintillaeditview.cpp:1717–1721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1715
1716
1717intptr_t ScintillaEditView::searchInTarget(QByteArray& text2Find,size_t fromPos, size_t toPos) const
1718{
1719 execute(SCI_SETTARGETRANGE, fromPos, toPos);
1720 return execute(SCI_SEARCHINTARGET, text2Find.size(), reinterpret_cast<sptr_t>(text2Find.data()));
1721}
1722
1723intptr_t ScintillaEditView::replaceTargetRegExMode(QByteArray& re, intptr_t fromTargetPos, intptr_t toTargetPos) const
1724{

Callers 2

undoStreamCommentMethod · 0.95
doReplaceAllMethod · 0.80

Calls 2

dataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected