Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cxasm/notepad--
/ setMarkFindText
Method
setMarkFindText
src/findwin.cpp:252–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
}
251
252
void FindWin::setMarkFindText(QString& text)
253
{
254
ui.markTextBox->setEditText(text);
255
addFindHistory(text);
256
}
257
258
259
void FindWin::disableReplace()
Callers
1
initFindWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected