From c264b0d7b6782a596c6502edc158f754ed968835 Mon Sep 17 00:00:00 2001 From: Goffredo Baroncelli Date: Sat, 15 Jun 2019 17:52:01 +0200 Subject: Draw spaces, tabs, newlines and nbsp. 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) --- data/org.mate.pluma.gschema.xml.in | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'data') 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 @@ + + + + + true @@ -216,5 +221,25 @@ Active plugins 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. + + false + Draw newline + Whether pluma should draw newlines in the editor window. + + + 'draw-none' + Draw nbsp + 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. + + + 'draw-none' + Draw tabs + Whether pluma should draw tabs in the editor window: 'draw-none' no drawing; 'draw-trailing' drawing only trailing spaces; 'draw-all' drawing all spaces. + + + 'draw-none' + Draw spaces + Whether pluma should draw spaces in the editor window: 'draw-none' no drawing; 'draw-trailing' drawing only trailing spaces; 'draw-all' drawing all spaces. + -- cgit v1.2.1