~ubuntu-branches/ubuntu/edgy/gedit/edgy

« back to all changes in this revision

Viewing changes to plugins/filebrowser/gedit-file-browser.schemas.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-09-05 12:33:40 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20060905123340-rdenqvvnb8i1suho
Tags: 2.16.0-0ubuntu1
* New upstream version:
  Fixes:
  - Filebrowser plugin fixes
  Documentation:
  - Manual now covers basic usage of the file browser plugin
* Sync with Debian
* debian/control.in:
  - Build-Depends on liblaunchpad-integration-dev
* debian/gedit.install:
  - install the python console too
* debian/patches/01_lpi.patch:
  - launchpad integration
* debian/patches/70_relibtoolize.patch:
  - updated
* debian/rules:
  - fixed pixmap installation
  - use --disable-scrollkeeper configure option

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<gconfschemafile>
 
2
  <schemalist>
 
3
    <schema>
 
4
      <key>/schemas/apps/gedit-2/plugins/filebrowser/on_load/tree_view</key>
 
5
      <applyto>/apps/gedit-2/plugins/filebrowser/on_load/tree_view</applyto>
 
6
      <owner>gedit</owner>
 
7
      <type>bool</type>
 
8
      <default>TRUE</default>
 
9
      <locale name="C">
 
10
        <short>Open With Tree View</short>
 
11
        <long>Open the tree view when the file browser plugin gets loaded instead of the bookmarks view</long>
 
12
      </locale>
 
13
    </schema>
 
14
 
 
15
    <schema>
 
16
      <key>/schemas/apps/gedit-2/plugins/filebrowser/on_load/root</key>
 
17
      <applyto>/apps/gedit-2/plugins/filebrowser/on_load/root</applyto>
 
18
      <owner>gedit</owner>
 
19
      <type>string</type>
 
20
      <default></default>
 
21
      <locale name="C">
 
22
        <short>File Browser Root Directory</short>
 
23
        <long>The file browser root directory to use when loading the file 
 
24
        browser plugin and onload/tree_view is TRUE.</long>
 
25
      </locale>
 
26
    </schema>
 
27
 
 
28
    <schema>
 
29
      <key>/schemas/apps/gedit-2/plugins/filebrowser/on_load/virtual_root</key>
 
30
      <applyto>/apps/gedit-2/plugins/filebrowser/on_load/virtual_root</applyto>
 
31
      <owner>gedit</owner>
 
32
      <type>string</type>
 
33
      <default></default>
 
34
      <locale name="C">
 
35
        <short>File Browser Virtual Root Directory</short>
 
36
        <long>The file browser virtual root directory to use when loading the 
 
37
        file browser plugin when onload/tree_view is TRUE. The virtual root
 
38
        must always be below the actual root.</long>
 
39
      </locale>
 
40
    </schema>
 
41
   
 
42
    <schema>
 
43
      <key>/schemas/apps/gedit-2/plugins/filebrowser/on_load/enable_remote</key>
 
44
      <applyto>/apps/gedit-2/plugins/filebrowser/on_load/enable_remote</applyto>
 
45
      <owner>gedit</owner>
 
46
      <type>bool</type>
 
47
      <default>FALSE</default>
 
48
      <locale name="C">
 
49
        <short>Enable Restore of Remote Locations</short>
 
50
        <long>Sets whether to enable restoring of remote locations.</long>
 
51
      </locale>
 
52
    </schema>
 
53
 
 
54
    <schema>
 
55
      <key>/schemas/apps/gedit-2/plugins/filebrowser/open_at_first_doc</key>
 
56
      <applyto>/apps/gedit-2/plugins/filebrowser/open_at_first_doc</applyto>
 
57
      <owner>gedit</owner>
 
58
      <type>bool</type>
 
59
      <default>TRUE</default>
 
60
      <locale name="C">
 
61
        <short>Set Location To First Document</short>
 
62
        <long>If TRUE the file browser plugin will view the directory of 
 
63
        the first opened document given that the file browser hasn't been
 
64
        used yet. (Thus this generally applies to opening a document from
 
65
        the command line or opening it with nautilus etc)</long>
 
66
      </locale>
 
67
    </schema>
 
68
 
 
69
    <schema>
 
70
      <key>/schemas/apps/gedit-2/plugins/filebrowser/filter_mode</key>
 
71
      <applyto>/apps/gedit-2/plugins/filebrowser/filter_mode</applyto>
 
72
      <owner>gedit</owner>
 
73
      <type>string</type>
 
74
      <default>hidden_and_binary</default>
 
75
      <locale name="C">
 
76
        <short>File Browser Filter Mode</short>
 
77
        <long>This value determines what files get filtered from the file
 
78
        browser. Valid values are: none (filter nothing), 
 
79
        hidden (filter hidden files), binary (filter binary files) and 
 
80
        hidden_and_binary (filter both hidden and binary files).</long>
 
81
      </locale>
 
82
    </schema>
 
83
 
 
84
    <schema>
 
85
      <key>/schemas/apps/gedit-2/plugins/filebrowser/filter_pattern</key>
 
86
      <applyto>/apps/gedit-2/plugins/filebrowser/filter_pattern</applyto>
 
87
      <owner>gedit</owner>
 
88
      <type>string</type>
 
89
      <default></default>
 
90
      <locale name="C">
 
91
        <short>File Browser Filter Pattern</short>
 
92
        <long>The filter pattern to filter the file browser with. This filter
 
93
        works on top of the filter_mode.</long>
 
94
      </locale>
 
95
    </schema>
 
96
  </schemalist>
 
97
</gconfschemafile>