Table of Contents

Enum CompletionMethods

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

The value passed in ListCompletionMethod indicating the way in which the completion occurred.

public enum CompletionMethods

Fields

COMMAND = 5
DOUBLECLICK = 2
FILLUP = 1
NEWLINE = 4
SINGLECHOICE = 6

There was only a single choice in the list and 'choose single' mode was active as set by SCI_AUTOCSETCHOOSESINGLE. ch is 0.

Added in 5.3.2

TAB = 3