Added dependency on Python.
[rox-edit.git] / Options.xml
blob3ab2a78bea63af54e817fc130412cd6a0fc214ac
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           <hbox>
12           <colour name='foreground' label='Foreground colour'/>
13       <colour name='background' label='Background colour'/>
14           </hbox>
15     </frame>
17     <frame label='Word Wrap'>
18       <toggle name='wordwrap' label='Wrap long lines of text'>
19           Control whether lines wider than the window are wrapped to multiple display lines.
20       </toggle>
21     </frame>
22         <frame label='Toolbar'>
23       <toggle name='show_toolbar' label='Show toolbar'>Display a toolbar along the top of each window with common tools.</toggle>
24     </frame>
26   </section>
28   <section title='Spacing'>
29     
30     <frame label='Margins'>
31       <hbox>
32         <numentry name='layout_left_margin' label='' min='0' max='100' unit='pixels for left margin, and for the right:'/>
33         <numentry name='layout_right_margin' label='' min='0' max='100' unit='pixels'/>
34       </hbox>
35     </frame>
37     <frame label='Paragraphs' size-group='para'>
38       <numentry name='layout_before_para' label='Space above paragraphs'
39                 min='0' max='10' unit='pixels'/>
40       <numentry name='layout_after_para' label='Space below paragraphs'
41                 min='0' max='10' unit='pixels'/>
42       <numentry name='layout_inside_para' label='Line spacing within paragraphs'
43                 min='0' max='10' unit='pixels'/>
44       <numentry name='layout_indent_para' label='New-paragraph indent'
45                 min='-100' max='100' unit='pixels'/>
46     </frame>
47   </section>
49   <section title='Editing'>
50     <frame label='Indentation'>
51       <toggle name='autoindent' label='Automatic indentation'>
52         When you press Return, the next line starts with the same amount of indentation as the previous line.
53       </toggle>
54       <source-view-only label='You need the gtksourceview Python module (pysourceview&#xa;or gnome-python-extras) to use these'>
55         <toggle name='show_margin' label='Show Print Margin'>Draw a line to show the right margin for printing.</toggle>
56         <numentry name='right_margin' label='Print Margin' min='20' max='300' unit='characters'/>
57         <toggle name='smart_home_end' label='Smart Home/End'>Move to the first/last actual character on the line, ignoring spaces.</toggle>
58         <toggle name='show_line_numbers' label='Show Line Numbers'>Add a column on the far left showing line numbers.</toggle>
59         <toggle name='show_line_markers' label='Show Bookmarks'>Add a column in the left margin showing which lines are bookmarked.</toggle>
60         <toggle name='use_spaces_for_tabs' label='Use spaces instead of Tabs'>Pressing the Tab key inserts multiple spaces, instead of a single Tab character.</toggle>
61         <numentry name='tab_width' label='Tab width' min='2' max='10' unit='characters'>Show one tab as this number of spaces or, when 'Use spaces instead of Tabs' is on, insert this many spaces.</numentry>
62       </source-view-only>
63     </frame>
64   </section>
66   <section title='Changes'>
67     <frame label='Colours for Show Changes feature'>
68       <hbox><colour name='headers_fg' label='Foreground'/><colour name='headers_bg' label='Background'/><label>(headers)</label></hbox>
69       <hbox><colour name='static_fg' label='Foreground'/><colour name='static_bg' label='Background'/><label>(no change)</label></hbox>
70       <hbox><colour name='additions_fg' label='Foreground'/><colour name='additions_bg' label='Background'/><label>(additions)</label></hbox>
71       <hbox><colour name='deletions_fg' label='Foreground'/><colour name='deletions_bg' label='Background'/><label>(deletions)</label></hbox>
72     </frame>
73   </section>
75 </options>