• 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: code-completion in 1.5 buggy? (2)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: code-completion in 1.5 buggy? (2)


  • Subject: Re: code-completion in 1.5 buggy? (2)
  • From: Izidor Jerebic <email@hidden>
  • Date: Thu, 19 Aug 2004 14:33:18 +0200

On 19 Aug 2004, at 14:27, Izidor Jerebic wrote:

Hello!

It seems that code-completion in 1.5 is quite buggy. Everything worked ok back in 1.2 times, but right now sometimes I get the "No completions found" response for methods, defined in my classes (in-project). This for one variable (which seems to be classified as being of unknown type), while it works for another variable in the same method. This is a Cocoa objective-c project, so everything should work just fine.

I rebuilt indexes several times, but nothing changed.

Is there anything else I can do?

Well, I have got an interesting example. In the following code, in the first line (if) everything works for "item", but in the second line (else) the completion does not work for "item" (e.g. deleting last 'e' from valueForAttribute and asking for the completion). This code compiles just fine. Suggestions?

        if( ![item hasAttribute:@"test"] ) i++ ;
        else i += [[item valueForAttribute:@"test"] intValue] ;


izidor _______________________________________________ xcode-users mailing list | email@hidden Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: code-completion in 1.5 buggy? (2)
      • From: Scott Thompson <email@hidden>
References: 
 >code-completion in 1.5 buggy? (From: Izidor Jerebic <email@hidden>)

  • Prev by Date: code-completion in 1.5 buggy?
  • Next by Date: Re: Errors & Warnings (and Relative Paths)
  • Previous by thread: code-completion in 1.5 buggy?
  • Next by thread: Re: code-completion in 1.5 buggy? (2)
  • Index(es):
    • Date
    • Thread