Re: why does the method popup sometimes not appear in PB ?
Re: why does the method popup sometimes not appear in PB ?
- Subject: Re: why does the method popup sometimes not appear in PB ?
- From: tyler <email@hidden>
- Date: Thu, 26 Jul 2001 22:15:13 -0700
Hey Dave,
Thanks for the response -- and Scott's response also. Here's what I
found:
On Thursday, July 26, 2001, at 09:43 PM, David P. Henderson wrote:
On Friday, July 27, 2001, at 12:17 , tyler wrote:
Hey there -- sometimes I have .m files and the popup that contains the
methods (to the left of the open file list popup) doesn't appear. My
project is indexed. I checked source, I even built the project. Still
no method list popup.
In this particular project it's available in some files and not
others...
By chance are these files you've added to the project after the you've
started indexing.
yes
I've noticed that the index doesn't update properly
for files added to a project after I've indexed it. I've found 2
workarounds for this bug.
1) Close the project and reopen it. PB seems to check and update the
index upon opening a project.
This did not work in my case, but thanks for the tip.
2) #import both the .h and .m files into already indexed files and save.
This should force the imported files to be indexed. Note: You may need
to do this for .h and .m separately. Also, most likely the .m will not
index properly until after you remove the import statement for the .m.
THIS DID WORK!!! THANKS!
Scott -- this means that the indexer CAN index this particular file, but
doesn't for some reason until I include it into a successfully indexed
file as Dave suggested. It seems like this implies a different bug
than the one you described, doesn't it? If so, it sure would be nice to
have this one fixed in an upcoming (soon) release also :-)
thanks again for your tips/info!
peace,
Tyler