I\'m just getting started setting up cedet following various guides including Alex Ott\'s. Here is what I have so far in my init file.
I am trying to use Emacs as an IDE in my Linux kernel development projects. So I installed CEDET and GNU Global (gtags) with no problems.
Cedet is a nice tool suite but in default configuration it has some difficulty locating included files.
How to integrate SCons and emacs 开发者_开发知识库+ cedet without breaking semantic and auto-complete?I don\'t think there exists SCons integration for cedet.
My test setup: Intel Dual Core 3GHz, Windows XP 32 bit, Emacs 23.2.1, CEDET v1.0 (byte-compiled as described in the INSTALL docs).
From what I can tell from the docs, semantic works by slowly building up an idea of what\'s in your project by analysing each file (and possibly its neighbours) as you visit them. This is too slow. I\
I\'m searching for a way to parse the whole directory with source code with semantic. Is 开发者_JS百科this possible to do without explicitly opening each file in emacs?Yes,
I\'m trying to setup ECB to work with C++ sources. seemingly, semantic or ECB has problem determining whenever a function declarant with explicit namespace, namespace:: function , is really in the nam
I have just installed cedet (CVS version) and I am now playing with in emacs and my C++ source code. Regarding the auto complete, I can invoke the tool tip and the menu from their semantic-ia-complet