Table of Contents

Enum PhasesDraw

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

Possible options for SetPhasesDraw(PhasesDraw). (Scintilla feature SC_PHASES_)

public enum PhasesDraw

Fields

MULTIPLE = 2
[Obsolete("Use SC_PHASES_TWO or SC_PHASES_MULTIPLE instead: https://www.scintilla.org/ScintillaDoc.html#SCI_GETTWOPHASEDRAW")] ONE = 0
TWO = 1