Re: Soft return in XCode
Re: Soft return in XCode
- Subject: Re: Soft return in XCode
- From: Jens Alfke <email@hidden>
- Date: Wed, 26 May 2010 15:53:05 -0700
On May 26, 2010, at 3:28 PM, Lorenzo Thurman wrote:
> Actually, it was option-return in Codewarrior and I think BBEdit, where you get a soft return.
There’s no such thing as a soft return in a plain text file, since there’s no ASCII character that’s interpreted that way.
IIRC, option-return in CW would bypass auto-indent, inserting a Return character with no following spaces. That’s not a soft return, though, and using it in a string literal would still be a syntax error without backslashes or extra quotes as we just described.
> Thanks for the tip. Is this documented somwhere?
Um, in any good book on the C programming language :) The spec is online but it’s rather dry reading.
—Jens
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden