Re: Syntax-Aware Indenting and C++
Re: Syntax-Aware Indenting and C++
- Subject: Re: Syntax-Aware Indenting and C++
- From: ryan <email@hidden>
- Date: Tue, 28 Oct 2003 14:22:21 -0800
I noticed that problem too, it seems to occur when you use the '::'
namespace scoping.
There are also problems intending headerDoc comments (ie: /*! .... */ )
which i mentioned in a previous thread.
These bugs also exist in project builder.
-ryan
On Oct 28, 2003, at 11:14 AM, Timothy Ritchey wrote:
Is anyone else having problems with the Syntax-Aware Indenting in
XCode not working properly with scoping symbols in C++? Code such as
the following:
namespace foo {
bar::test() {
std::cout << "test" << std::endl;
}
}
Ends up as:
namespace foo {
bar::test() {
std::cout << "test" << std::endl;
}
}
Am I missing something obvious?
Cheers,
tim
_______________________________________________
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.