Table of Contents

Enum CompletionListFilterOptions

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.v9.dll

Specifies options for the content filtering of the code completion list. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Flags]
public enum CompletionListFilterOptions

Fields

HighlightMatchedText = 2

Specifies that found text should be highlighted.

LookForAbbreviations = 1

Specifies that filter should also check for abbreviation.

None = 0

Specifies that no flags are in effect.