Re: re-indent bug
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>) |