I recently try KDevelop. It looks up for symbols (variables, function names, class, struct...) much faster (instantly) than s开发者_运维百科emantic-complete-self-insert or M-Ret. Using M-Ret is faster
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 \'m emacs cedet user. i got great help from cedet. but, I found some error prcessing #ifdef handling in cedet.
Cedet is a nice tool suite but in default configuration it has some difficulty locating included files.
I would like to tell emacs to treat some keywords (or regular expressions even better) as syntactic whitespace, or, in other words, to ignore them.
I have a working EDE project, but I woul开发者_JS百科d like to locate the command in a file in the source tree for that project and not in my .emacs file. Is this possible?
So far, I was able to call member functions which belong to a class for a struct. CEDET can give the suggestion nicely. However, for non-member functions, such as functions in C, which usually does no
How to integrate SCons and emacs 开发者_开发知识库+ cedet without breaking semantic and auto-complete?I don\'t think there exists SCons integration for cedet.
I\'ve just updated my emacs and recompliled in byte-code some of its extensions. I also have updated some packages like subversion via emacs-updater, as is suggested to me after update.
In default installation of cedet-1.0 completion can only track global scope symbols in current file. This is not much differs from built-in completion functions (dabbrev-expand or hippie-expand).