[gedit] Highlight current line and matching brackets for snippets



commit 351b27938d46219cd2dc4e8486d0497344a1ab80
Author: Jesse van den Kieboom <jesse icecrew nl>
Date:   Thu May 21 22:11:15 2009 +0200

    Highlight current line and matching brackets for snippets
---
 plugins/snippets/snippets/snippets.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/snippets/snippets/snippets.ui b/plugins/snippets/snippets/snippets.ui
index 7d7203d..c6bb5c1 100644
--- a/plugins/snippets/snippets/snippets.ui
+++ b/plugins/snippets/snippets/snippets.ui
@@ -33,7 +33,7 @@
     </data>
   </object>
   <object class="GeditDocument" id="source_buffer">
-    <property name="highlight-matching-brackets">False</property>
+    <property name="highlight-matching-brackets">True</property>
   </object>
   <object class="GtkDialog" id="dialog_snippets">
     <property name="title" translatable="yes">Snippets Manager</property>
@@ -338,7 +338,7 @@
                             <property name="insert-spaces-instead-of-tabs">False</property>
                             <property name="smart-home-end">GTK_SOURCE_SMART_HOME_END_AFTER</property>
                             <property name="tab-width">2</property>
-                            <property name="highlight-current-line">False</property>
+                            <property name="highlight-current-line">True</property>
                             <property name="show-right-margin">False</property>
                             <property name="show-line-numbers">False</property>
 



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