mac: Enable setting "Services" menu.
authorCheng Zhao <zcbenz@gmail.com>
Fri, 5 Sep 2014 05:07:05 +0000 (13:07 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Fri, 5 Sep 2014 05:07:05 +0000 (13:07 +0800)
Regarding https://github.com/atom/atom/issues/3204.

atom/browser/default_app/default_app.js
atom/browser/ui/cocoa/atom_menu_controller.mm

index c79d544..0e1b64d 100644 (file)
@@ -35,6 +35,13 @@ app.on('ready', function() {
             type: 'separator'
           },
           {
+            label: 'Services',
+            submenu: []
+          },
+          {
+            type: 'separator'
+          },
+          {
             label: 'Hide Atom Shell',
             accelerator: 'Command+H',
             selector: 'hide:'
index 05e4b4c..e0f22e3 100644 (file)
@@ -159,6 +159,9 @@ int EventFlagsFromNSEvent(NSEvent* event) {
       [NSApp setWindowsMenu:submenu];
     else if ([[item title] isEqualToString:@"Help"])
       [NSApp setHelpMenu:submenu];
+    if ([[item title] isEqualToString:@"Services"] &&
+        [submenu numberOfItems] == 0)
+      [NSApp setServicesMenu:submenu];
   } else {
     // The MenuModel works on indexes so we can't just set the command id as the
     // tag like we do in other menus. Also set the represented object to be