Table of Contents

Enum CaseVisible

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

Possible options for StyleSetCase(int, CaseVisible). (Scintilla feature SC_CASE_)

public enum CaseVisible

Fields

CAMEL = 3
LOWER = 2
MIXED = 0
UPPER = 1