Adding plugin menus to Xcode
Adding plugin menus to Xcode
- Subject: Adding plugin menus to Xcode
- From: Steve Nicholson <email@hidden>
- Date: Fri, 21 May 2004 10:08:06 -0700
Two questions about adding plugin menus to Xcode:
1) Does Xcode 1.2 support adding a menu anywhere besides the beginning
or end of the main menu? These work:
set pluginMenu to make new menu at end of menus of main menu...
set pluginMenu to make new menu at beginning of menus of main
menu...
but I can't get this (or variations) to work:
set pluginMenu to make new menu before menu 5 of main menu...
2) Does Xcode 1.2 support binding keys to menus created through
AppleScript? I've tried
make new menu item ... with properties {title:"title",
name:"name", key equivalent:"^F7"}
The key equivalent shows up in an examination of the properties, but it
doesn't seem to have an effect.
Thanks,
-Steve
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.