New release.
[rox-edit.git] / Options.xml
blob299cec325f360d1120ec41e4b46690da87b2f0ca
1 <?xml version='1.0'?>
2 <options>
3   <section title='Display'>
4     <frame label='Fonts'>
5       <font name='default_font' label='Text font'>
6         Font used for normal text.
7       </font>
8     </frame>
9     
10     <frame label='Colours' size-group='colours'>
11       <colour name='background' label='Background colour'/>
12       <colour name='foreground' label='Foreground colour'/>
13     </frame>
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.
18       </toggle>
19     </frame>
20   </section>
22   <section title='Spacing'>
23     
24     <frame label='Margins'>
25       <hbox>
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'/>
28       </hbox>
29     </frame>
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'/>
40     </frame>
41   </section>
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.
47       </toggle>
48     </frame>
49   </section>
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>
57     </frame>
58   </section>
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>
63     </frame>
64   </section>
65 </options>