mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Move "Select Previous Tab" above "Select Next Tab"
This makes the Window menu more consistent with system apps.
This commit is contained in:
committed by
Allan Odgaard
parent
493620710b
commit
14cd991a1d
@@ -391,8 +391,8 @@ BOOL HasDocumentWindow (NSArray* windows)
|
||||
{ @"Minimize", @selector(miniaturize:), @"m" },
|
||||
{ @"Zoom", @selector(performZoom:) },
|
||||
{ /* -------- */ },
|
||||
{ @"Select Next Tab", @selector(selectNextTab:), @"}" },
|
||||
{ @"Select Previous Tab", @selector(selectPreviousTab:), @"{" },
|
||||
{ @"Select Next Tab", @selector(selectNextTab:), @"}" },
|
||||
{ @"Select Tab", .delegate = OakSubmenuController.sharedInstance },
|
||||
{ /* -------- */ },
|
||||
{ @"Bring All to Front", @selector(arrangeInFront:) },
|
||||
|
||||
Reference in New Issue
Block a user