Re: relative path not "sticking"
Re: relative path not "sticking"
- Subject: Re: relative path not "sticking"
- From: Adhamh Findlay <email@hidden>
- Date: Wed, 13 Feb 2008 12:34:34 -0600
On Feb 12, 2008, at 11:37 PM, Chris Espinosa wrote:
On Feb 12, 2008, at 7:46 PM, Adhamh Findlay wrote:
I just ran "find . -name "*Xcode*" in my home directory. I deleted
everything it found, plus that adhamh.* files in the xcodeproj
directory and the problem still exists...
adhamh@imac:~:>rm -r .Xcode
adhamh@imac:~:>rm -r "./Library/Application Support/Developer/
Shared/Xcode"
adhamh@imac:~:>rm -r "./Library/Application Support/Xcode"
adhamh@imac:~:>rm -r ./Library/Caches/com.apple.Xcode
adhamh@imac:~:>rm -r ./Library/Preferences/com.apple.Xcode.plist
Stop hurting your file system. I read the source code. The first
item is always the "default" reference style, and it's always
selected, there is no code path that makes any other choice "sticky."
And "default" means as I said before: if the item can be found
inside the group it's being added to, it's relative to that group;
if it's outside the group, it's absolute path.
Chris,
I'm not sure how this could an issue. It really seems something
specific to my user account and the project.
1. If I create a new project with the same user account and add files
to the project the default path is "Relative to Enclosing Group"
2. If I create a brand new user, checkout the project from
subversion, and add new files the default path is "Relative to
Enclosing Group"
Its only when I add files from my user account to this specific
project that the default path is set to "Absolute Path". My
colleagues working on the same project do not have this problem.
By "default path" I mean the path that is automatically used for add
new files to a project. When you add new files you do not get to
select if the path is relative or absolute, Xcode appears to choose
one for you. I add a new file, get info on the and look at the "Path
Type" on the General tab.
Does that make sense?
Thanks,
Adhamh
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden