yad.gschema.xml.in 4.29 KB
<schemalist>

  <enum id="yad.homend">
    <value nick="never" value="0"/>
    <value nick="before" value="1"/>
    <value nick="after" value="2"/>
    <value nick="always" value="3"/>
  </enum>

  <schema id="yad.settings" path="/yad/settings/" gettext-domain="yad">
    <key name="width" type="i">
      <default>-1</default>
      <_summary>Default width of dialog window</_summary>
    </key>
    <key name="height" type="i">
      <default>-1</default>
      <_summary>Default height of dialog window</_summary>
    </key>
    <key name="border" type="i">
      <default>5</default>
      <_summary>Borders around dialog</_summary>
    </key>
    <key name="show-remain" type="b">
      <default>false</default>
      <_summary>Show remaining time and percentage in timeout progress bar</_summary>
    </key>
    <key name="combo-always-editable" type="b">
      <default>false</default>
      <_summary>Combo-box in entry dialog is always editable</_summary>
    </key>
    <key name="terminal" type="s">
      <default>'xterm -e "%s"'</default>
      <_summary>Default terminal command (use %s for arguments placeholder)</_summary>
    </key>
    <key name="open-command" type="s">
      <default>'xdg-open "%s"'</default>
      <_summary>Default open command (use %s for arguments placeholder)</_summary>
    </key>
    <key name="date-format" type="s">
      <default>'%x'</default>
      <_summary>Default date format (see strftime(3) for details)</_summary>
    </key>
    <key name="uri-color" type="s">
      <default>'blue'</default>
      <_summary>Default color for URI in text-info dialog</_summary>
    </key>
    <key name="max-tab" type="i">
      <default>100</default>
      <_summary>Maximum number of tabs in notebook dialog</_summary>
    </key>
    <key name="large-preview" type="b">
      <default>false</default>
      <_summary>Use large previews in file selection dialogs</_summary>
    </key>
    <key name="search-width" type="i">
      <default>-1</default>
      <_summary>Set width of search entry in search bar</_summary>
    </key>
    <key name="ignore-unknown-options" type="b">
      <default>true</default>
      <_summary>Ignore unknown command-line options</_summary>
    </key>
    <key name="debug" type="b">
      <default>false</default>
      <_summary>Enable debug mode with information about deprecated features</_summary>
    </key>
  </schema>

  <schema id="yad.sourceview" path="/yad/sourceview/" gettext-domain="yad">
    <key name="theme" type="s">
      <default>''</default>
      <_summary>Default color theme for text-info dialog</_summary>
    </key>
    <key name="line-num" type="b">
      <default>false</default>
      <_summary>Show line numbers</_summary>
    </key>
    <key name="line-hl" type="b">
      <default>false</default>
      <_summary>Highlight current line</_summary>
    </key>
    <key name="line-marks" type="b">
      <default>false</default>
      <_summary>Enable line marks mode</_summary>
    </key>
    <key name="mark1-color" type="s">
      <default>'lightgreen'</default>
      <_summary>Default color for first type of text marks in text-info dialog</_summary>
    </key>
    <key name="mark2-color" type="s">
      <default>'pink'</default>
      <_summary>Default color for second type of text marks in text-info dialog</_summary>
    </key>
    <key name="right-margin" type="i">
      <default>0</default>
      <_summary>Set right margin at position</_summary>
    </key>
    <key name="brackets" type="b">
      <default>false</default>
      <_summary>Highlight matching brackets</_summary>
    </key>
    <key name="indent" type="b">
      <default>false</default>
      <_summary>Use autoindent</_summary>
    </key>
    <key name="homend" enum="yad.homend">
      <default>'never'</default>
      <_summary>Smart Home/End behavior</_summary>
    </key>
    <key name="smart-bs" type="b">
      <default>false</default>
      <_summary>Use smart backspace</_summary>
    </key>
    <key name="tab-width" type="i">
      <default>8</default>
      <_summary>Default tabulation width</_summary>
    </key>
    <key name="indent-width" type="i">
      <default>4</default>
      <_summary>Default indentation width</_summary>
    </key>
    <key name="spaces" type="b">
      <default>true</default>
      <_summary>Insert spaces instead of tabs</_summary>
    </key>
  </schema>

</schemalist>