Re: Menu Item Shortcuts Without Menu Items?

2017-03-13 Thread Steve Mills
> On Mar 13, 2017, at 17:12, Frank D. Engel, Jr. wrote: > > I need to create the equivalent of a menu item shortcut, but without the menu > item... or, to assign two different shortcuts to the same menu item. > > More precisely: I have a menu item with a shortcut of Command+L. > > I need Comma

Re: Menu Item Shortcuts Without Menu Items?

2017-03-13 Thread Ken Thomases
On Mar 13, 2017, at 5:12 PM, Frank D. Engel, Jr. wrote: > > I need to create the equivalent of a menu item shortcut, but without the menu > item... or, to assign two different shortcuts to the same menu item. > > More precisely: I have a menu item with a shortcut of Command+L. > > I need Comma

Menu Item Shortcuts Without Menu Items?

2017-03-13 Thread Frank D. Engel, Jr.
I need to create the equivalent of a menu item shortcut, but without the menu item... or, to assign two different shortcuts to the same menu item. More precisely: I have a menu item with a shortcut of Command+L. I need Command+Shift+L to do exactly the same thing, but it doesn't look right hav

Re: Library Location

2017-03-13 Thread Quincey Morris
On Mar 13, 2017, at 13:47 , Richard Charles wrote: > > The location for Xcode project-generated files is specified in the Locations > preference. In this preference "Derived Data:" has a Default value which is > ~/Library/Developer/Xcode/DerivedData. Inside this directory is the following > di

Re: Library Location

2017-03-13 Thread Richard Charles
> On Mar 13, 2017, at 12:26 PM, Quincey Morris > wrote: > > On Mar 13, 2017, at 08:37 , Richard Charles wrote: >> >> By default, Xcode stores derived data for all projects in >> ~/Library/Developer/Xcode/DerivedData. This means that build products for >> all configurations are in the same d

Re: Document drafts

2017-03-13 Thread Kevin Perry
Drafts are documents that have been autosaved in a user-visible location (i.e. the app’s iCloud container) and therefore aren’t typical “Untitled” documents from the programmer’s perspective as their fileURL property is not nil. However, they still behave like “Untitled” documents in that they w

Re: Printing questions

2017-03-13 Thread Jonathan Mitchell
> On 12 Mar 2017, at 21:23, Daryle Walker wrote: > > > > Sent from my iPhone > >> On Mar 12, 2017, at 5:18 AM, Daryle Walker wrote: >> >> I hope it’s a nice first try, but I have some concerns. >> >> 1. I also added an “Export as PDF…” menu item, which uses the save-as-PDF >> default acti