[gnome-builder/wip/chergert/bug1: 13/42] debugger: tweak action names



commit 2cb1d3bc0285020597da0e155fdc2641bfeb0007
Author: Christian Hergert <chergert redhat com>
Date:   Sat Aug 26 20:31:50 2017 -0700

    debugger: tweak action names

 libide/debugger/ide-debugger-controls.ui |   25 +++++++++++++++++++------
 1 files changed, 19 insertions(+), 6 deletions(-)
---
diff --git a/libide/debugger/ide-debugger-controls.ui b/libide/debugger/ide-debugger-controls.ui
index 33a6cd9..0abbb52 100644
--- a/libide/debugger/ide-debugger-controls.ui
+++ b/libide/debugger/ide-debugger-controls.ui
@@ -9,8 +9,21 @@
           <class name="linked"/>
         </style>
         <child>
+          <object class="GtkButton" id="pause_button">
+            <property name="action-name">debugger.stop</property>
+            <property name="tooltip-text" translatable="yes">Interrupt the program</property>
+            <property name="visible">true</property>
+            <child>
+              <object class="GtkImage">
+                <property name="icon-name">media-playback-pause-symbolic</property>
+                <property name="visible">true</property>
+              </object>
+            </child>
+          </object>
+        </child>
+        <child>
           <object class="GtkButton" id="continue_button">
-            <property name="action-name">debug-manager.continue</property>
+            <property name="action-name">debugger.continue</property>
             <property name="tooltip-text" translatable="yes">Continue running the program</property>
             <property name="visible">true</property>
             <child>
@@ -23,7 +36,7 @@
         </child>
         <child>
           <object class="GtkButton" id="execute_from_cursor_button">
-            <property name="action-name">debug-manager.execute-from-cursor</property>
+            <property name="action-name">debugger.execute-from-cursor</property>
             <property name="tooltip-text" translatable="yes">Execute from the current cursor 
position</property>
             <property name="visible">true</property>
             <child>
@@ -36,7 +49,7 @@
         </child>
         <child>
           <object class="GtkButton" id="execute_to_cursor_button">
-            <property name="action-name">debug-manager.execute-to-cursor</property>
+            <property name="action-name">debugger.execute-to-cursor</property>
             <property name="tooltip-text" translatable="yes">Execute until reaching the current cursor 
position</property>
             <property name="visible">true</property>
             <child>
@@ -49,7 +62,7 @@
         </child>
         <child>
           <object class="GtkButton" id="step_in_button">
-            <property name="action-name">debug-manager.step-in</property>
+            <property name="action-name">debugger.step-in</property>
             <property name="tooltip-text" translatable="yes">Execute the current line, stepping into any 
function calls</property>
             <property name="visible">true</property>
             <child>
@@ -62,7 +75,7 @@
         </child>
         <child>
           <object class="GtkButton" id="step_over_button">
-            <property name="action-name">debug-manager.step-over</property>
+            <property name="action-name">debugger.step-over</property>
             <property name="tooltip-text" translatable="yes">Execute the current line, stepping over any 
function calls</property>
             <property name="visible">true</property>
             <child>
@@ -75,7 +88,7 @@
         </child>
         <child>
           <object class="GtkButton" id="finish_button">
-            <property name="action-name">debug-manager.finish</property>
+            <property name="action-name">debugger.finish</property>
             <property name="tooltip-text" translatable="yes">Run until the end of the function</property>
             <property name="visible">true</property>
             <child>


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