Program Tree Editor

Introduction

Editing of tree

What is advanced caret movement?

How to create a new node?

How to delete a node?

How to select nodes?

Editing of text

What is a node for XML?

What is a node for C, Java?

When is a tree updated?

How to create sub nodes?

How to delete sub nodes?

How to combine nodes?

Edit windows

Auto completion

Natural view

Limitations

Screenshots

How to combine nodes?


Program Tree Editor lets you combine texts of nodes during editing. When editor update the tree they may be separated again, if a new text of node after editing will not one statement.

You can use for it "Delete" or "Backspace" keys.
Stay a caret in the end of last string of node and press "Delete", and this node will combined with a next node.
If caret stays in the begin of first string of node and you press "Backspace", then node will combined with a previous node.


You can combine:
·    two simple neighborhood nodes



Press key
Delete



·    simple node and node with sub nodes flow after.
      Program Tree Editor will add sub nodes to combined node.



Press key
Backspace



·    node and its first sub node.
      Other nodes editor takes up on one level, and inserts after combined node.



Press key
Backspace



Press key
Delete