summaryrefslogtreecommitdiff
path: root/plugins/filebrowser/pluma-file-browser.schemas.in
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/filebrowser/pluma-file-browser.schemas.in')
-rwxr-xr-xplugins/filebrowser/pluma-file-browser.schemas.in97
1 files changed, 97 insertions, 0 deletions
diff --git a/plugins/filebrowser/pluma-file-browser.schemas.in b/plugins/filebrowser/pluma-file-browser.schemas.in
new file mode 100755
index 00000000..0ae807d6
--- /dev/null
+++ b/plugins/filebrowser/pluma-file-browser.schemas.in
@@ -0,0 +1,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>