Xcode 1.1 ignores Tabs
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.