Re: Popup of included files (C++)
Re: Popup of included files (C++)
- Subject: Re: Popup of included files (C++)
- From: Andrew Pontious <email@hidden>
- Date: Sat, 28 Mar 2009 12:21:37 -0700
On Mar 22, 2009, at 12:47 PM, Vít Gottwald wrote:
I am new to Xcode, reading documentation about the Text Editor ->
Navigation bar -> "Included files menu", which is in the text editor
described by a popup as "Popup of included files".
When I use standard C *.h header files, the menu shows all includes
correctly. However, when I create a new C++ command line tool
project, before compiling the menu contains "iostream" which is
fine. But after building the project the menu is empty. Adding any C+
+ replacement of *.h files (for example cstdio, etc.) doesn't
produce menu items either.
It seems that the menu has some filter based on the filenames and
standard C++ headers are not included.
That is not the case. There is no switch to flip here, unfortunately,
this is just Xcode not getting this right. The non-build portions of
Xcode (editor, index) can sometimes have problems with more involved,
template-based C++, and that may be the problem here.
Please file a bug with a sample project the reproduces the issue at: http://bugreporter.apple.com
If you don't already have one, you will need a free ADC account, which
can be signed up for at: http://connect.apple.com
-- Andrew
I've searched the net and this forum specifically, but didn't find a
way to enable Xcode to do this right.
Do you have any hint, how to include the C++ header files into the
menu?
Vit
--------------------------------------------------------
I am Running Tiger 10.4.11 using Xcode Version 2.4.1, Component
versions: Xcode IDE: 762.0, Xcode Core: 762.0, ToolSupport: 764.0.
_______________________________________________
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
_______________________________________________
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