[latexila] Display line numbers by default



commit fbe174f26cf668bb00fdd721f6960fedec6dcb3b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Oct 15 15:45:22 2015 +0200

    Display line numbers by default
    
    It's better to know where we are in a document.
    
    Also, when line numbers are not displayed, it is not possible to move
    the cursor before the first character of a line, because the GtkPaned
    separation is no longer drawn.

 data/org.gnome.latexila.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.latexila.gschema.xml.in b/data/org.gnome.latexila.gschema.xml.in
index cf2c0ff..0a20cdc 100644
--- a/data/org.gnome.latexila.gschema.xml.in
+++ b/data/org.gnome.latexila.gschema.xml.in
@@ -65,7 +65,7 @@
       <description>Forget you are not using tabulations.</description>
     </key>
     <key name="display-line-numbers" type="b">
-      <default>false</default>
+      <default>true</default>
       <summary>Display Line Numbers</summary>
       <description>Whether LaTeXila should display line numbers in the editing area.</description>
     </key>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]