Re: Pet Hate......

2015-06-19 Thread Michael David Crawford
When I was a system software engineer at Apple in the mid-nineties, I advocated that all of us should do tech support one day per week, so as to obtain greater insight into the needs of our users. That went over like a lead balloon. On 6/19/15, Dave d...@looktowindward.com wrote: On 19 Jun

Re: Pet Hate......

2015-06-19 Thread Dave
On 19 Jun 2015, at 00:01, Rick Mann rm...@latencyzero.com wrote: 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: //

Re: Pet Hate......

2015-06-19 Thread Fritz Anderson
On 18 Jun 2015, at 12:12 PM, Dave 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 source files with no white space and reformat it as per the users preferences when they open the file.

Re: Pet Hate......

2015-06-19 Thread Roland King
. My Pet Hate however is a very simple one. Xcode wants no spaces between an opening paren and the next character. I put spaces after my opening, and before my closing parens. I often find typing the space gives me a ghost paren which hovers there until it apparates and upsets the syntax checker

Re: Pet Hate......

2015-06-19 Thread Sean McBride
On Thu, 18 Jun 2015 11:16:36 -0700, Jens Alfke said: I think the most reasonable solution is what Go does — there is one standard blessed official style, and Go ships with a tool that reformats source code into that style. Generally you want to always check in code in that style, so a lot of

Re: Pet Hate......

2015-06-19 Thread Alex Zavatone
Sent from my iPhone On Jun 19, 2015, at 11:40 AM, Sean McBride s...@rogue-research.com wrote: On Thu, 18 Jun 2015 11:16:36 -0700, Jens Alfke said: I think the most reasonable solution is what Go does — there is one standard blessed official style, and Go ships with a tool that reformats

Re: Pet Hate......

2015-06-19 Thread Alex Zavatone
At Macromedia on the QA team for Director and the Lingo programming language, that's exactly what I did for a few hours every day on the Direct-L listserve. The payback on my time spent there was invaluable. Alex Zavatone Sent from my iPhone On Jun 19, 2015, at 7:27 AM, Michael David

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: 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: 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: 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: 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