MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / showFindReplace

Method showFindReplace

gui/findreplace.cpp:115–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114
115void FindReplace::showFindReplace() {
116 replaceLine->show();
117 replaceButton->show();
118 replaceAllButton->show();
119 caseSensitive->show();
120
121 if (isHidden())
122 show();
123}
124
125
126void FindReplace::textChanged() {

Callers 1

findReplaceShortcutMethod · 0.80

Calls 1

showMethod · 0.80

Tested by

no test coverage detected