Re: Pet Hate......

2015-06-18 Thread Sean McBride
On Thu, 18 Jun 2015 14:19:39 +, Steve Mills said: Since not everybody has the same size monitors, it just doesn't make sense to force lines to wrap by hitting return when you get to the end of what you think is the right length. Let the computer do it for you. It's smart. I agree. But Dave,

Pet Hate......

2015-06-18 Thread Dave
Hi, Have you ever seen a header file with a comment that goes on forever on one line? For example: // This is a very long line of text that is supposed to be telling me something useful but I can’t see the end of it without scrolling

Re: Pet Hate......

2015-06-18 Thread Dave
On 18 Jun 2015, at 16:01, Sean McBride s...@rogue-research.com wrote: On Thu, 18 Jun 2015 14:19:39 +, Steve Mills said: Since not everybody has the same size monitors, it just doesn't make sense to force lines to wrap by hitting return when you get to the end of what you think is the

Re: Xcode 6/7 compatibility?

2015-06-18 Thread Roland King
So you want to build an iOS Framework with a static library - which isn’t supported And you want that static library to be in Swift, which isn’t supported either, explicitly I thought, especially given that Swift apps embed copies of runtime libraries because they change between even minor

Re: Pet Hate......

2015-06-18 Thread Dave
On 18 Jun 2015, at 19:16, Jens Alfke j...@mooseyard.com wrote: On Jun 18, 2015, at 10:12 AM, Dave d...@looktowindward.com mailto:d...@looktowindward.com wrote: It amazes me that XCode still actually puts formatting information in the file itself, IMO, it would be better to store

Re: Removing old iOS SDKs?

2015-06-18 Thread Rick Mann
I used DaisyDisk to find a bunch of SDKs and other stuff. Basically, if it wasn't in /Applications/Xcode.app, I deleted it, unless it was the latest of 8.x and 9.x and OS X 10.10.x. I also deleted similarly old-looking doc sets. So far, things seem to be okay. I did double-check the directory

Re: Pet Hate......

2015-06-18 Thread Jens Alfke
On Jun 18, 2015, at 11:36 AM, Dave d...@looktowindward.com wrote: Obviously the git Client would have to be smart enough to display it correctly, but as there would be no formatting information in the file, it would compare the raw data and then display it using the same rules. It would

Re: Pet Hate......

2015-06-18 Thread Rick Mann
On Jun 18, 2015, at 07:08 , Dave d...@looktowindward.com wrote: Hi, Have you ever seen a header file with a comment that goes on forever on one line? For example: //This is a very long line of text that is supposed to be telling

Re: Removing old iOS SDKs?

2015-06-18 Thread Jens Alfke
On Jun 18, 2015, at 3:53 PM, Rick Mann rm...@latencyzero.com wrote: I used DaisyDisk to find a bunch of SDKs and other stuff. Basically, if it wasn't in /Applications/Xcode.app, I deleted it, unless it was the latest of 8.x and 9.x and OS X 10.10.x. I also deleted similarly old-looking

Re: Pet Hate......

2015-06-18 Thread Jens Alfke
On Jun 18, 2015, at 4:01 PM, Rick Mann rm...@latencyzero.com wrote: I do wish Xcode would support reformatting comment blocks natively. Filing a bug report, you should, too… You could create a Behavior that runs a shellscript to do this, and then bind it to a keystroke. —Jens

Re: Removing old iOS SDKs?

2015-06-18 Thread Alex Hall
Thanks for the suggestions, guys. I'll remove these older SDKs from my library folder. On Jun 18, 2015, at 7:32 PM, Jens Alfke j...@mooseyard.com wrote: On Jun 18, 2015, at 3:53 PM, Rick Mann rm...@latencyzero.com mailto:rm...@latencyzero.com wrote: I used DaisyDisk to find a bunch of

Re: Pet Hate......

2015-06-18 Thread Rick Mann
On Jun 18, 2015, at 16:34 , Jens Alfke j...@mooseyard.com wrote: On Jun 18, 2015, at 4:01 PM, Rick Mann rm...@latencyzero.com wrote: I do wish Xcode would support reformatting comment blocks natively. Filing a bug report, you should, too… You could create a Behavior that runs a