[gnome-builder] ui: add simple menu for splits
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] ui: add simple menu for splits
- Date: Thu, 11 Dec 2014 00:08:57 +0000 (UTC)
commit e8922fc761c67f61a3c0b350c4c076ddeae364c5
Author: Christian Hergert <christian hergert me>
Date: Sun Dec 7 02:41:07 2014 -0800
ui: add simple menu for splits
src/resources/gtk/menus.ui | 35 +++++++++--------------------------
1 files changed, 9 insertions(+), 26 deletions(-)
---
diff --git a/src/resources/gtk/menus.ui b/src/resources/gtk/menus.ui
index aa42a76..4adfa9e 100644
--- a/src/resources/gtk/menus.ui
+++ b/src/resources/gtk/menus.ui
@@ -103,42 +103,25 @@
</item>
</section>
</menu>
- <menu id="stack-menu">
+ <menu id="gb-document-stack-menu">
<section>
- <attribute name="id">juntion-section</attribute>
- <attribute name="display-hint">horizontal-buttons</attribute>
<item>
- <attribute name="label" translatable="yes">Move Tab to _Left</attribute>
- <attribute name="action">tabs.move-left</attribute>
- <attribute name="verb-icon">builder-move-tab-left</attribute>
- </item>
- <item>
- <attribute name="label" translatable="yes">_Fullscreen</attribute>
- <attribute name="action">win.fullscreen</attribute>
- <attribute name="verb-icon">view-fullscreen-symbolic</attribute>
+ <attribute name="label" translatable="yes">Move Document _Left</attribute>
+ <attribute name="action">stack.move-document-left</attribute>
</item>
<item>
- <attribute name="label" translatable="yes">Move Tab to _Right</attribute>
- <attribute name="action">tabs.move-right</attribute>
- <attribute name="verb-icon">builder-move-tab-right</attribute>
+ <attribute name="label" translatable="yes">Move Document _Right</attribute>
+ <attribute name="action">stack.move-document-right</attribute>
</item>
</section>
<section>
- <attribute name="id">file-section-1</attribute>
<item>
- <attribute name="label" translatable="yes">_Save</attribute>
- <attribute name="action">workbench.save</attribute>
+ <attribute name="label" translatable="yes">Split Document _Left</attribute>
+ <attribute name="action">stack.split-document-left</attribute>
</item>
<item>
- <attribute name="label" translatable="yes">_Save As…</attribute>
- <attribute name="action">workbench.save-as</attribute>
- </item>
- </section>
- <section>
- <attribute name="id">close-section</attribute>
- <item>
- <attribute name="label" translatable="yes">_Close</attribute>
- <attribute name="action">workbench.close-tab</attribute>
+ <attribute name="label" translatable="yes">Split Document _Right</attribute>
+ <attribute name="action">stack.split-document-right</attribute>
</item>
</section>
</menu>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]