emacs-semantic
Using cedet semantic wisent-ruby
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.[详细]
2023-04-09 08:22 分类:问答C preprocessor defines not taken into account by Cedet/Semantic
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.[详细]
2023-04-02 14:27 分类:问答make emacs cedet semantic look for include directories
Cedet is a nice tool suite but in default configuration it has some difficulty locating included files.[详细]
2023-03-25 18:16 分类:问答How to use Emacs and CEDET with SCons?
How to integrate SCons and emacs 开发者_开发知识库+ cedet without breaking semantic and auto-complete?I don\'t think there exists SCons integration for cedet.[详细]
2023-03-13 14:18 分类:问答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 分类:问答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 分类:问答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 Semantic/ECB namespace-struct C++ confusion
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[详细]
2022-12-19 23:01 分类:问答make emacs semantic auto complete tip "always on"
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[详细]
2022-12-09 13:46 分类:问答