Table of Contents

Enum MarkerOutline

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

Markers used for outlining and change history columns. (Scintilla feature SC_MARKNUM_)

public enum MarkerOutline

Fields

FOLDER = 30
FOLDEREND = 25
FOLDERMIDTAIL = 27
FOLDEROPEN = 31
FOLDEROPENMID = 26
FOLDERSUB = 29
FOLDERTAIL = 28
HISTORY_MODIFIED = 23
HISTORY_REVERTED_TO_MODIFIED = 24
HISTORY_REVERTED_TO_ORIGIN = 21
HISTORY_SAVED = 22