• 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
Xcode and indentation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: wchar link problems building for jaguar
  • Next by Date: wchar link problem - kinda sorted, i think.
  • Previous by thread: Re: wchar link problems building for jaguar
  • Next by thread: wchar link problem - kinda sorted, i think.
  • Index(es):
    • Date
    • Thread