A couple more possible bugs
A couple more possible bugs
- Subject: A couple more possible bugs
- From: Brian Barnes <email@hidden>
- Date: Sat, 1 Nov 2003 13:07:21 -0500
1) Double-clicking the project name also opens the first source file,
not the inspector
2) Get Info and Show Inspector *always* seem to do the same thing for
every item in the groups and files
3) When doing get Info on the project, and changing the "place build
products in:" unnecessarily changes the "place intermediate build files
in". I want those to stay the same, and I have to re-edit them
Quick question: For the "place build products in" and "place
intermediate build files", the paths are complete; is there a path
variable that I can use to say "current project folder?" I want to
pass out some of the code, and this will just serve to confuse people.
For instance, some of my static libraries I want to intermediate files
to go into the build folder, but the file libXXX.a file to go into a
common folder that is one folder up, but not locked to my user name.
So instead of:
/users/bbarnes/code/dim3Common/Libraries
/users/bbarnes/code/dim3BitmapUtility/build
I could do:
<current project>/../dim3Common/Libraries
<current project>/build
If that's not there, mark this as a feature request :)
Repeating from before, I really like the new XCode. If I had a minor
complaint, it would be that there seems way to many places to set the
same thing :) But, that's what power is about ...
[>] Brian
_______________________________________________
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.