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 create sub nodes?


Program Tree Editor creates sub nodes when it translates the typed text to the tree. If you want create sub nodes to a node just change a text of this node so that Program Tree Editor does it.


For XML the text of node must be a start tag without a character data or end tag in string after the start tag.


Press key
F8 or Enter*


For C, Java the text of node must have open brace "{" without close brace "}" or close brace must stay in different string to the open brace.

Press key
F8 or Enter*

* - if value of option Rebuild Tree When is String lost focus. See: When is a tree updated?