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

package info (click to toggle)
gedit-plugins 48.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 9,084 kB
  • sloc: python: 2,730; ansic: 2,549; xml: 199; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<schemalist>
  <schema gettext-domain="gedit-plugins" id="org.gnome.gedit.plugins.wordcompletion" path="/org/gnome/gedit/plugins/wordcompletion/">
    <key name="interactive-completion" type="b">
      <default>true</default>
      <summary>Interactive Completion</summary>
      <description>Whether to enable interactive completion.</description>
    </key>
    <key name="minimum-word-size" type="u">
      <range min="2" max="100" />
      <default>2</default>
      <summary>Minimum Word Size</summary>
      <description>The minimum word size to complete.</description>
    </key>
  </schema>
</schemalist>