Re: Soft return in XCode
Re: Soft return in XCode
- Subject: Re: Soft return in XCode
- From: Dave Carrigan <email@hidden>
- Date: Wed, 26 May 2010 14:48:00 -0700
On May 26, 2010, at 2:39 PM, Lorenzo Thurman wrote:
> In the past, one could simply hit option-enter, but the IDE in XCode doesn't respect that. How does one go about that? I have a really long string literal that I'd like break into smaller chunks.
NSString* veryLongLiteral =
@"This is a "
"very very "
"long literal "
"and is completely "
"compliant with the "
"C specification";
--
Dave Carrigan
email@hidden
Seattle, WA, USA
_______________________________________________
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