Help - Inserting nodes

From TreeGraph help

You can insert a new node to a document by selecting New node from the edit menu or using the keyboard shortcut Ctrl + Shift + N. TreeGraph 2 offers two ways of adding new nodes. If you select a node before clicking New node a new child node of the selected node will be added. Alternatively you can select a branch and a sibling to the target node of the branch (including a new parent node for these two) will be added.

If you want to paste a subtree from the clipboard you can respectively do this on a node or a branch by selecting Paste from the edit menu (or using the keyboard shortcut Ctrl + V).

Examples

Insert child

InsertChildExample1.png     →    InsertChildExample2.png

The red node was selected when a new node was inserted as a child.

Insert sibling

InsertSiblingExample1.png     →    InsertSiblingExample2.png

The red branch was selected when a new node was inserted as a sibling. Additionally a new parent node was created.

See also