Table of Contents

Enum LineEndType

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

Line end types which may be used in addition to LF, CR, and CRLF. (Scintilla feature SC_LINE_END_TYPE_)

public enum LineEndType

Fields

DEFAULT = 0
UNICODE = 1

Remarks

UNICODE includes U+2028 Line Separator, U+2029 Paragraph Separator, and U+0085 Next Line