Hi!
Basically I've get it now to work, but I've got some issues regarding includes...
But... First things first...
Have a look if I did something wrong.
In Settings->Tags Settings under CTags->SearchPaths I've got this
/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/include
/Library/Frameworks
/System/Library/Frameworks
/usr/include
/usr/include/c++/4.2.1
/usr/include/c++/4.2.1/backward
/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/include
/usr/local/include
/Users/rhoeger/Documents/WxWidgets/tags/WX_3_0_0/include
And in my project settings I've got...
Bildschirmfoto 2014-04-06 um 09.14.47.png
Bildschirmfoto 2014-04-06 um 09.23.02.png
Bildschirmfoto 2014-04-06 um 09.23.57.png
Code competion is now working...
But in case of wxWidgets the "wx/..." prefix doesn't work.
For example... I want to enter "#inlcude <wx/event.h>"
I'm typing "#include <wx" now I would expect that code completion suggest me the folder "wx/" but I get only
all headers starting with "wx".
Btw. I can enter directly "#include <event.h> which seems to be the header of "wx/event.h".
What can I do to get this working?
Thanks!
greets
-René
You do not have the required permissions to view the files attached to this post.