source: branches/lib/HELP_SOURCE/source/group_by_field.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
File size: 1.3 KB
Line 
1#       main topics:
2UP      arb.hlp
3UP      e4.hlp
4UP      glossary.hlp
5
6#       sub topics:
7#SUB     subtopic.hlp
8
9# format described in ../help.readme
10
11
12TITLE           Create groups using field content
13
14OCCURRENCE      ARB_EDIT4/Create/Create new groups using Field
15
16DESCRIPTION     This function groups all highlighted species according to their contents of one field.
17
18                1. highlight some species (see LINK{e4_block.hlp} for howto)
19                2. select a field
20                3. press 'Group by content'
21
22                The content of the selected field will be used
23                 * to assign a species to a group and
24                 * to form the group name
25
26                That means:
27                 * all species with the same field content will be grouped together
28                 * if the field contains different data for each species, then each species
29                   will be put into a separate group (not very useful).
30
31NOTES           Species that lack the selected field (or contain nothing in that field) will
32                not be moved into groups.
33
34EXAMPLES        None
35
36WARNINGS        Existing groups will not be considered.
37                This function will always create new groups and place them into the editors top area.
38
39BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.