File: org.mate.pluma.plugins.sourcecodebrowser.gschema.xml.in

package info (click to toggle)
pluma-plugins 1.28.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,528 kB
  • sloc: ansic: 1,633; python: 1,555; makefile: 336; sh: 20; xml: 13
file content (31 lines) | stat: -rw-r--r-- 1,320 bytes parent folder | download | duplicates (2)
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 gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.pluma.plugins.sourcecodebrowser" path="/org/mate/pluma/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>