File: org.gnome.gedit.plugins.sourcecodebrowser.gschema.xml

package info (click to toggle)
gedit-source-code-browser-plugin 3.0.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 384 kB
  • sloc: python: 427; xml: 30; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,287 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema id="org.gnome.gedit.plugins.sourcecodebrowser" path="/org/gnome/gedit/plugins/sourcecodebrowser/">
    <key type="b" name="show-line-numbers">
      <default>false</default>
      <summary>Show Line Numbers</summary>
      <description>Show the line number of each item in the source tree.</description>
    </key>
    <key type="b" name="load-remote-files">
      <default>true</default>
      <summary>Load Remote Files</summary>
      <description>Download remote files into a temporary file for parsing the symbols.</description>
    </key>
    <key type="b" name="expand-rows">
      <default>true</default>
      <summary>Expand Rows</summary>
      <description>Expand the entire source tree when initially loaded.</description>
    </key>
    <key type="b" name="sort-list">
      <default>true</default>
      <summary>Sort List</summary>
      <description>Sorts the list of symbols alphabetically rather than by where they occur in the source file.</description>
    </key>
    <key type="s" name="ctags-executable">
      <default>'ctags'</default>
      <summary>Ctags Executable</summary>
      <description>Specifies the executable path for Exuberant Ctags.</description>
    </key>
  </schema>
</schemalist>