Re: sourcecode.cpp vs. sourcecode.cpp.cpp?
Re: sourcecode.cpp vs. sourcecode.cpp.cpp?
- Subject: Re: sourcecode.cpp vs. sourcecode.cpp.cpp?
- From: Peter Lau <email@hidden>
- Date: Wed, 17 Aug 2005 22:11:55 -0400
On Aug 17, 2005, at 6:59 PM, Zachary Pincus wrote:
XCode keeps a hierarchy of filetypes. (You can examine it in the
file types pane of the preferences). "sourcecode" is the parent of
all source files; sourcecode.cpp is the parent of all c++ files.
Children of sourcecode.cpp include sourcecode.cpp.h and
sourcecode.cpp.cpp (header and source files,
respectively.) This matters if there were different syntax
hilighting rules, etc. for the two.
Interesting... now where did you get that info?
Note that "sourcecode.cpp.cpp" files can have extensions .cpp, .cxx
(and I think others) and still be recognized as such. The ".cpp" in
"sourcecode.cpp" isn't so much a file extension as a namespace.
Thanks for the extra pointer!
pete
_______________________________________________
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