Table of Contents

Enum IndentView

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

Possible options for SetIndentationGuides(IndentView). NONE turns the feature off but the other states determine how far the guides appear on empty lines. (Scintilla feature SC_IV_)

public enum IndentView

Fields

LOOKBOTH = 3
LOOKFORWARD = 2
NONE = 0
REAL = 1