Selection

A node is selected when it is clicked on. This will deselect anything currently selected. The Information Sidebar will update to show the node’s properties and help text for its type.

If the Ctrl or Command key is held when clicking on the node, the node will be added to the current selection (or removed if it was already selected).

Reference
Actioncore:select-connected-nodes
Key shortcutAlt-s c
Reference
Actioncore:select-upstream-nodes
Key shortcutAlt-s u
Reference
Actioncore:select-downstream-nodes
Key shortcutAlt-s d

If the Shift key is held when clicking on the middle of the node, it will select that node and all other nodes it is connected to. Clicking on the left-hand side of the node, it will select that node and all nodes that come before it in the flow - “upstream” nodes. Clicking on the right-hand side of the node, it will select that node and all nodes that come after it in the flow - “downstream” nodes.

A wire is selected when it is clicked on. Unlike nodes, it is only possible to select one wire at a time.

Lasso Tool

Selecting multiple nodes with the lasso tool

Selecting multiple nodes with the lasso tool

The lasso tool can be used to select multiple nodes. It is enabled by click-dragging on the workspace.

It cannot be used to select a wire.


Selecting all nodes

To select all nodes on the current flow, ensure the workspace has focus and then press Ctrl/Command-a.

Reference
Key shortcutCtrl/⌘-a
Menu optionEdit -> Select all
Actioncore:select-all-nodes

Selecting connected nodes

To select all nodes connected to a particular node, click on the middle of the node whilst holding the Shift key.

Reference
Key shortcutAlt-s c
Menu optionEdit -> Select all
Actioncore:select-connected-nodes

Selecting Upstream or Downstream nodes

To select a node and all of its upstream or downstream nodes, click the left or right side of the node whilst holding the Shift key.

Reference
Key shortcutAlt-s u
Actioncore:select-upstream-nodes
Reference
Key shortcutAlt-s d
Actioncore:select-downstream-nodes

Selecting flows

It is possible to select multiple flows in the editor by holding the Ctrl/Command key when clicking on its tab.

Once selected, they can be deleted, copied or exported just like any selection.

Selecting flows

Selecting flows

Editor clipboard

Reference
Actioncore:copy-selection-to-internal-clipboard
Key shortcutCtrl/⌘-c
Reference
Actioncore:cut-selection-to-internal-clipboard
Key shortcutCtrl/⌘-x
Reference
Actioncore:paste-selection-from-internal-clipboard
Key shortcutCtrl/⌘-v

The editor supports the standard copy/cut/paste actions. Note they use an internal clipboard rather than the system clipboard.