Special node chain view #730
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Related to #286 but not the same: When editing a special node that jumps to other nodes or is jumped to, I want the scenario editor to generate a graph of the whole node tree including branches (showing number and node type for each one) and visualize all of this for me, possibly letting me click a node to jump to that one.
This could clearly get hairy with dynamic positioning and not enough space to show the whole tree. A low-end version of this would simply show the current node's forward and backward jumps. Or, generalized, an algorithm that only searches forward/backward by N steps, where N is a reasonable number.