• 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 1.1 ignores Tabs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Xcode 1.1 ignores Tabs


  • Subject: Xcode 1.1 ignores Tabs
  • From: Martin Wengenmayer <email@hidden>
  • Date: Wed, 24 Dec 2003 15:32:40 +0100

Hi,
I moved my project from Project Builder to Xcode 1.1 and know the hole
formating of my code is wrong. Especially almost all tabs are just
ignored by Xcode.I typed the tabs manually without code indentation in
Project Builder.

In Project Builder my if (or for, while etc) statements looked like
this:

if(theEvent!=NULL){
	setVector2f(end2D,[theEvent locationInWindow].x,[theEvent
locationInWindow].y);
	[_document redrawOpenGL];
	}

If I open the same file in Xcode the tabs are just ignored. All lines
just begin on the left.

if(theEvent!=NULL){
setVector2f(end2D,[theEvent locationInWindow].x,[theEvent
locationInWindow].y);
[_document redrawOpenGL];
}

Turning on and off code indentation in Xcode had no effect.

Is that a feature which can be turned off or should I send in a bug
report? Or does there exist a work around?


Many thanks in advance and Merry Christmas,
Martin Wengenmayer
_______________________________________________
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: Xcode 1.1 ignores Tabs
      • From: David Ewing <email@hidden>
  • Prev by Date: Re: Putting resources in JAR archives
  • Next by Date: what if install after update ? was Re: is Xcode 1.1 update the same as Xcode 1.1 install?
  • Previous by thread: Xcode 1.1 lives
  • Next by thread: Re: Xcode 1.1 ignores Tabs
  • Index(es):
    • Date
    • Thread