• 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: Ben <email@hidden>
  • Date: Wed, 2 Jun 2004 09:27:25 -0700 (PDT)

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.

On Wed, 2 Jun 2004, Markian Hlynka wrote:

> I seem to recall that lately we were discussing variable completion.
> ie, if I  have
>
> struct foo
> {
> 	int bar;
> }
>
> and I type
>
> foo thevar;
>
> thevar.
>
> I expect it to suggest "thevar.bar". It's not doing this. I think the
> solution was to index or something?
>
> I'm not sure how often the archives are updated, but since it was so
> recent, could somebody summarize, please? Then the summary will make it
> into the archives, and it'll be much easier to find a single answer.
>
> 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.
_______________________________________________
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.


References: 
 >struct completion (From: Markian Hlynka <email@hidden>)

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