From 5ded9cba8563f336939400303d6a841d5089b107 Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 7 Nov 2011 19:52:18 -0300 Subject: renaming from gedit to pluma --- plugins/filebrowser/pluma-file-browser.schemas.in | 97 +++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100755 plugins/filebrowser/pluma-file-browser.schemas.in (limited to 'plugins/filebrowser/pluma-file-browser.schemas.in') 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 @@ + + + + /schemas/apps/pluma-2/plugins/filebrowser/on_load/tree_view + /apps/pluma-2/plugins/filebrowser/on_load/tree_view + pluma + bool + TRUE + + Open With Tree View + Open the tree view when the file browser plugin gets loaded instead of the bookmarks view + + + + + /schemas/apps/pluma-2/plugins/filebrowser/on_load/root + /apps/pluma-2/plugins/filebrowser/on_load/root + pluma + string + + + File Browser Root Directory + The file browser root directory to use when loading the file + browser plugin and onload/tree_view is TRUE. + + + + + /schemas/apps/pluma-2/plugins/filebrowser/on_load/virtual_root + /apps/pluma-2/plugins/filebrowser/on_load/virtual_root + pluma + string + + + File Browser Virtual Root Directory + 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. + + + + + /schemas/apps/pluma-2/plugins/filebrowser/on_load/enable_remote + /apps/pluma-2/plugins/filebrowser/on_load/enable_remote + pluma + bool + FALSE + + Enable Restore of Remote Locations + Sets whether to enable restoring of remote locations. + + + + + /schemas/apps/pluma-2/plugins/filebrowser/open_at_first_doc + /apps/pluma-2/plugins/filebrowser/open_at_first_doc + pluma + bool + TRUE + + Set Location to First Document + 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.) + + + + + /schemas/apps/pluma-2/plugins/filebrowser/filter_mode + /apps/pluma-2/plugins/filebrowser/filter_mode + pluma + string + hidden_and_binary + + File Browser Filter Mode + 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). + + + + + /schemas/apps/pluma-2/plugins/filebrowser/filter_pattern + /apps/pluma-2/plugins/filebrowser/filter_pattern + pluma + string + + + File Browser Filter Pattern + The filter pattern to filter the file browser with. This filter + works on top of the filter_mode. + + + + -- cgit v1.2.1