source: branches/lib/HELP_SOURCE/source/prop_configs_edit.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: 2.0 KB
Line 
1#       main topics:
2UP      arb.hlp
3UP      glossary.hlp
4UP      prop_configs.hlp
5
6#       sub topics:
7#SUB     subtopic.hlp
8
9# format described in ../help.readme
10
11
12TITLE           Edit config entries
13
14OCCURRENCE      In each config manager (see LINK{prop_configs.hlp})
15
16DESCRIPTION     Allows to delete entries from a config.
17
18                This lets you define custom subsets of a configuration,
19                i.e. configurations that will restore only some (of
20                all available) entries.
21
22                Select an unwanted entry and press 'Delete selected entry'.
23                The entry will be removed and when you restore the config
24                the current value of the removed entry will no longer be
25                modified.
26
27                Pressing 'Keep only entries differing from current state'
28                will delete all entries which match the current state.
29                Be aware: after restoring a config this will delete
30                ALL entries from the config!
31
32                You may also manually edit the value of the selected entry.
33
34NOTES           None
35
36EXAMPLES        Create a config which only contains what was changed and
37                differs from default values:
38
39                 * enter a new configuration name
40                 * press 'Store'
41                 * press 'Factory defaults'
42                 * press 'Edit'
43                 * press 'Keep only entries differing ...'
44
45
46                Create two configurations (for two usecases) which only change
47                the differences between both usecases:
48
49                 * configure for first usecase
50                 * store configuration 'case1'
51                 * configure for second usecase
52                 * store configuration 'case2'
53                 * select configuration 'case1'
54                 * click 'Edit'
55                 * press 'Keep only entries differing ...'
56                 * click 'Restore'
57                 * select configuration 'case2'
58                 * press 'Keep only entries differing ...'
59
60
61WARNINGS        None
62
63BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.