source: branches/lib/HELP_SOURCE/source/color_props.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: 2.1 KB
Line 
1#       main topics:
2UP      arb.hlp
3UP      glossary.hlp
4
5#       sub topics:
6#SUB     subtopic.hlp
7
8# format described in ../help.readme
9
10
11TITLE           Color properties
12
13OCCURRENCE      <any properties menu>/Colors and fonts
14
15DESCRIPTION     This is a generic window that allows you to configure
16                the display colors of the current application.
17
18                Click onto the colorized button to open a color selection window.
19                That window contains some predefined colors and the possibility to
20                change red/green/blue values of the current color.
21
22                Next to the colorized buttons there are textfields containing the
23                color values. There are three different types of values:
24
25                      - color names (like 'red', 'green', ..)
26                      - '#rgb' where r/g/b stands for 0..f (hexadecimal values)
27                      - '#rrggbb' same as above
28
29                Attached to some of the colors there are font selection buttons
30                to configure the font used for this color (and for all following
31                colors that have no font selection button).
32
33                At the top of the window there is a button to set all customizable fonts
34                to the same value.
35
36                This window may contain a button at the bottom, allowing you to define the
37                colors of color groups (see LINK{color_props_groups.hlp}).
38
39NOTES           See 'xcolors' for color names.
40
41EXAMPLES        When called from ARB_NT, this window allows to define colours and fonts
42                for the tree display area.
43
44                    Different colours and fonts can be used to indicate marked and
45                    unmarked species as well as branches or groups containing
46                    marked and unmarked species.
47
48                When called from ARB_EDIT4, this window allows to define colours and fonts
49                for the sequence display area.
50
51                    See also LINK{e4_background_priority.hlp}
52
53WARNINGS        None
54
55BUGS            Colorized buttons do not change their color until the application
56                has been restarted.
Note: See TracBrowser for help on using the repository browser.