summaryrefslogtreecommitdiff
path: root/data/org.mate.pluma.gschema.xml.in
AgeCommit message (Collapse)AuthorFilesLines
2019-06-28Draw spaces, tabs, newlines and nbsp.Goffredo Baroncelli1-0/+25
Via gsettings it is possible to enable the drawing of: - newline (enable-space-drawer-newline) - spaces (enable-space-drawer-space) - tab (enable-space-drawer-tab) - not blank space (enable-space-drawer-nbsp) The first setting is a boolean ones, so the only allowable values are true (show the symbol) or false (don't show the symbol). Instead for the last three settings, the allowed values are: 'draw-none' -> show nothing 'draw-all' -> show all spaces/tabs 'draw-trailing' -> show only the trailing spaces/tabs (only if GTK >= 3.24)
2018-08-01add the option to hide the frist tab if there is only one tabPablo Barciela1-0/+5
2018-07-28add the abbility to switch tabs using [ctrl+tab] and [ctrl+shift+tab]Pablo Barciela1-0/+5
If true the gsettings key "ctrl-tab-switch-tabs" into "org.mate.pluma" Closes https://github.com/mate-desktop/pluma/issues/211
2017-10-23add gsettings key: Show save confirmation if the files have changesPablo Barciela1-5/+10
Closes https://github.com/mate-desktop/pluma/issues/112
2017-09-02add gsettings key to hide/show(default) tabs with the side paneZenWalker1-0/+5
2015-06-16fixes for gschema translationraveit651-0/+200
taken from: https://github.com/mate-desktop/eom/commit/a2055e1 - bumped required intltool version to 0.50.1 - renamed and corrected gschema xml for proper intltool usage - removed obsolete lines from po/POTFILES.skip