Table of Contents

Enum IndicatorNumbers

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

Indicator numbers. (Scintilla feature INDICATOR_)

public enum IndicatorNumbers

Fields

CONTAINER = 8
HISTORY_MODIFIED_DELETION = 41
HISTORY_MODIFIED_INSERTION = 40
HISTORY_REVERTED_TO_MODIFIED_DELETION = 43
HISTORY_REVERTED_TO_MODIFIED_INSERTION = 42
HISTORY_REVERTED_TO_ORIGIN_DELETION = 37
HISTORY_REVERTED_TO_ORIGIN_INSERTION = 36
HISTORY_SAVED_DELETION = 39
HISTORY_SAVED_INSERTION = 38
IME = 32
IME_MAX = 35
MAX = 43

Remarks

CONTAINER, IME, IME_MAX, and MAX are indicator numbers, not indicator styles, so should not really be in the IndicatorStyle enumeration.