Re: Xcode 1.1 ignores Tabs
Re: Xcode 1.1 ignores Tabs
- Subject: Re: Xcode 1.1 ignores Tabs
- From: David Ewing <email@hidden>
- Date: Mon, 29 Dec 2003 20:06:04 -0700
On Dec 24, 2003, at 7:32 AM, Martin Wengenmayer wrote:
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?
It's not obvious what might be going on here. If you do Format->Tab
Settings... on the file, what does it show? What settings is shown in
Xcode's Text Editing preferences? It sounds like they're set to 0
(which shouldn't be possible).
Dave
_______________________________________________
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.