Re: Some Xcode pet peeves

2015-07-14 Thread Quincey Morris
On Jul 14, 2015, at 12:30 , Doug Hill xcodeus...@breaqz.com wrote: Just as a point of clarification, I’m referring to the Show Assistant Editor button at the top-left of the window. As a point of clarification, you might mention which version of Xcode you’re using. There was a bug, in Xcode

Re: Some Xcode pet peeves

2015-07-14 Thread Doug Hill
OK, I think I get it now. • Open a .m source file • Click on Show the Assistant Editor - Shows the corresponding .h. • Command-click on a symbol in the .h (for example NSObject to show it’s interface) • Click on Show the Standard Editor to dismiss the Assistant editor. • Select a totally

Re: Some Xcode pet peeves

2015-07-14 Thread Jens Alfke
On Jul 14, 2015, at 11:56 AM, Scott Ribe scott_r...@elevated-dev.com wrote: There's a popup menu up there from which you can select counterparts. As long as you select files by clicking them in the files tree on the left, it will automatically open the counterpart in the assistant editor.

Re: Some Xcode pet peeves

2015-07-14 Thread Quincey Morris
On Jul 14, 2015, at 12:46 , Doug Hill xcodeus...@breaqz.com wrote: While this Counterparts popup menu is useful, Um, you only have to choose Counterparts once. The setting sticks across closings and reopenings of the assistant editor. That’s the point of it, really. my criticism is it’s

Re: Some Xcode pet peeves

2015-07-14 Thread Doug Hill
On Jul 14, 2015, at 12:24 PM, Jens Alfke j...@mooseyard.com wrote: On Jul 14, 2015, at 12:15 PM, Doug Hill xcodeus...@breaqz.com mailto:xcodeus...@breaqz.com wrote: • Command-click on a symbol in the .h (for example NSObject to show it’s interface) • Click on Show the Standard

Re: Some Xcode pet peeves

2015-07-14 Thread Doug Hill
On Jul 14, 2015, at 12:38 PM, Doug Hill xcodeus...@breaqz.com wrote: On Jul 14, 2015, at 12:24 PM, Jens Alfke j...@mooseyard.com mailto:j...@mooseyard.com wrote: On Jul 14, 2015, at 12:15 PM, Doug Hill xcodeus...@breaqz.com mailto:xcodeus...@breaqz.com wrote: • Command-click on

Re: Some Xcode pet peeves

2015-07-14 Thread Jens Alfke
On Jul 14, 2015, at 12:15 PM, Doug Hill xcodeus...@breaqz.com wrote: • Command-click on a symbol in the .h (for example NSObject to show it’s interface) • Click on Show the Standard Editor to dismiss the Assistant editor. If you use the Back command in between those steps, it restores the

Re: Some Xcode pet peeves

2015-07-14 Thread Doug Hill
On Jul 14, 2015, at 12:40 PM, Quincey Morris quinceymor...@rivergatesoftware.com wrote: On Jul 14, 2015, at 12:30 , Doug Hill xcodeus...@breaqz.com mailto:xcodeus...@breaqz.com wrote: Just as a point of clarification, I’m referring to the Show Assistant Editor button at the top-left

Some Xcode pet peeves

2015-07-14 Thread Doug Hill
Here’s a couple of pet peeves that have been driving me nuts since whenever. 1. When editing a file I click on the Assistant editor button (e.g. the overlapping circles), and I expect to to see the corresponding .h or .m/.c/.cpp. However it often shows some other totally non-related file,

Re: Some Xcode pet peeves

2015-07-14 Thread Scott Ribe
On Jul 14, 2015, at 12:49 PM, Doug Hill xcodeus...@breaqz.com wrote: 1. When editing a file I click on the Assistant editor button (e.g. the overlapping circles), and I expect to to see the corresponding .h or .m/.c/.cpp. However it often shows some other totally non-related file,