[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.3 Structure Menu

Add Child: (key: Ctrl-k) add the current module as a child to the current node.

Add Sib: (key: Ctrl-l) add the current module as a sibling to the current node.

Make uncle: (key: Ctrl-u) move the current node so it is a sibling to its father (thus, "make uncle"). Does nothing if its father is TopFile. Basically, this is just shifting it left.

Make nephew: (key: Ctrl-i) move the current node so it is the last child of its older sibling. Does nothing if it has no older sibling. Basically, this is just shifting it right.

Note that uncle and nephew are not necessarily inverses of each other. If a node is a "middle child", and has sibling above and below it, uncle followed by nephew will put it at the the bottom of the list, not the middle.

Copy node: (key: Ctrl-c) copy the current node (and all of its children) to the copy buffer.

Cut node: (key: Ctrl-x) copy node (and all of its children) to copy buffer, and remove node from tree.

Paste node as child: (key: Ctrl-v) paste the last thing copied as child of current node.

Paste node as sib: (key: Ctrl-V) paste the last thing copied as sibling of current node.

Del node: (key: Ctrl-DEL) remove node (and all of its chldren).

Tree text view: (key: Ctrl-p) show exactly what you see on the left window, but in pure text. You can copy this text with standard X copy commands, or can print it from the Print button.



This document was generated on October, 28 2005 using texi2html