Re: what is the state of C++ support in xcode?
Re: what is the state of C++ support in xcode?
- Subject: Re: what is the state of C++ support in xcode?
- From: Fritz Anderson <email@hidden>
- Date: Fri, 15 Aug 2008 18:35:47 -0500
On 15 Aug 2008, at 5:12 PM, Alejandro Aragon wrote:
After trying the compilation of my code, I tried 'Message Bubbles ->
Show All' but nothing happens. I'm using also xcode 3.1.
Is your code shared with other platforms? The line endings (\r, \n, \r
\n) might be inconsistent; that throws off the line counting and make
things like matching errors to lines of code inaccurate. Select the
files in question in the Groups & Files list, File > Get Info, and in
the General tab, select your preferred line ending from the Line
Endings: pop-up. See if that clears things up.
Is there a way to auto-format the entire code? instead of manually
shifting the code left or right? In eclipse you just press command-I
or command-F and it auto-formats everything. I haven't found a
similar feature in xcode yet.
This is a little strange, but it works: Select all the code you want
to reformat. Edit > Cut. Edit > Paste. The code will be indented per
the settings in the Indentation pane of the Preferences window.
— F
--
Fritz Anderson -- Xcode 3 Unleashed: Now Available -- http://x3u.manoverboard.org/
_______________________________________________
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