summaryrefslogtreecommitdiff
path: root/data/org.mate.pluma.gschema.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.mate.pluma.gschema.xml.in')
-rw-r--r--data/org.mate.pluma.gschema.xml.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/data/org.mate.pluma.gschema.xml.in b/data/org.mate.pluma.gschema.xml.in
index 7cbaba7f..81071391 100644
--- a/data/org.mate.pluma.gschema.xml.in
+++ b/data/org.mate.pluma.gschema.xml.in
@@ -1,5 +1,10 @@
<?xml version="1.0"?>
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <enum id="org.mate.pluma.SpaceDrawer">
+ <value nick="draw-none" value="0"/>
+ <value nick="draw-trailing" value="1"/>
+ <value nick="draw-all" value="2"/>
+ </enum>
<schema id="org.mate.pluma" path="/org/mate/pluma/">
<key name="use-default-font" type="b">
<default>true</default>
@@ -216,5 +221,25 @@
<summary>Active plugins</summary>
<description>List of active plugins. It contains the "Location" of the active plugins. See the .pluma-plugin file for obtaining the "Location" of a given plugin.</description>
</key>
+ <key name="enable-space-drawer-newline" type="b">
+ <default>false</default>
+ <summary>Draw newline</summary>
+ <description>Whether pluma should draw newlines in the editor window.</description>
+ </key>
+ <key name="enable-space-drawer-nbsp" enum="org.mate.pluma.SpaceDrawer">
+ <default>'draw-none'</default>
+ <summary>Draw nbsp</summary>
+ <description>Whether pluma should draw not breaking spaces in the editor window: 'draw-none' no drawing; 'draw-trailing' drawing only trailing spaces; 'draw-all' drawing all spaces.</description>
+ </key>
+ <key name="enable-space-drawer-tab" enum="org.mate.pluma.SpaceDrawer">
+ <default>'draw-none'</default>
+ <summary>Draw tabs</summary>
+ <description>Whether pluma should draw tabs in the editor window: 'draw-none' no drawing; 'draw-trailing' drawing only trailing spaces; 'draw-all' drawing all spaces.</description>
+ </key>
+ <key name="enable-space-drawer-space" enum="org.mate.pluma.SpaceDrawer">
+ <default>'draw-none'</default>
+ <summary>Draw spaces</summary>
+ <description>Whether pluma should draw spaces in the editor window: 'draw-none' no drawing; 'draw-trailing' drawing only trailing spaces; 'draw-all' drawing all spaces.</description>
+ </key>
</schema>
</schemalist>