MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / initializeEditorIndicator

Method initializeEditorIndicator

src/widgets/QuickFindWidget.cpp:265–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void QuickFindWidget::initializeEditorIndicator()
266{
267 indicator = editor->allocateIndicator(QStringLiteral("quick_find"));
268
269 editor->indicSetFore(indicator, 0xFF8000);
270 editor->indicSetStyle(indicator, INDIC_FULLBOX);
271 editor->indicSetOutlineAlpha(indicator, 150);
272 editor->indicSetAlpha(indicator, 50);
273 editor->indicSetUnder(indicator, true);
274}
275
276QString QuickFindWidget::searchText() const
277{

Callers

nothing calls this directly

Calls 1

allocateIndicatorMethod · 0.80

Tested by

no test coverage detected