In Xcode Version 4.0 I notice that #pragma marks within methods are no longer showing up in the Jump Bar. The only #pragma marks that are showing up are those that are betwe
For what it is worth, I have filed a bug report (12895229) on this given I could not find one having been filed.
Thanks for the work-around ideas. Assigned to a macro allows for easy removal in the future:
#define WORK_AROUND_PRAGMA {}
I tend to have global Macro files for helpful things like this. You know, quick encode/decode, accessors (for the days prior to properties) and the like.