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'>
12 <colour name='foreground' label='Foreground colour'/>
13 <colour name='background' label='Background colour'/>
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.
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>
28 <section title='Spacing'>
30 <frame label='Margins'>
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'/>
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'/>
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.
54 <source-view-only label='You need the gtksourceview Python module (pysourceview
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>
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>