• 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
Auto completion - Why aren't methods always displayed?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Auto completion - Why aren't methods always displayed?


  • Subject: Auto completion - Why aren't methods always displayed?
  • From: Jeremy French <email@hidden>
  • Date: Sat, 27 Nov 2004 11:29:48 -0500

Usually I find what I'm typing in the auto completion list. But sometimes I don't.

For example (in an implementation file for a class subclassed from NSView), I type the following:

- (BOOL)is

and auto completion displays a completion list. I scroll through the list looking for "isOpaque" but do not find it; a snippet of the list, where I expect to find "isOpaque" shows:

---
isnormal
int isnumber()
int isphonogram()
int isprint()
---

So I complete my typing, entering

- (BOOL)isOpaque

Then I highligh "isOpaque" and choose HELP -> FIND SELECTED TEXT IN API. The reference is found in the documentation, confirming that I typed "isOpaque" correctly.

So why isn't isOpaque listed between isnumber and isphonogram, in the completion list?

(Using XCode 1.5, System 10.3.6, Objective-C source code file.)

_______________________________________________
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


  • Prev by Date: Re: XCode compile options
  • Next by Date: Re: Auto completion - How to select next argument placeholder?
  • Previous by thread: Re: db acess
  • Next by thread: Altivec code in a QuickTime code bundle
  • Index(es):
    • Date
    • Thread