• 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: Syntax-Aware Indenting and C++
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Syntax-Aware Indenting and C++


  • Subject: Re: Syntax-Aware Indenting and C++
  • From: Scott Tooker <email@hidden>
  • Date: Tue, 28 Oct 2003 13:01:55 -0800

Not really, the indentation support in Xcode 1.0 is... um....
"lacking". This issue is one we are painfully aware and want to fix in
a future release.

Scott

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.

[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.

  • Follow-Ups:
    • Re: Syntax-Aware Indenting and C++
      • From: Shaun Wexler <email@hidden>
References: 
 >Syntax-Aware Indenting and C++ (From: Timothy Ritchey <email@hidden>)

  • Prev by Date: Re: Can XCode and PB Coexist?
  • Next by Date: Re: Yet another build styles question
  • Previous by thread: Syntax-Aware Indenting and C++
  • Next by thread: Re: Syntax-Aware Indenting and C++
  • Index(es):
    • Date
    • Thread