~ubuntu-branches/debian/jessie/gedit-source-code-browser-plugin/jessie

« back to all changes in this revision

Viewing changes to sourcecodebrowser/data/org.gnome.gedit.plugins.sourcecodebrowser.gschema.xml

  • Committer: Package Import Robot
  • Author(s): Pietro Battiston
  • Date: 2012-01-03 17:23:51 UTC
  • Revision ID: package-import@ubuntu.com-20120103172351-5z3yz5qss9b54ffi
Tags: upstream-3.0.3
ImportĀ upstreamĀ versionĀ 3.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<schemalist>
 
3
  <schema id="org.gnome.gedit.plugins.sourcecodebrowser" path="/org/gnome/gedit/plugins/sourcecodebrowser/">
 
4
    <key type="b" name="show-line-numbers">
 
5
      <default>false</default>
 
6
      <summary>Show Line Numbers</summary>
 
7
      <description>Show the line number of each item in the source tree.</description>
 
8
    </key>
 
9
    <key type="b" name="load-remote-files">
 
10
      <default>true</default>
 
11
      <summary>Load Remote Files</summary>
 
12
      <description>Download remote files into a temporary file for parsing the symbols.</description>
 
13
    </key>
 
14
    <key type="b" name="expand-rows">
 
15
      <default>true</default>
 
16
      <summary>Expand Rows</summary>
 
17
      <description>Expand the entire source tree when initially loaded.</description>
 
18
    </key>
 
19
    <key type="b" name="sort-list">
 
20
      <default>true</default>
 
21
      <summary>Sort List</summary>
 
22
      <description>Sorts the list of symbols alphabetically rather than by where they occur in the source file.</description>
 
23
    </key>
 
24
    <key type="s" name="ctags-executable">
 
25
      <default>'ctags'</default>
 
26
      <summary>Ctags Executable</summary>
 
27
      <description>Specifies the executable path for Exuberant Ctags.</description>
 
28
    </key>
 
29
  </schema>
 
30
</schemalist>
 
31