source: branches/lib/HELP_SOURCE/source/tree_group.hlp

Last change on this file was 19532, checked in by westram, 4 months ago
  • reintegrates 'help' into 'trunk'
    • tweak arb documentation:
      • automatically link
        • ticket references to arb bug tracker (only affects html version).
        • found URLs.
      • page titles
        • warn about long titles.
        • introduce SUBTITLEs (automatically triggered by multi-line titles in source files).
        • increase allowed length (limited by subwindow width).
      • cleanup header sections in all helpfiles.
      • fix and/or update several help files.
      • document syntax of help sources.
      • build issues:
        • when xml validation fails, next build no longer uses invalid xml ⇒ keeps failing.
        • remove output files on error (including files below ARBHOME/lib).
        • pipe output through logs to ensure proper wrapping in Entering/Leaving lines.
    • moves Tree admin + NDS menu entries to top of menu
  • adds: log:branches/help@18783:19531
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1#       main topics:
2UP      arb.hlp
3UP      glossary.hlp
4UP      mode_group.hlp
5
6#       sub topics:
7#SUB     subtopic.hlp
8
9# format described in ../help.readme
10
11
12TITLE           Collapse/expand tree
13
14OCCURRENCE      ARB_NT/Tree/Collapse expand tree
15
16DESCRIPTION     The items in this menu allow to control which
17                groups (groups of species; see LINK{mode_group.hlp})
18                shall be collapsed and which shall be expanded.
19
20                Collapsed groups are displayed as triangles (or rectangles
21                in IRS tree; see LINK{tr_type_irs.hlp}).
22
23                Different ways to collapse/expand:
24
25                 * Collapse all: collapses all groups (and subgroups)
26                 * Collapse terminal: collapses terminal groups, expands other groups
27                 * Expand all: expands all groups (and subgroups)
28                 * Expand marked: expands all groups that contain marked species, collapses other groups
29                 * Expand unmarked: expands all groups that contain unmarked species, collapses other groups
30                 * Expand zombies: expands all groups that contain zombies (see LINK{glossary.hlp}), collapses other groups
31                 * Expand color: expands all groups that contain species in specific, any or no color (see LINK{color.hlp})
32
33NOTES           The lengths of the triangle sides reflect the longest and shortest overall
34                branch lengths within the subtree.
35
36                To collapse/expand via keyboard, see LINK{nt_keys.hlp}.
37
38EXAMPLES        None
39
40WARNINGS        None
41
42BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.