[gnome-builder] plugins/terminal: make menu items searchable



commit ee0aec2beb78b0a3c1b8b236604e4fbb0cd58de0
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jul 15 22:09:02 2022 -0700

    plugins/terminal: make menu items searchable

 src/plugins/terminal/gtk/menus.ui | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/src/plugins/terminal/gtk/menus.ui b/src/plugins/terminal/gtk/menus.ui
index e2faa4933..80312207d 100644
--- a/src/plugins/terminal/gtk/menus.ui
+++ b/src/plugins/terminal/gtk/menus.ui
@@ -7,18 +7,24 @@
         <attribute name="action">terminal.terminal-on-host</attribute>
         <attribute name="target" type="s">''</attribute>
         <attribute name="accel">&lt;ctrl&gt;&lt;shift&gt;t</attribute>
+        <attribute name="verb-icon">builder-terminal-symbolic</attribute>
+        <attribute name="description" translatable="yes">Open a new terminal</attribute>
       </item>
       <item>
         <attribute name="label" translatable="yes">New _Build Terminal</attribute>
         <attribute name="action">terminal.terminal-in-pipeline</attribute>
         <attribute name="target" type="s">''</attribute>
         <attribute name="accel">&lt;ctrl&gt;&lt;shift&gt;&lt;alt&gt;t</attribute>
+        <attribute name="verb-icon">builder-terminal-symbolic</attribute>
+        <attribute name="description" translatable="yes">Open a new terminal in build pipeline</attribute>
       </item>
       <item>
         <attribute name="label" translatable="yes">New _Runtime Terminal</attribute>
         <attribute name="action">terminal.terminal-in-runtime</attribute>
         <attribute name="target" type="s">''</attribute>
         <attribute name="accel">&lt;ctrl&gt;&lt;alt&gt;t</attribute>
+        <attribute name="verb-icon">builder-terminal-symbolic</attribute>
+        <attribute name="description" translatable="yes">Open a new terminal in runtime 
environment</attribute>
       </item>
     </section>
   </menu>


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