Xcode and indentation
Xcode and indentation
- Subject: Xcode and indentation
- From: ryan <email@hidden>
- Date: Sun, 26 Oct 2003 17:12:36 -0800
The following doesn't indent properly:
class Foo
{
public:
/*!
@function Foo
@description a desc
*/
Foo() ;
private:
int var;
int otherVar ;
} ;
I know with a proportional font it looks "OK" - But the problem is the
first '@' after /*! is intended 1 space less than /*!, which makes it
look ugly in the code. Additionally the 'int var' is indented by 8
spaces, instead of 4, like 'int otherVar' is supposed to.
PB for Jaguar had the exact same problem, I hoped that Xcode for
Panther would fix it, but apparently not. Anyone else have indentation
problems, and is there any way to fix them?
Regards,
-ryan
_______________________________________________
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.