[anjuta] sourceview: Disable word autocompletion by default because it might still be buggy



commit 3cc0120a7b9c873d979c1a744e7288affc1c10a2
Author: Johannes Schmid <jhs gnome org>
Date:   Sat Mar 6 00:20:38 2010 +0100

    sourceview: Disable word autocompletion by default because it might still be buggy

 plugins/sourceview/anjuta-editor-sourceview.ui |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/plugins/sourceview/anjuta-editor-sourceview.ui b/plugins/sourceview/anjuta-editor-sourceview.ui
index 4125344..9695fac 100644
--- a/plugins/sourceview/anjuta-editor-sourceview.ui
+++ b/plugins/sourceview/anjuta-editor-sourceview.ui
@@ -36,6 +36,7 @@
                 <child>
                   <object class="GtkVBox" id="vbox1111">
                     <property name="visible">True</property>
+                    <property name="orientation">vertical</property>
                     <child>
                       <object class="GtkTable" id="table15">
                         <property name="visible">True</property>
@@ -171,6 +172,7 @@
                           <object class="GtkVBox" id="vbox1120">
                             <property name="visible">True</property>
                             <property name="border_width">5</property>
+                            <property name="orientation">vertical</property>
                             <property name="spacing">5</property>
                             <child>
                               <object class="GtkCheckButton" id="preferences_toggle:bool:1:0:sourceview.syntax.highlight">
@@ -218,7 +220,7 @@
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkCheckButton" id="preferences_toggle:bool:1:0:sourceview.autocomplete">
+                              <object class="GtkCheckButton" id="preferences_toggle:bool:0:0:sourceview.autocomplete">
                                 <property name="label" translatable="yes">Enable autocompletion for document words</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
@@ -263,6 +265,7 @@
                 <child>
                   <object class="GtkVBox" id="vbox32">
                     <property name="visible">True</property>
+                    <property name="orientation">vertical</property>
                     <property name="spacing">5</property>
                     <child>
                       <object class="GtkFrame" id="frame2">
@@ -274,6 +277,7 @@
                           <object class="GtkVBox" id="vbox2">
                             <property name="visible">True</property>
                             <property name="border_width">5</property>
+                            <property name="orientation">vertical</property>
                             <property name="spacing">5</property>
                             <child>
                               <object class="GtkCheckButton" id="preferences_toggle:bool:0:0:sourceview.currentline.highlight">
@@ -511,6 +515,7 @@
                       <object class="GtkVBox" id="vbox1">
                         <property name="visible">True</property>
                         <property name="border_width">5</property>
+                        <property name="orientation">vertical</property>
                         <child>
                           <object class="GtkComboBox" id="combo_styles">
                             <property name="visible">True</property>



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