Clang complete

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
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.