diff --git a/ui/menu.ui b/ui/menu.ui index 8bc48f3..6f66721 100644 --- a/ui/menu.ui +++ b/ui/menu.ui @@ -1,6 +1,6 @@ - + File @@ -10,61 +10,156 @@ win.new-file - New Window app.new-window + New Window + app.new-window
- Open File win.open-file - + Open File + win.open-file + Open Folder win.open-folder - - Open Workspace - win.open-workspace - -
-
- - Add Folder to Workspace - win.add-folder-to-workspace - - - Save Workspace As - win.save-workspace - - - Duplicate Workspace - win.duplicate-workspace - -
-
- - Save - win.save - - - Save All - win.save-all - -
-
- - Exit - app.exit - -
+ + Open Workspace + win.open-workspace + + +
+ + Add Folder to Workspace + win.add-folder-to-workspace + + + Save Workspace As + win.save-workspace + + + Duplicate Workspace + win.duplicate-workspace + +
+
+ + Save + win.save + + + Save All + win.save-all + +
+
+ + Close Window + + +
+
+ + Exit + app.exit + +
+
+ + Edit +
+ + Undo + win.undo + + + Redo + win.redo + +
+
+ + Cut + win.cut + +
+
+ + Selection +
+ + Select All + win.select-all + +
+
+ + View +
+ + Open Command Palette + +
+
+ + Go +
+ + Switch Editor + win.switch-editor + +
+
+ + Run +
+ + Start Debugging + win.start-debugging + +
+
+ + Terminal +
+ + New Terminal + win.new-terminal + +
Help +
+ + Get Started + window.get-started + + + Show All Commands + win.show-all-commands + + + Documentation + app.open-docs + +
+
+ + View License + +
+
+ + Search Feature Requests + +
About app.about
-
-
-
+ + + \ No newline at end of file