XCode 2.0 function definition popup not working
XCode 2.0 function definition popup not working
- Subject: XCode 2.0 function definition popup not working
- From: Zdzislaw Losvik <email@hidden>
- Date: Thu, 19 May 2005 17:35:37 +0200
XCode 2.0 seems to contain many new bugs for users that turn out to
be called "features". Here is one more:
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?
Cheers,
Zdzislaw Losvik
_______________________________________________
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