summaryrefslogtreecommitdiff
path: root/plugins/filebrowser/pluma-file-browser.schemas.in
blob: 0ae807d692d108506b51d3406dfd08463d8bf032 (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
<mateconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/pluma-2/plugins/filebrowser/on_load/tree_view</key>
      <applyto>/apps/pluma-2/plugins/filebrowser/on_load/tree_view</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
	<short>Open With Tree View</short>
	<long>Open the tree view when the file browser plugin gets loaded instead of the bookmarks view</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma-2/plugins/filebrowser/on_load/root</key>
      <applyto>/apps/pluma-2/plugins/filebrowser/on_load/root</applyto>
      <owner>pluma</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
	<short>File Browser Root Directory</short>
	<long>The file browser root directory to use when loading the file 
	browser plugin and onload/tree_view is TRUE.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma-2/plugins/filebrowser/on_load/virtual_root</key>
      <applyto>/apps/pluma-2/plugins/filebrowser/on_load/virtual_root</applyto>
      <owner>pluma</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
	<short>File Browser Virtual Root Directory</short>
	<long>The file browser virtual root directory to use when loading the 
	file browser plugin when onload/tree_view is TRUE. The virtual root
	must always be below the actual root.</long>
      </locale>
    </schema>
   
    <schema>
      <key>/schemas/apps/pluma-2/plugins/filebrowser/on_load/enable_remote</key>
      <applyto>/apps/pluma-2/plugins/filebrowser/on_load/enable_remote</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
	<short>Enable Restore of Remote Locations</short>
	<long>Sets whether to enable restoring of remote locations.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma-2/plugins/filebrowser/open_at_first_doc</key>
      <applyto>/apps/pluma-2/plugins/filebrowser/open_at_first_doc</applyto>
      <owner>pluma</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
	<short>Set Location to First Document</short>
	<long>If TRUE the file browser plugin will view the directory of 
	the first opened document given that the file browser hasn't been
	used yet. (Thus this generally applies to opening a document from
	the command line or opening it with Caja, etc.)</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma-2/plugins/filebrowser/filter_mode</key>
      <applyto>/apps/pluma-2/plugins/filebrowser/filter_mode</applyto>
      <owner>pluma</owner>
      <type>string</type>
      <default>hidden_and_binary</default>
      <locale name="C">
	<short>File Browser Filter Mode</short>
	<long>This value determines what files get filtered from the file
	browser. Valid values are: none (filter nothing), 
	hidden (filter hidden files), binary (filter binary files) and 
	hidden_and_binary (filter both hidden and binary files).</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/pluma-2/plugins/filebrowser/filter_pattern</key>
      <applyto>/apps/pluma-2/plugins/filebrowser/filter_pattern</applyto>
      <owner>pluma</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
	<short>File Browser Filter Pattern</short>
	<long>The filter pattern to filter the file browser with. This filter
	works on top of the filter_mode.</long>
      </locale>
    </schema>
  </schemalist>
</mateconfschemafile>