From 2edb465b646f671f3372c70f020bd3d3076e86ad Mon Sep 17 00:00:00 2001 From: mbkma Date: Tue, 7 Jul 2020 15:57:46 +0200 Subject: Port main program to GSettings Remove pluma_prefs_manager. Plugins were already ported to GSettings. Based on: https://gitlab.gnome.org/GNOME/gedit/-/commit/4215be0e8924f45170683493beaa2695e8e2e483 --- data/org.mate.pluma.gschema.xml.in | 51 ++++++++++++++++++++++++++++++++------ 1 file changed, 43 insertions(+), 8 deletions(-) (limited to 'data') diff --git a/data/org.mate.pluma.gschema.xml.in b/data/org.mate.pluma.gschema.xml.in index 3738720f..48a6e24d 100644 --- a/data/org.mate.pluma.gschema.xml.in +++ b/data/org.mate.pluma.gschema.xml.in @@ -41,7 +41,7 @@ Autosave Whether pluma should automatically save modified files after a time interval. You can set the time interval with the "Autosave Interval" option. - + 10 Autosave Interval Number of minutes after which pluma will automatically save modified files. This will only take effect if the "Autosave" option is turned on. @@ -56,7 +56,7 @@ Writable VFS schemes List of VFS schemes pluma supports in write mode. The 'file' scheme is writable by default. - + 2000 Maximum Number of Undo Actions Maximum number of actions that pluma will be able to undo or redo. Use "-1" for unlimited number of actions. @@ -66,7 +66,7 @@ Line Wrapping Mode Specifies how to wrap long lines in the editing area. Use "GTK_WRAP_NONE" for no wrapping, "GTK_WRAP_WORD" for wrapping at word boundaries, and "GTK_WRAP_CHAR" for wrapping at individual character boundaries. Note that the values are case-sensitive, so make sure they appear exactly as mentioned here. - + 4 Tab Size Specifies the number of spaces that should be displayed instead of Tab characters. @@ -101,7 +101,7 @@ Display Right Margin Whether pluma should display the right margin in the editing area. - + 80 Right Margin Position Specifies the position of the right margin. @@ -116,12 +116,12 @@ Restore Previous Cursor Position Whether pluma should restore the previous cursor position when a file is loaded. - + true Enable Search Highlighting Whether pluma should highlight all the occurrences of the searched text. - + true Enable Syntax Highlighting Whether pluma should enable syntax highlighting. @@ -156,7 +156,7 @@ Bottom Panel is Visible Whether the bottom panel at the bottom of editing windows should be visible. - + 5 Maximum Recent Files Specifies the maximum number of recently opened files that will be displayed in the "Recent Files" submenu. @@ -176,7 +176,7 @@ Printing Line Wrapping Mode Specifies how to wrap long lines for printing. Use "GTK_WRAP_NONE" for no wrapping, "GTK_WRAP_WORD" for wrapping at word boundaries, and "GTK_WRAP_CHAR" for wrapping at individual character boundaries. Note that the values are case-sensitive, so make sure they appear exactly as mentioned here. - + 0 Print Line Numbers If this value is 0, then no line numbers will be inserted when printing a document. Otherwise, pluma will print line numbers every such number of lines. @@ -241,5 +241,40 @@ Show spaces Whether pluma should show spaces in the editor window: 'show-none' no showing; 'show-trailing' showing only trailing spaces; 'show-all' showing all spaces. + + 0 + state + The pluma window state + + + (650, 500) + size + The pluma window size + + + 200 + side-panel-size + The pluma side-panel-size + + + 0 + side-panel-active-page + The pluma side-panel-active-page + + + 140 + bottom-panel-size + The pluma bottom-panel-size + + + 0 + bottom-panel-active-page + The pluma bottom-panel-active-page + + + 0 + filter-id + The pluma filter-id + -- cgit v1.2.1