Table of Contents

Enum AskUserWhetherToDoThing

Namespace
Npp.DotNet.Plugin.Winforms
Assembly
Npp.DotNet.Plugin.dll
public enum AskUserWhetherToDoThing

Fields

ASK_BEFORE_DOING = 1

prompt the user to ask whether to do it

DONT_DO_DONT_ASK = 0

don't do the thing, and don't prompt the user either

DO_WITHOUT_ASKING = 2

do it without prompting the user