[gnome-builder/wip/chergert/layout] editor: use editor-view prefix for actions



commit 565346e79f6d2af356f1ea7b3b42d9dd77afcc31
Author: Christian Hergert <chergert redhat com>
Date:   Thu Jul 6 16:10:47 2017 -0700

    editor: use editor-view prefix for actions

 libide/editor/ide-editor-properties.ui |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/libide/editor/ide-editor-properties.ui b/libide/editor/ide-editor-properties.ui
index b282bfa..575ca34 100644
--- a/libide/editor/ide-editor-properties.ui
+++ b/libide/editor/ide-editor-properties.ui
@@ -31,7 +31,7 @@
                 <property name="text" translatable="yes">Show line numbers</property>
                 <property name="role">check</property>
                 <property name="halign">fill</property>
-                <property name="action-name">view.show-line-numbers</property>
+                <property name="action-name">editor-view.show-line-numbers</property>
               </object>
             </child>
             <child>
@@ -40,7 +40,7 @@
                 <property name="text" translatable="yes">Show right margin</property>
                 <property name="role">check</property>
                 <property name="halign">fill</property>
-                <property name="action-name">view.show-right-margin</property>
+                <property name="action-name">editor-view.show-right-margin</property>
               </object>
             </child>
             <child>
@@ -49,7 +49,7 @@
                 <property name="text" translatable="yes">Highlight current line</property>
                 <property name="role">check</property>
                 <property name="halign">fill</property>
-                <property name="action-name">view.highlight-current-line</property>
+                <property name="action-name">editor-view.highlight-current-line</property>
               </object>
             </child>
             <child>
@@ -72,7 +72,7 @@
                 <property name="visible">true</property>
                 <property name="text" translatable="yes">Auto indent</property>
                 <property name="halign">fill</property>
-                <property name="action-name">view.auto-indent</property>
+                <property name="action-name">editor-view.auto-indent</property>
               </object>
             </child>
             <child>
@@ -80,7 +80,7 @@
                 <property name="visible">true</property>
                 <property name="text" translatable="yes">Smart Backspace</property>
                 <property name="halign">fill</property>
-                <property name="action-name">view.smart-backspace</property>
+                <property name="action-name">editor-view.smart-backspace</property>
               </object>
             </child>
             <child>
@@ -121,7 +121,7 @@
                         <property name="label" translatable="yes">Spaces</property>
                         <property name="focus-on-click">false</property>
                         <property name="halign">fill</property>
-                        <property name="action-name">view.use-spaces</property>
+                        <property name="action-name">editor-view.use-spaces</property>
                         <property name="action-target">true</property>
                       </object>
                     </child>
@@ -131,7 +131,7 @@
                         <property name="label" translatable="yes">Tabs</property>
                         <property name="focus-on-click">false</property>
                         <property name="halign">fill</property>
-                        <property name="action-name">view.use-spaces</property>
+                        <property name="action-name">editor-view.use-spaces</property>
                         <property name="action-target">false</property>
                       </object>
                     </child>
@@ -151,7 +151,7 @@
                         <property name="label" translatable="yes">2</property>
                         <property name="focus-on-click">false</property>
                         <property name="halign">fill</property>
-                        <property name="action-name">view.tab-width</property>
+                        <property name="action-name">editor-view.tab-width</property>
                         <property name="action-target">2</property>
                       </object>
                     </child>
@@ -161,7 +161,7 @@
                         <property name="label" translatable="yes">3</property>
                         <property name="focus-on-click">false</property>
                         <property name="halign">fill</property>
-                        <property name="action-name">view.tab-width</property>
+                        <property name="action-name">editor-view.tab-width</property>
                         <property name="action-target">3</property>
                       </object>
                     </child>
@@ -171,7 +171,7 @@
                         <property name="label" translatable="yes">4</property>
                         <property name="focus-on-click">false</property>
                         <property name="halign">fill</property>
-                        <property name="action-name">view.tab-width</property>
+                        <property name="action-name">editor-view.tab-width</property>
                         <property name="action-target">4</property>
                       </object>
                     </child>
@@ -181,7 +181,7 @@
                         <property name="label" translatable="yes">8</property>
                         <property name="focus-on-click">false</property>
                         <property name="halign">fill</property>
-                        <property name="action-name">view.tab-width</property>
+                        <property name="action-name">editor-view.tab-width</property>
                         <property name="action-target">8</property>
                       </object>
                     </child>


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