Table of Contents

Enum AllowedActions

Namespace
Alternet.Scripter.Integration
Assembly
Alternet.Scripter.Integration.v9.dll

Represents menu actions allowed by the editor.

[Flags]
public enum AllowedActions

Fields

BreakpointToggle = 1

Specifies breakpoint toggle (add or remove) action.

FindAllImplementations = 16

Specifies find all symbol implementations action.

FindAllReferences = 8

Specifies find all symbol references action.

GotoDefinition = 4

Specifies go to symbol definition action.

None = 0

Specifies no action.

SetNextStatement = 2

Specifies set next statement (change the instruction pointer to a different place in the program) action.