summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2017-10-23 10:16:59 +0200
committerPablo Barciela <[email protected]>2017-10-23 10:19:48 +0200
commit43963f7c99794984e6c33aeb0e40714a54540828 (patch)
tree9ef4a640131ff70481cf0b21d5e5a5d859c18cc9 /data
parent4df44887f4b7547fc9b31d1cb3f61688579fe39b (diff)
downloadpluma-43963f7c99794984e6c33aeb0e40714a54540828.tar.bz2
pluma-43963f7c99794984e6c33aeb0e40714a54540828.tar.xz
add gsettings key: Show save confirmation if the files have changes
Closes https://github.com/mate-desktop/pluma/issues/112
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.pluma.gschema.xml.in15
1 files changed, 10 insertions, 5 deletions
diff --git a/data/org.mate.pluma.gschema.xml.in b/data/org.mate.pluma.gschema.xml.in
index 75fe7d11..536211d5 100644
--- a/data/org.mate.pluma.gschema.xml.in
+++ b/data/org.mate.pluma.gschema.xml.in
@@ -31,6 +31,11 @@
<summary>Autosave Interval</summary>
<description>Number of minutes after which pluma will automatically save modified files. This will only take effect if the "Autosave" option is turned on.</description>
</key>
+ <key name="show-save-confirmation" type="b">
+ <default>true</default>
+ <summary>Show save confirmation</summary>
+ <description>Show save confirmation if the files have changes.</description>
+ </key>
<key name="writable-vfs-schemes" type="as">
<default>[ 'dav', 'davs', 'ftp', 'sftp', 'smb', 'ssh' ]</default>
<summary>Writable VFS schemes</summary>
@@ -126,6 +131,11 @@
<summary>Side Pane is Visible</summary>
<description>Whether the side pane at the left of editing windows should be visible.</description>
</key>
+ <key name="show-tabs-with-side-pane" type="b">
+ <default>true</default>
+ <summary>Show tabs with side pane</summary>
+ <description>If false, pluma doesn't show tabs in the notebook with the side pane active.</description>
+ </key>
<key name="bottom-panel-visible" type="b">
<default>false</default>
<summary>Bottom Panel is Visible</summary>
@@ -196,10 +206,5 @@
<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="show-tabs-with-side-pane" type="b">
- <default>true</default>
- <summary>Show tabs with side pane</summary>
- <description>If false, pluma doesn't show tabs in the notebook with the side pane active.</description>
- </key>
</schema>
</schemalist>