Table of Contents

Enum FindOption

Namespace
Npp.DotNet.Plugin
Assembly
Npp.DotNet.Plugin.dll

Possible options for FindText(FindOption, TextToFindFull). (Scintilla feature SCFIND_)

[Flags]
public enum FindOption

Fields

CXX11REGEX = 8388608
MATCHCASE = 4
NONE = 0
POSIX = 4194304
REGEXP = 2097152
WHOLEWORD = 2
WORDSTART = 1048576