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/pluma-file-browser.schemas.in | |
parent | 698c1a83b5f2d566cf8a6500f49158f98c1efacf (diff) | |
download | pluma-0a745cb559ffbcfad564437b214e649e0476d0f3.tar.bz2 pluma-0a745cb559ffbcfad564437b214e649e0476d0f3.tar.xz |
filebrowser: Migrate to GSettings
Diffstat (limited to 'plugins/filebrowser/pluma-file-browser.schemas.in')
-rw-r--r-- | plugins/filebrowser/pluma-file-browser.schemas.in | 97 |
1 files changed, 0 insertions, 97 deletions
diff --git a/plugins/filebrowser/pluma-file-browser.schemas.in b/plugins/filebrowser/pluma-file-browser.schemas.in deleted file mode 100644 index f27a75f4..00000000 --- a/plugins/filebrowser/pluma-file-browser.schemas.in +++ /dev/null @@ -1,97 +0,0 @@ -<mateconfschemafile> - <schemalist> - <schema> - <key>/schemas/apps/pluma/plugins/filebrowser/on_load/tree_view</key> - <applyto>/apps/pluma/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/plugins/filebrowser/on_load/root</key> - <applyto>/apps/pluma/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/plugins/filebrowser/on_load/virtual_root</key> - <applyto>/apps/pluma/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/plugins/filebrowser/on_load/enable_remote</key> - <applyto>/apps/pluma/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/plugins/filebrowser/open_at_first_doc</key> - <applyto>/apps/pluma/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/plugins/filebrowser/filter_mode</key> - <applyto>/apps/pluma/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/plugins/filebrowser/filter_pattern</key> - <applyto>/apps/pluma/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> |