Table of Contents

Enum AutomaticFold

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

Get automatic folding behaviours. (Scintilla feature SC_AUTOMATICFOLD_)

[Flags]
public enum AutomaticFold

Fields

CHANGE = 4
CLICK = 2
NONE = 0
SHOW = 1

Remarks