From 0a745cb559ffbcfad564437b214e649e0476d0f3 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 24 Jan 2013 21:05:58 +0100 Subject: filebrowser: Migrate to GSettings --- ...ate.pluma.plugins.filebrowser.gschema.xml.in.in | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in (limited to 'plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in') diff --git a/plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in b/plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in new file mode 100644 index 00000000..4b128f97 --- /dev/null +++ b/plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in @@ -0,0 +1,43 @@ + + + + + true + <_summary>Set Location to First Document + <_description>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.) + + + 'hidden_and_binary' + <_summary>File Browser Filter Mode + <_description>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). + + + '' + <_summary>File Browser Filter Pattern + <_description>The filter pattern to filter the file browser with. This filter works on top of the filter_mode. + + + + + + true + <_summary>Open With Tree View + <_description>Open the tree view when the file browser plugin gets loaded instead of the bookmarks view + + + '' + <_summary>File Browser Root Directory + <_description>The file browser root directory to use when loading the file browser plugin and onload/tree_view is TRUE. + + + '' + <_summary>File Browser Virtual Root Directory + <_description>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. + + + false + <_summary>Enable Restore of Remote Locations + <_description>Sets whether to enable restoring of remote locations. + + + -- cgit v1.2.1