• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: XCode 2.0 function definition popup not working
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >XCode 2.0 function definition popup not working (From: Zdzislaw Losvik <email@hidden>)

  • Prev by Date: Re: XCode 2.0 build style selection
  • Next by Date: Executable Argument based on Target
  • Previous by thread: XCode 2.0 function definition popup not working
  • Next by thread: Re: XCode 2.0 function definition popup not working
  • Index(es):
    • Date
    • Thread