diff options
author | Stefano Karapetsas <[email protected]> | 2013-01-24 21:05:58 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-01-24 21:05:58 +0100 |
commit | 0a745cb559ffbcfad564437b214e649e0476d0f3 (patch) | |
tree | 99b384c12a0c413676af0da2238901260759701b /plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in | |
parent | 698c1a83b5f2d566cf8a6500f49158f98c1efacf (diff) | |
download | pluma-0a745cb559ffbcfad564437b214e649e0476d0f3.tar.bz2 pluma-0a745cb559ffbcfad564437b214e649e0476d0f3.tar.xz |
filebrowser: Migrate to GSettings
Diffstat (limited to 'plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in')
-rw-r--r-- | plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in | 43 |
1 files changed, 43 insertions, 0 deletions
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 @@ +<?xml version="1.0"?> +<schemalist> + <schema id="org.mate.pluma.plugins.filebrowser" path="/org/mate/pluma/plugins/filebrowser/"> + <key name="open-at-first-doc" type="b"> + <default>true</default> + <_summary>Set Location to First Document</_summary> + <_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.)</_description> + </key> + <key name="filter-mode" type="s"> + <default>'hidden_and_binary'</default> + <_summary>File Browser Filter Mode</_summary> + <_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).</_description> + </key> + <key name="filter-pattern" type="s"> + <default>''</default> + <_summary>File Browser Filter Pattern</_summary> + <_description>The filter pattern to filter the file browser with. This filter works on top of the filter_mode.</_description> + </key> + <child name="on-load" schema="org.mate.pluma.plugins.filebrowser.on-load"/> + </schema> + <schema id="org.mate.pluma.plugins.filebrowser.on-load" path="/org/mate/pluma/plugins/filebrowser/on-load/"> + <key name="tree-view" type="b"> + <default>true</default> + <_summary>Open With Tree View</_summary> + <_description>Open the tree view when the file browser plugin gets loaded instead of the bookmarks view</_description> + </key> + <key name="root" type="s"> + <default>''</default> + <_summary>File Browser Root Directory</_summary> + <_description>The file browser root directory to use when loading the file browser plugin and onload/tree_view is TRUE.</_description> + </key> + <key name="virtual-root" type="s"> + <default>''</default> + <_summary>File Browser Virtual Root Directory</_summary> + <_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.</_description> + </key> + <key name="enable-remote" type="b"> + <default>false</default> + <_summary>Enable Restore of Remote Locations</_summary> + <_description>Sets whether to enable restoring of remote locations.</_description> + </key> + </schema> +</schemalist> |