From c3ebc88709aebb8be2b010f73a6e08ce88a2b54a Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 24 Jan 2013 20:44:32 +0100 Subject: Add GSettings schema --- data/org.mate.pluma.gschema.xml.in.in | 200 ++++++++++++++++++++++++++++++++++ 1 file changed, 200 insertions(+) create mode 100644 data/org.mate.pluma.gschema.xml.in.in (limited to 'data/org.mate.pluma.gschema.xml.in.in') diff --git a/data/org.mate.pluma.gschema.xml.in.in b/data/org.mate.pluma.gschema.xml.in.in new file mode 100644 index 00000000..1e34fbad --- /dev/null +++ b/data/org.mate.pluma.gschema.xml.in.in @@ -0,0 +1,200 @@ + + + + + true + <_summary>Use Default Font + <_description>Whether to use the system's default fixed width font for editing text instead of a font specific to pluma. If this option is turned off, then the font named in the "Editor Font" option will be used instead of the system font. + + + 'Monospace 12' + <_summary>Editor Font + <_description>A custom font that will be used for the editing area. This will only take effect if the "Use Default Font" option is turned off. + + + 'tango' + <_summary>Style Scheme + <_description>The ID of a GtkSourceView Style Scheme used to color the text. + + + false + <_summary>Create Backup Copies + <_description>Whether pluma should create backup copies for the files it saves. You can set the backup file extension with the "Backup Copy Extension" option. + + + false + <_summary>Autosave + <_description>Whether pluma should automatically save modified files after a time interval. You can set the time interval with the "Autosave Interval" option. + + + 10 + <_summary>Autosave Interval + <_description>Number of minutes after which pluma will automatically save modified files. This will only take effect if the "Autosave" option is turned on. + + + [ 'dav', 'davs', 'ftp', 'sftp', 'smb', 'ssh' ] + <_summary>Writable VFS schemes + <_description>List of VFS schemes pluma supports in write mode. The 'file' scheme is writable by default. + + + 2000 + <_summary>Maximum Number of Undo Actions + <_description>Maximum number of actions that pluma will be able to undo or redo. Use "-1" for unlimited number of actions. + + + 'GTK_WRAP_WORD' + <_summary>Line Wrapping Mode + <_description>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 + <_summary>Tab Size + <_description>Specifies the number of spaces that should be displayed instead of Tab characters. + + + false + <_summary>Insert spaces + <_description>Whether pluma should insert spaces instead of tabs. + + + false + <_summary>Automatic indent + <_description>Whether pluma should enable automatic indentation. + + + false + <_summary>Display Line Numbers + <_description>Whether pluma should display line numbers in the editing area. + + + false + <_summary>Highlight Current Line + <_description>Whether pluma should highlight the current line. + + + false + <_summary>Highlight Matching Bracket + <_description>Whether pluma should highlight the bracket matching the selected one. + + + false + <_summary>Display Right Margin + <_description>Whether pluma should display the right margin in the editing area. + + + 80 + <_summary>Right Margin Position + <_description>Specifies the position of the right margin. + + + 'after' + <_summary>Smart Home End + <_description>Specifies how the cursor moves when the HOME and END keys are pressed. Use "DISABLED" to always move at the start/end of the line, "AFTER" to move to the start/end of the line the first time the keys are pressed and to the start/end of the text ignoring whitespaces the second time the keys are pressed, "BEFORE" to move to the start/end of the text before moving to the start/end of the line and "ALWAYS" to always move to the start/end of the text instead of the start/end of the line. + + + true + <_summary>Restore Previous Cursor Position + <_description>Whether pluma should restore the previous cursor position when a file is loaded. + + + true + <_summary>Enable Search Highlighting + <_description>Whether pluma should highlight all the occurrences of the searched text. + + + true + <_summary>Enable Syntax Highlighting + <_description>Whether pluma should enable syntax highlighting. + + + true + <_summary>Toolbar is Visible + <_description>Whether the toolbar should be visible in editing windows. + + + '@TOOLBAR_STYLE@' + <_summary>Toolbar Buttons Style + <_description>Style for the toolbar buttons. Possible values are "PLUMA_TOOLBAR_SYSTEM" to use the system's default style, "PLUMA_TOOLBAR_ICONS" to display icons only, "PLUMA_TOOLBAR_ICONS_AND_TEXT" to display both icons and text, and "PLUMA_TOOLBAR_ICONS_BOTH_HORIZ" to display prioritized text beside icons. Note that the values are case-sensitive, so make sure they appear exactly as mentioned here. + + + true + <_summary>Status Bar is Visible + <_description>Whether the status bar at the bottom of editing windows should be visible. + + + false + <_summary>Side Pane is Visible + <_description>Whether the side pane at the left of editing windows should be visible. + + + false + <_summary>Bottom Panel is Visible + <_description>Whether the bottom panel at the bottom of editing windows should be visible. + + + 5 + <_summary>Maximum Recent Files + <_description>Specifies the maximum number of recently opened files that will be displayed in the "Recent Files" submenu. + + + true + <_summary>Print Syntax Highlighting + <_description>Whether pluma should print syntax highlighting when printing documents. + + + true + <_summary>Print Header + <_description>Whether pluma should include a document header when printing documents. + + + 'GTK_WRAP_WORD' + <_summary>Printing Line Wrapping Mode + <_description>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 + <_summary>Print Line Numbers + <_description>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. + + + 'Monospace 9' + <_summary>Body Font for Printing + <_description>Specifies the font to use for a document's body when printing documents. + + + 'Sans 11' + <_summary>Header Font for Printing + <_description>Specifies the font to use for page headers when printing a document. This will only take effect if the "Print Header" option is turned on. + + + 'Sans 8' + <_summary>Line Number Font for Printing + <_description>Specifies the font to use for line numbers when printing. This will only take effect if the "Print Line Numbers" option is non-zero. + + + [ 'UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16' ] + <_summary>Automatically Detected Encodings + <_description>Sorted list of encodings used by pluma for automatically detecting the encoding of a file. "CURRENT" represents the current locale encoding. Only recognized encodings are used. + + + [ 'ISO-8859-15' ] + <_summary>Encodings shown in menu + <_description>List of encodings shown in the Character Encoding menu in open/save file selector. Only recognized encodings are used. + + + [] + <_summary>History for "search for" entries + <_description>List of entries in "search for" textbox. + + + [] + <_summary>History for "replace with" entries + <_description>List of entries in "replace with" textbox. + + + [ 'docinfo', 'modelines', 'filebrowser', 'spell', 'time' ] + <_summary>Active plugins + <_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. + + + -- cgit v1.2.1