Table of Contents

Enum IndentView

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

NONE turns the feature off but the other 3 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

Remarks