Table of Contents

Enum ChangeHistoryIndicators

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

Range of indicators reserved for change history.

public enum ChangeHistoryIndicators

Fields

MODIFIED_DELETION = 41

Text was deleted but not yet saved.

MODIFIED_INSERTION = 40

Text was inserted but not yet saved.

REVERTED_TO_MODIFIED_DELETION = 43

Text was inserted and saved but then reverted but not to its original state.

REVERTED_TO_MODIFIED_INSERTION = 42

Text was deleted and saved but then reverted but not to its original state.

REVERTED_TO_ORIGIN_DELETION = 37

Text was inserted and saved but then reverted to its original state.

REVERTED_TO_ORIGIN_INSERTION = 36

Text was deleted and saved but then reverted to its original state.

SAVED_DELETION = 39

Text was deleted and saved.

SAVED_INSERTION = 38

Text was inserted and saved.

Remarks

Added in 5.3.0