• 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: struct completion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: struct completion


  • Subject: Re: struct completion
  • From: Markian Hlynka <email@hidden>
  • Date: Wed, 2 Jun 2004 14:28:31 -0600

On Jun 2, 2004, at 10:27, Ben wrote:

> I've noticed that if you type:
>
> typedef struct foo_type { int bar; } foo;
>
> and then type:
>
> foo thevar;
> thevar.
>
> ...then it will complete. If you leave off the foo_type, it won't,
> which
> is somewhat annoying.
>

I've tried:
    struct footype
    {
       int bar;
    }foo;

    foo thevar;
    thevar.

and also

    typedef struct footype
    {
       int bar;
    }foo;

    foo thevar;
    thevar.b

The first one won't build and shows no completions.
The second one builds, but again fails to find completions. Note that I
say fails to find, in that it actually pops up "no completions". So
this is a slight improvement over what i had before. :)

Any other suggestions?

Thanks,

Markian
_______________________________________________
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: struct completion
      • From: Greg Pfeil <email@hidden>
    • Re: struct completion
      • From: Ben <email@hidden>
References: 
 >Re: struct completion (From: Ben <email@hidden>)

  • Prev by Date: Re: very sluggish editing
  • Next by Date: Re: struct completion
  • Previous by thread: Re: struct completion
  • Next by thread: Re: struct completion
  • Index(es):
    • Date
    • Thread