Re: How can I turn my 'pragmas' back on?
Re: How can I turn my 'pragmas' back on?
- Subject: Re: How can I turn my 'pragmas' back on?
- From: Chris Espinosa <email@hidden>
- Date: Wed, 18 Jan 2006 16:43:03 -0800
On Jan 18, 2006, at 3:58 PM, Frederick C. Lee wrote: Re: XCode 2.2
I had to dump my com.apple.xcode.plist and start with a new .plist.
Needless to say, many settings have to be re-customized. What I notice is that my #pragma mark <> statements are now ignored.
Were in XCode's environment reset (Get Info) do I turn the 'pragma aware' back on?
This is controlled by the hidden preference PBXMethodPopupIncludeMarksDefault. It defaults to YES so I wonder how you got it turned off. The solution is to execute in the Terminal
defaults write com.apple.Xcode PBXMethodPopupIncludeMarksDefault YES
That should fix things for you.
Chris |
_______________________________________________
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