From 209ed5c73206a8e0c3c18152fe21cdc7a15a94c0 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 8 May 2016 08:16:34 +0700 Subject: [PATCH] pluma: Remove old schema file. This was fixed in 21ed753fe0125753bedd60d54926596b0306491d. Signed-off-by: Willy Sudiarto Raharjo --- extra/pluma/org.mate.pluma.gschema.xml | 200 ------------------------- 1 file changed, 200 deletions(-) delete mode 100644 extra/pluma/org.mate.pluma.gschema.xml diff --git a/extra/pluma/org.mate.pluma.gschema.xml b/extra/pluma/org.mate.pluma.gschema.xml deleted file mode 100644 index 0d0cc8c..0000000 --- a/extra/pluma/org.mate.pluma.gschema.xml +++ /dev/null @@ -1,200 +0,0 @@ - - - - - true - Use Default Font - 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' - Editor Font - 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' - Style Scheme - The ID of a GtkSourceView Style Scheme used to color the text. - - - false - Create Backup Copies - 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 - 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. - - - [ 'dav', 'davs', 'ftp', 'sftp', 'smb', 'ssh' ] - 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. - - - 'GTK_WRAP_WORD' - 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. - - - false - Insert spaces - Whether pluma should insert spaces instead of tabs. - - - false - Automatic indent - Whether pluma should enable automatic indentation. - - - false - Display Line Numbers - Whether pluma should display line numbers in the editing area. - - - false - Highlight Current Line - Whether pluma should highlight the current line. - - - false - Highlight Matching Bracket - Whether pluma should highlight the bracket matching the selected one. - - - false - 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. - - - 'after' - Smart Home End - 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 - 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. - - - true - Toolbar is Visible - Whether the toolbar should be visible in editing windows. - - - 'PLUMA_TOOLBAR_SYSTEM' - Toolbar Buttons Style - 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 - Status Bar is Visible - Whether the status bar at the bottom of editing windows should be visible. - - - false - Side Pane is Visible - Whether the side pane at the left of editing windows should be visible. - - - false - 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. - - - true - Print Syntax Highlighting - Whether pluma should print syntax highlighting when printing documents. - - - true - Print Header - Whether pluma should include a document header when printing documents. - - - 'GTK_WRAP_WORD' - 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. - - - 'Monospace 9' - Body Font for Printing - Specifies the font to use for a document's body when printing documents. - - - 'Sans 11' - Header Font for Printing - 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' - Line Number Font for Printing - 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' ] - Automatically Detected Encodings - 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' ] - Encodings shown in menu - List of encodings shown in the Character Encoding menu in open/save file selector. Only recognized encodings are used. - - - [] - History for "search for" entries - List of entries in "search for" textbox. - - - [] - History for "replace with" entries - List of entries in "replace with" textbox. - - - [ 'docinfo', 'modelines', 'filebrowser', 'spell', 'time' ] - 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. - - -