3 <section title='Display'>
5 <font name='default_font' label='Text font'>
6 Font used for normal text.
10 <frame label='Colours' size-group='colours'>
11 <colour name='background' label='Background colour'/>
12 <colour name='foreground' label='Foreground colour'/>
15 <frame label='Word Wrap'>
16 <toggle name='wordwrap' label='Wrap long lines of text'>
17 Control whether lines wider than the window are wrapped to multiple display lines.
22 <section title='Spacing'>
24 <frame label='Margins'>
26 <numentry name='layout_left_margin' label='' min='0' max='100' unit='pixels for left margin, and for the right:'/>
27 <numentry name='layout_right_margin' label='' min='0' max='100' unit='pixels'/>
31 <frame label='Paragraphs' size-group='para'>
32 <numentry name='layout_before_para' label='Space above paragraphs'
33 min='0' max='10' unit='pixels'/>
34 <numentry name='layout_after_para' label='Space below paragraphs'
35 min='0' max='10' unit='pixels'/>
36 <numentry name='layout_inside_para' label='Line spacing within paragraphs'
37 min='0' max='10' unit='pixels'/>
38 <numentry name='layout_indent_para' label='New-paragraph indent'
39 min='-100' max='100' unit='pixels'/>
43 <section title='Editing'>
44 <frame label='Indentation'>
45 <toggle name='autoindent' label='Automatic indentation'>
46 When you press Return, the next line starts with the same amount of indentation as the previous line.
51 <section title='Changes'>
52 <frame label='Colours for Show Changes feature'>
53 <hbox><colour name='headers_fg' label='Foreground'/><colour name='headers_bg' label='Background'/><label>(headers)</label></hbox>
54 <hbox><colour name='static_fg' label='Foreground'/><colour name='static_bg' label='Background'/><label>(no change)</label></hbox>
55 <hbox><colour name='additions_fg' label='Foreground'/><colour name='additions_bg' label='Background'/><label>(additions)</label></hbox>
56 <hbox><colour name='deletions_fg' label='Foreground'/><colour name='deletions_bg' label='Background'/><label>(deletions)</label></hbox>
60 <section title='Toolbar'>
61 <frame label='Toolbar'>
62 <toggle name='show_toolbar' label='Show toolbar'>Display a toolbar along the top of each window with common tools.</toggle>