Table of Contents

Enum WhiteSpace

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

Make white space characters invisible, always visible or visible outside indentation. (Scintilla feature SCWS_)

public enum WhiteSpace

Fields

INVISIBLE = 0
VISIBLEAFTERINDENT = 2
VISIBLEALWAYS = 1
VISIBLEONLYININDENT = 3

Remarks