cedet
CEDET Semantic Analyzer rather slow on an otherwise fast system
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).[详细]
2023-02-08 21:05 分类:问答Emacs cedet semantic won't autocomplete scanf and malloc related functions
With this .emacs file (load-file "~/Sources/cedet-1.0pre7/common/cedet.el") (semantic-load-enable-excessive-code-helpers)[详细]
2023-01-23 12:28 分类:问答Writing a parser with Wisent
I\'ve described a grammar in a .wy file, but how can I build the parser? Also, sorry if this question is too simple, but I\'m having a bad time figuring out how to use CEDET. Are there 开发者_StackOv[详细]
2023-01-22 23:36 分类:问答Configuring CEDET for GNU Emacs 23.2.1
I recently built and installed Emacs 23.2.1 for OS X 10.6, which apparently comes with CEDET 1.0pre7 pre-installed, but my old CEDET configuration开发者_如何转开发 fails (for instance (semantic-load-e[详细]
2023-01-11 01:30 分类:问答how to do file selection using mouse with emacs cedet?
I am using emacs 23.2 on Ubuntu 10.04 & Windows XP along with cedet extention. Cedet seems to work fine but I could not select the file using mouse. Rather I need to use the Key press to select th[详细]
2023-01-07 04:31 分类:问答[cedet]: how to add a new ede target?
I can\'t find an easy way to add ede targets to my projects. I am looking for the way to add an install target or even a test target开发者_Go百科 to run unittest.[详细]
2023-01-03 03:37 分类:问答Is it possible to get Semantic (emacs) to visit all files automatically?
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\[详细]
2023-01-02 06:59 分类:问答Emacs with CEDET changes copy/paste to include trailing spaces?
I just started trying out CEDET today, which I really like, but it seems to do something completely worthless with respect to copying/pasting.If I highlight some stuff and copy it, when it gets pasted[详细]
2022-12-30 17:55 分类:问答Parsing whole project with semantic
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,[详细]
2022-12-29 01:00 分类:问答emacs intellisense
I know this has been discussed a lot of times but is there any nice how-to for c/c++ intellisense in emacs? I have never been able to set up cedet properly.[详细]
2022-12-25 23:44 分类:问答