summaryrefslogtreecommitdiff
path: root/data/pluma.schemas.in.in
blob: 6b0072ad96fd29be93b3e300ea5459b5216bf2f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
<mateconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/pluma/preferences/editor/font/use_default_font</key>
      <applyto>/apps/pluma/preferences/editor/font/use_default_font</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
	<short>Use Default Font</short>
	<long>Whether to use the system's default fixed width font for editing
	text instead of a font specific to pluma.  If this option is turned
	off, then the font named in the "Editor Font" option will be
	used instead of the system font.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/font/editor_font</key>
      <applyto>/apps/pluma/preferences/editor/font/editor_font</applyto>
      <owner>pluma</owner>
      <type>string</type>
      <locale name="C">
        <default><!-- Translators: This is the Editor Font.
	This is a Pango font-->Monospace 12</default>
	<short>Editor Font</short>
	<long>A custom font that will be used for the editing area.
	This will only take effect if the "Use Default Font" option is
	turned off.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/colors/scheme</key>
      <applyto>/apps/pluma/preferences/editor/colors/scheme</applyto>
      <owner>pluma</owner>
      <type>string</type>
      <default>tango</default>
      <locale name="C">
	<short>Style Scheme</short>
	<long>The ID of a GtkSourceView Style Scheme used to
        color the text.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/save/create_backup_copy</key>
      <applyto>/apps/pluma/preferences/editor/save/create_backup_copy</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
	<short>Create Backup Copies</short>
	<long>Whether pluma should create backup copies for the files
	it saves.  You can set the backup file extension with the
	"Backup Copy Extension" option.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/save/auto_save</key>
      <applyto>/apps/pluma/preferences/editor/save/auto_save</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
	<short>Autosave</short>
	<long>Whether pluma should automatically save modified files
	after a time interval.  You can set the time interval with the
	"Autosave Interval" option.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/save/auto_save_interval</key>
      <applyto>/apps/pluma/preferences/editor/save/auto_save_interval</applyto>
      <owner>pluma</owner>
      <type>int</type>
      <default>10</default>
      <locale name="C">
	<short>Autosave Interval</short>
	<long>Number of minutes after which pluma will automatically
	save modified files.  This will only take effect if the "Autosave"
	option is turned on.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/undo/undo_actions_limit</key>
      <applyto>/apps/pluma/preferences/editor/undo/undo_actions_limit</applyto>
      <owner>pluma</owner>
      <type>int</type>
      <default>25</default>
      <locale name="C">
	<short>Undo Actions Limit (DEPRECATED)</short>
	<long>Maximum number of actions that pluma will be able to
	undo or redo. Use "-1" for unlimited number of actions.
	Deprecated since 2.12.0</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/undo/max_undo_actions</key>
      <applyto>/apps/pluma/preferences/editor/undo/max_undo_actions</applyto>
      <owner>pluma</owner>
      <type>int</type>
      <default>2000</default>
      <locale name="C">
	<short>Maximum Number of Undo Actions</short>
	<long>Maximum number of actions that pluma will be able to
	undo or redo. Use "-1" for unlimited number of actions.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/wrap_mode/wrap_mode</key>
      <applyto>/apps/pluma/preferences/editor/wrap_mode/wrap_mode</applyto>
      <owner>pluma</owner>
      <type>string</type>
      <default>GTK_WRAP_WORD</default>
      <locale name="C">
	<short>Line Wrapping Mode</short>
	<long>Specifies how to wrap long lines in the editing area.
	Use "GTK_WRAP_NONE" for no wrapping, "GTK_WRAP_WORD" for
	wrapping at word boundaries, and "GTK_WRAP_CHAR" for wrapping
	at individual character boundaries.  Note that the values are
	case-sensitive, so make sure they appear exactly as mentioned
	here.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/tabs/tabs_size</key>
      <applyto>/apps/pluma/preferences/editor/tabs/tabs_size</applyto>
      <owner>pluma</owner>
      <type>int</type>
      <default>4</default>
      <locale name="C">
	<short>Tab Size</short>
	<long>Specifies the number of spaces that should be displayed
	instead of Tab characters.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/tabs/insert_spaces</key>
      <applyto>/apps/pluma/preferences/editor/tabs/insert_spaces</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
	<short>Insert spaces</short>
	<long>Whether pluma should insert spaces instead of tabs.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/auto_indent/auto_indent</key>
      <applyto>/apps/pluma/preferences/editor/auto_indent/auto_indent</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
	<short>Automatic indent</short>
	<long>Whether pluma should enable automatic indentation.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/line_numbers/display_line_numbers</key>
      <applyto>/apps/pluma/preferences/editor/line_numbers/display_line_numbers</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
	<short>Display Line Numbers</short>
	<long>Whether pluma should display line numbers in the editing
	area.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/current_line/highlight_current_line</key>
      <applyto>/apps/pluma/preferences/editor/current_line/highlight_current_line</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
	<short>Highlight Current Line</short>
	<long>Whether pluma should highlight the current line.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/bracket_matching/bracket_matching</key>
      <applyto>/apps/pluma/preferences/editor/bracket_matching/bracket_matching</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
	<short>Highlight Matching Bracket</short>
	<long>Whether pluma should highlight the bracket matching the selected one.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/right_margin/display_right_margin</key>
      <applyto>/apps/pluma/preferences/editor/right_margin/display_right_margin</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
	<short>Display Right Margin</short>
	<long>Whether pluma should display the right margin in the editing
	area.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/right_margin/right_margin_position</key>
      <applyto>/apps/pluma/preferences/editor/right_margin/right_margin_position</applyto>
      <owner>pluma</owner>
      <type>int</type>
      <default>80</default>
      <locale name="C">
	<short>Right Margin Position</short>
	<long>Specifies the position of the right margin.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/smart_home_end/smart_home_end</key>
      <applyto>/apps/pluma/preferences/editor/smart_home_end/smart_home_end</applyto>
      <owner>pluma</owner>
      <type>string</type>
      <default>after</default>
      <locale name="C">
	<short>Smart Home End</short>
	<long>Specifies how the cursor moves when the HOME and END keys
	are pressed. Use "DISABLED" to always move at the start/end of
	the line, "AFTER" to move to the start/end of the line the first
	time the keys are pressed and to the start/end of the text ignoring
	whitespaces the second time the keys are pressed, "BEFORE" to
	move to the start/end of the text before moving to the start/end
	of the line and "ALWAYS" to always move to the start/end of the
	text instead of the start/end of the line.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/ui/toolbar/toolbar_visible</key>
      <applyto>/apps/pluma/preferences/ui/toolbar/toolbar_visible</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
	<short>Toolbar is Visible</short>
	<long>Whether the toolbar should be visible in editing windows.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/ui/toolbar/toolbar_buttons_style</key>
      <applyto>/apps/pluma/preferences/ui/toolbar/toolbar_buttons_style</applyto>
      <owner>pluma</owner>
      <type>string</type>
      <default>@TOOLBAR_STYLE@</default>
      <locale name="C">
	<short>Toolbar Buttons Style</short>
	<long>Style for the toolbar buttons.  Possible values are
	"PLUMA_TOOLBAR_SYSTEM" to use the system's default style,
	"PLUMA_TOOLBAR_ICONS" to display icons only,
	"PLUMA_TOOLBAR_ICONS_AND_TEXT" to display both icons and text, and
	"PLUMA_TOOLBAR_ICONS_BOTH_HORIZ" to display prioritized text beside icons.
	Note that the values are case-sensitive, so make sure they
	appear exactly as mentioned here.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/ui/statusbar/statusbar_visible</key>
      <applyto>/apps/pluma/preferences/ui/statusbar/statusbar_visible</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
	<short>Status Bar is Visible</short>
	<long>Whether the status bar at the bottom of editing windows
	should be visible.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/ui/side_pane/side_pane_visible</key>
      <applyto>/apps/pluma/preferences/ui/side_pane/side_pane_visible</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
	<short>Side Pane is Visible</short>
	<long>Whether the side pane at the left of editing windows
	should be visible.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/ui/bottom_panel/bottom_panel_visible</key>
      <applyto>/apps/pluma/preferences/ui/bottom_panel/bottom_panel_visible</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
	<short>Bottom Panel is Visible</short>
	<long>Whether the bottom panel at the bottom of editing windows
	should be visible.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/print/page/print_syntax_highlighting</key>
      <applyto>/apps/pluma/preferences/print/page/print_syntax_highlighting</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
	<short>Print Syntax Highlighting</short>
	<long>Whether pluma should print syntax highlighting when
	printing documents.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/print/page/print_header</key>
      <applyto>/apps/pluma/preferences/print/page/print_header</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
	<short>Print Header</short>
	<long>Whether pluma should include a document header when
	printing documents.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/print/page/print_wrap_mode</key>
      <applyto>/apps/pluma/preferences/print/page/print_wrap_mode</applyto>
      <owner>pluma</owner>
      <type>string</type>
      <default>GTK_WRAP_WORD</default>
      <locale name="C">
	<short>Printing Line Wrapping Mode</short>
	<long>Specifies how to wrap long lines for printing.  Use
	"GTK_WRAP_NONE" for no wrapping, "GTK_WRAP_WORD" for wrapping
	at word boundaries, and "GTK_WRAP_CHAR" for wrapping at
	individual character boundaries.  Note that the values are
	case-sensitive, so make sure they appear exactly as mentioned
	here.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/print/page/print_line_numbers</key>
      <applyto>/apps/pluma/preferences/print/page/print_line_numbers</applyto>
      <owner>pluma</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
	<short>Print Line Numbers</short>
	<long>If this value is 0, then no line numbers will be
	inserted when printing a document.  Otherwise, pluma will
	print line numbers every such number of lines.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/print/fonts/print_font_body_pango</key>
      <applyto>/apps/pluma/preferences/print/fonts/print_font_body_pango</applyto>
      <owner>pluma</owner>
      <type>string</type>
      <locale name="C">
        <default><!-- Translators: This is the Body font for printing.
        This is a Pango font.-->Monospace 9</default>
	<short>Body Font for Printing</short>
	<long>Specifies the font to use for a document's body when
	printing documents.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/print/fonts/print_font_header_pango</key>
      <applyto>/apps/pluma/preferences/print/fonts/print_font_header_pango</applyto>
      <owner>pluma</owner>
      <type>string</type>
      <locale name="C">
        <default><!-- Translators: This is the Header font for printing.
        This is a Pango font.-->Sans 11</default>
	<short>Header Font for Printing</short>
	<long>Specifies the font to use for page headers when printing
	a document. This will only take effect if the "Print Header"
	option is turned on.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/print/fonts/print_font_numbers_pango</key>
      <applyto>/apps/pluma/preferences/print/fonts/print_font_numbers_pango</applyto>
      <owner>pluma</owner>
      <type>string</type>
      <locale name="C">
        <default><!-- Translators: This is the Line Number font for printing.
        This is a Pango font.-->Sans 8</default>
	<short>Line Number Font for Printing</short>
	<long>Specifies the font to use for line numbers when
	printing.  This will only take effect if the "Print Line
	Numbers" option is non-zero.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/ui/recents/max_recents</key>
      <applyto>/apps/pluma/preferences/ui/recents/max_recents</applyto>
      <owner>pluma</owner>
      <type>int</type>
      <default>5</default>
      <locale name="C">
	<short>Maximum Recent Files</short>
	<long>Specifies the maximum number of recently opened files
	that will be displayed in the "Recent Files" submenu.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/encodings/auto_detected</key>
      <applyto>/apps/pluma/preferences/encodings/auto_detected</applyto>
      <owner>pluma</owner>
      <type>list</type>
      <list_type>string</list_type>
      <locale name="C">
        <default><!-- Translators: This is the sorted list of encodings used by pluma
	for automatic detection of the file encoding. You may want to customize it adding
	encodings that are common in your country, for instance the GB18030 encoding
	for the Chinese	translation. You may also want to remove the ISO-8859-15 encoding
	(covering English and most Western European languages) if you think people
	in you country will rarely use it.
	"CURRENT" is a magic value used by pluma and it represents the encoding
	for the current locale, so please don't translate the "CURRENT" term.
	Only recognized encodings are used.
	See http://svn.gnome.org/viewcvs/pluma/trunk/pluma/pluma-encodings.c?view=markup for
	a list of supported encodings -->[UTF-8,CURRENT,ISO-8859-15,UTF-16]</default>
	<short>Automatically Detected Encodings</short>
	<long>Sorted list of encodings used by pluma for automatically detecting the encoding of
	a file. "CURRENT" represents the current locale encoding. Only recognized encodings are used.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/encodings/shown_in_menu</key>
      <applyto>/apps/pluma/preferences/encodings/shown_in_menu</applyto>
      <owner>pluma</owner>
      <type>list</type>
      <list_type>string</list_type>
      <locale name="C">
        <default><!-- Translators: This is the list of encodings shown by default in the Character Encoding
	menu in open/save file selector. Only recognized encodings are displayed.-->[ISO-8859-15]</default>
	<short>Encodings shown in menu</short>
	<long>List of encodings shown in the Character Encoding menu in open/save file selector.
	Only recognized encodings are used.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/syntax_highlighting/enable</key>
      <applyto>/apps/pluma/preferences/syntax_highlighting/enable</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
	<short>Enable Syntax Highlighting</short>
	<long>Whether pluma should enable syntax highlighting.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/plugins/active-plugins</key>
      <applyto>/apps/pluma/plugins/active-plugins</applyto>
      <owner>pluma</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[@ACTIVE_PLUGINS@]</default>
      <locale name="C">
	<short>Active plugins</short>
	<long>List of active plugins. It contains the "Location" of the active plugins. See the .pluma-plugin file for obtaining
        the "Location" of a given plugin.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/save/writable_vfs_schemes</key>
      <applyto>/apps/pluma/preferences/editor/save/writable_vfs_schemes</applyto>
      <owner>pluma</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[dav,davs,ftp,sftp,smb,ssh]</default>
      <locale name="C">
	<short>Writable VFS schemes</short>
	<long>List of VFS schemes pluma supports in write mode. The 'file' scheme
	is writable by default.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/cursor_position/restore_cursor_position</key>
      <applyto>/apps/pluma/preferences/editor/cursor_position/restore_cursor_position</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
	<short>Restore Previous Cursor Position</short>
	<long>Whether pluma should restore the previous cursor position when a file is loaded.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma/preferences/editor/search_highlighting/enable</key>
      <applyto>/apps/pluma/preferences/editor/search_highlighting/enable</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
	<short>Enable Search Highlighting</short>
	<long>Whether pluma should highlight all the occurrences of the searched text.</long>
      </locale>
    </schema>

  </schemalist>
</mateconfschemafile>