Clang complete

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Revision as of 11:37, 9 July 2012 by Kulik (Talk | contribs) (Created page with "A starting point for anyone using clang_complete for CEGUI development. === .clang_complete === <source lang="bash"> -Ibuild/cegui/include -Icegui/include -Ibuild/samples/commo...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A starting point for anyone using clang_complete for CEGUI development.

.clang_complete

-Ibuild/cegui/include
-Icegui/include
 
-Ibuild/samples/common/include
-Isamples/common/include

CWD problems

This will not work if you CWD is not the cegui_mk2 root dir when you start vim, run https://bitbucket.org/mpreisler/abs_clang_complete on the .clang_complete file to remedy that. It will make all include paths in given .clang_complete file absolute.