4 |
- |
1 |
<gconfschemafile>
|
|
|
2 |
<schemalist>
|
|
|
3 |
<schema>
|
|
|
4 |
<key>/schemas/apps/gedit-2/plugins/filebrowser/on_load/tree_view</key>
|
|
|
5 |
<applyto>/apps/gedit-2/plugins/filebrowser/on_load/tree_view</applyto>
|
|
|
6 |
<owner>gedit</owner>
|
|
|
7 |
<type>bool</type>
|
|
|
8 |
<default>TRUE</default>
|
|
|
9 |
<gettext_domain>gedit</gettext_domain>
|
|
|
10 |
<locale name="C">
|
|
|
11 |
<short>Open With Tree View</short>
|
|
|
12 |
<long>Open the tree view when the file browser plugin gets loaded instead of the bookmarks view</long>
|
|
|
13 |
</locale>
|
|
|
14 |
</schema>
|
|
|
15 |
|
|
|
16 |
<schema>
|
|
|
17 |
<key>/schemas/apps/gedit-2/plugins/filebrowser/on_load/root</key>
|
|
|
18 |
<applyto>/apps/gedit-2/plugins/filebrowser/on_load/root</applyto>
|
|
|
19 |
<owner>gedit</owner>
|
|
|
20 |
<type>string</type>
|
|
|
21 |
<default></default>
|
|
|
22 |
<gettext_domain>gedit</gettext_domain>
|
|
|
23 |
<locale name="C">
|
|
|
24 |
<short>File Browser Root Directory</short>
|
|
|
25 |
<long>The file browser root directory to use when loading the file browser plugin and onload/tree_view is TRUE.</long>
|
|
|
26 |
</locale>
|
|
|
27 |
</schema>
|
|
|
28 |
|
|
|
29 |
<schema>
|
|
|
30 |
<key>/schemas/apps/gedit-2/plugins/filebrowser/on_load/virtual_root</key>
|
|
|
31 |
<applyto>/apps/gedit-2/plugins/filebrowser/on_load/virtual_root</applyto>
|
|
|
32 |
<owner>gedit</owner>
|
|
|
33 |
<type>string</type>
|
|
|
34 |
<default></default>
|
|
|
35 |
<gettext_domain>gedit</gettext_domain>
|
|
|
36 |
<locale name="C">
|
|
|
37 |
<short>File Browser Virtual Root Directory</short>
|
|
|
38 |
<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>
|
|
|
39 |
</locale>
|
|
|
40 |
</schema>
|
|
|
41 |
|
|
|
42 |
<schema>
|
|
|
43 |
<key>/schemas/apps/gedit-2/plugins/filebrowser/on_load/enable_remote</key>
|
|
|
44 |
<applyto>/apps/gedit-2/plugins/filebrowser/on_load/enable_remote</applyto>
|
|
|
45 |
<owner>gedit</owner>
|
|
|
46 |
<type>bool</type>
|
|
|
47 |
<default>FALSE</default>
|
|
|
48 |
<gettext_domain>gedit</gettext_domain>
|
|
|
49 |
<locale name="C">
|
|
|
50 |
<short>Enable Restore of Remote Locations</short>
|
|
|
51 |
<long>Sets whether to enable restoring of remote locations.</long>
|
|
|
52 |
</locale>
|
|
|
53 |
</schema>
|
|
|
54 |
|
|
|
55 |
<schema>
|
|
|
56 |
<key>/schemas/apps/gedit-2/plugins/filebrowser/open_at_first_doc</key>
|
|
|
57 |
<applyto>/apps/gedit-2/plugins/filebrowser/open_at_first_doc</applyto>
|
|
|
58 |
<owner>gedit</owner>
|
|
|
59 |
<type>bool</type>
|
|
|
60 |
<default>TRUE</default>
|
|
|
61 |
<gettext_domain>gedit</gettext_domain>
|
|
|
62 |
<locale name="C">
|
|
|
63 |
<short>Set Location To First Document</short>
|
|
|
64 |
<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 nautilus etc)</long>
|
|
|
65 |
</locale>
|
|
|
66 |
</schema>
|
|
|
67 |
|
|
|
68 |
<schema>
|
|
|
69 |
<key>/schemas/apps/gedit-2/plugins/filebrowser/filter_mode</key>
|
|
|
70 |
<applyto>/apps/gedit-2/plugins/filebrowser/filter_mode</applyto>
|
|
|
71 |
<owner>gedit</owner>
|
|
|
72 |
<type>string</type>
|
|
|
73 |
<default>hidden_and_binary</default>
|
|
|
74 |
<gettext_domain>gedit</gettext_domain>
|
|
|
75 |
<locale name="C">
|
|
|
76 |
<short>File Browser Filter Mode</short>
|
|
|
77 |
<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>
|
|
|
78 |
</locale>
|
|
|
79 |
</schema>
|
|
|
80 |
|
|
|
81 |
<schema>
|
|
|
82 |
<key>/schemas/apps/gedit-2/plugins/filebrowser/filter_pattern</key>
|
|
|
83 |
<applyto>/apps/gedit-2/plugins/filebrowser/filter_pattern</applyto>
|
|
|
84 |
<owner>gedit</owner>
|
|
|
85 |
<type>string</type>
|
|
|
86 |
<default></default>
|
|
|
87 |
<gettext_domain>gedit</gettext_domain>
|
|
|
88 |
<locale name="C">
|
|
|
89 |
<short>File Browser Filter Pattern</short>
|
|
|
90 |
<long>The filter pattern to filter the file browser with. This filter works on top of the filter_mode.</long>
|
|
|
91 |
</locale>
|
|
|
92 |
</schema>
|
|
|
93 |
</schemalist>
|
|
|
94 |
</gconfschemafile>
|