STF Type

Scintilla search flags.

NameDescription
STF::BACKWARDSSearch backwards.
STF::CASECase sensitive search.
STF::EXPRESSIONSearch text is a regular expression.
STF::MOVE_CURSORThe cursor is moved to the discovered string. If not set, the string is auto-selected.
STF::SCAN_SELECTIONLimit search to within the user's current selection.
STF::WRAPWrap search at the end of the document.