vote up 0 vote down star

The source code editor in XCode 3.1 has a new feature where your compiler error (and warning) messages are embedded directly in your code below the relevant line of text. I'm sure it sounded like a nice idea, but in practice I find it very annoying - your code jumps around as you try to make the edits to fix the error.

I know you can collapse the error message by clicking the marker icon in the left margin, but I'd prefer not to have them appear directly in my code at all. Is there any way to disable this feature? Surfing the preferences pane didn't turn up anything.

Memo to Apple: Tool tips would be a much better solution.

flag
1  
Note that in Xcode 3.2 the message bubbles are not embedded in the text (they fill available white space), so your text does not jump around any longer. – cdespinosa Sep 18 at 22:11

1 Answer

vote up 1 vote down check

Preferences -> Building -> Message Bubbles -> Show during builds: Never

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.