Re: XCode 2.0 function definition popup not working
Re: XCode 2.0 function definition popup not working
- Subject: Re: XCode 2.0 function definition popup not working
- From: Chris Espinosa <email@hidden>
- Date: Thu, 19 May 2005 09:03:06 -0700
On May 19, 2005, at 8:35 AM, Zdzislaw Losvik wrote: If I put this code anywhere in the file, all function declarations after this snippet become invisible to "function popup button". So I cannot jump to any function quickly and have to search for them manually. This really slows me down.
struct _aStruct { int anInt; } aStruct[] = {/*a*/{1}, {2}};
Is there any workaround for this?
I tried this (in both .cp and .m files) and though the struct itself didn't show up in the function popup, it did not affect downstream definitions.
If it did, that would be a bug, not a feature. For performance, the function popup doesn't exactly mimic the C preprocessor and scanner, so there are cases of valid C syntax that will confuse the function popup parser. Please report such cases in bugreporter.apple.com
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