initial
This commit is contained in:
97
plugins/filebrowser/gedit-file-browser.schemas.in
Executable file
97
plugins/filebrowser/gedit-file-browser.schemas.in
Executable file
@@ -0,0 +1,97 @@
|
||||
<mateconfschemafile>
|
||||
<schemalist>
|
||||
<schema>
|
||||
<key>/schemas/apps/gedit-2/plugins/filebrowser/on_load/tree_view</key>
|
||||
<applyto>/apps/gedit-2/plugins/filebrowser/on_load/tree_view</applyto>
|
||||
<owner>gedit</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/gedit-2/plugins/filebrowser/on_load/root</key>
|
||||
<applyto>/apps/gedit-2/plugins/filebrowser/on_load/root</applyto>
|
||||
<owner>gedit</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/gedit-2/plugins/filebrowser/on_load/virtual_root</key>
|
||||
<applyto>/apps/gedit-2/plugins/filebrowser/on_load/virtual_root</applyto>
|
||||
<owner>gedit</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/gedit-2/plugins/filebrowser/on_load/enable_remote</key>
|
||||
<applyto>/apps/gedit-2/plugins/filebrowser/on_load/enable_remote</applyto>
|
||||
<owner>gedit</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/gedit-2/plugins/filebrowser/open_at_first_doc</key>
|
||||
<applyto>/apps/gedit-2/plugins/filebrowser/open_at_first_doc</applyto>
|
||||
<owner>gedit</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/gedit-2/plugins/filebrowser/filter_mode</key>
|
||||
<applyto>/apps/gedit-2/plugins/filebrowser/filter_mode</applyto>
|
||||
<owner>gedit</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/gedit-2/plugins/filebrowser/filter_pattern</key>
|
||||
<applyto>/apps/gedit-2/plugins/filebrowser/filter_pattern</applyto>
|
||||
<owner>gedit</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>
|
Reference in New Issue
Block a user