• 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: re-indent bug
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: re-indent bug


  • Subject: Re: re-indent bug
  • From: "Roger Persson" <email@hidden>
  • Date: Sat, 7 Oct 2006 18:35:14 +0200

I added two more cases in radar. Copy, pase and indent this code snippets too:
(pasting may cause automatic indent if that setting is on...)

void function2(struct function_table *tbl)
{
(*tbl->put_string)(tbl->data, "Hello world"); /* This comment */
printf("cause unexpected indented");
}

void function3()
{
printf("/* This is an inbedded c comment");
printf("causing unexpected indentation*/");
printf("// This is an inbedded c++ comment");
printf("causing unexpected indentation");
}
_______________________________________________
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


References: 
 >re-indent bug (From: "Roger Persson" <email@hidden>)

  • Prev by Date: Re: re-indent bug
  • Next by Date: Xcode comments
  • Previous by thread: Re: re-indent bug
  • Next by thread: Xcode comments
  • Index(es):
    • Date
    • Thread