Skip to content

Managing Custom Actions

The Custom Action Manager is the primary interface for managing logic and operations in your project.

Custom Action Manager

Add / Remove

Click Add Action (Ctrl+A) to insert a new operation. Select an action and press Del to remove it.

Reorder

Use drag-and-drop or the Move Up/Down buttons. Logic executes top to bottom.

Enable / Disable

Toggle the checkbox to bypass an action during compilation. Disabled actions appear crossed out.

Search

Use Find to locate specific text within your action list. Matches are highlighted.

Context menu

Right-click for cut, copy, paste, and additional commands.

Action Context Menu

Events containing active logic are marked with a green LED. If the LED is off, the event has no custom actions.

Event LED indicators

  1. Select an Event — choose the trigger point where the logic should execute.

  2. Add the Action — click Add Action, select the desired operation from the list, and click OK.

    Add Action dialog

  3. Configure Properties — use the Properties Editor to set parameters.

  4. Save changes — click OK to return to the manager.

Export

Highlight actions and click Export Actions to save them as an XML file for reuse across projects.

Export Actions dialog

Import

Click Import Actions and select an XML file. Choose which actions to import — they are added without overwriting existing ones.

Copy / Paste blocks

Use Action Tools > Copy Block and Paste Block to duplicate multiple actions simultaneously.

The manager supports up to 30 levels of undo/redo (Ctrl+Z / Ctrl+Y), including reordering, deletions, and changes made by the AI Assistant.

ShortcutAction
Ctrl+AAdd a new action
Ctrl+CCopy selected action
Ctrl+ZUndo last change
Ctrl+YRedo
DelRemove selected action
Page DownJump to next event