Enum AllowedActions
- Namespace
- Alternet.Scripter.Integration
- Assembly
- Alternet.Scripter.Integration.v10.dll
Represents menu actions allowed by the editor.
[Flags]
public enum AllowedActions
Fields
BreakpointToggle = 1Specifies breakpoint toggle (add or remove) action.
FindAllImplementations = 16Specifies find all symbol implementations action.
FindAllReferences = 8Specifies find all symbol references action.
GotoDefinition = 4Specifies go to symbol definition action.
None = 0Specifies no action.
SetNextStatement = 2Specifies set next statement (change the instruction pointer to a different place in the program) action.