EmacsAssist

2006-03-27 Thread Anton V. Belyaev
. Belyaev ;; Author: Anton V. Belyaev anton.belyaev at the gmail.com ;; This file is *NOT* part of GNU Emacs. ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as ;; published by the Free Software Foundation; either

EmacsAssist

2006-03-27 Thread Anton V. Belyaev
Remember VisualAssist for VisualStudio? If you lack its convinient M-o, M-m features in Emacs, EmacsAssist is for you. EmacsAssist is a C/C++ code navigator, allowing rapid navigation between class methods and switch between header and body files (.h and .cpp). Comments, critics, feature requests

Re: EmacsAssist

2006-03-28 Thread Anton V. Belyaev
ECB is nice. But to select method from it you should navigate to it with C-p C-n. Senator (a part of Semantic) allows to select method with abbreviation. EmacsAssist offers a better (faster!) way, IMHO: You can type any substring from method name. And with every letter you type you see the

Re: EmacsAssist

2006-03-29 Thread Anton V. Belyaev
Thanks a lot! I cleaned up my code according to your review, the version is available on the same link. Please note also the way I got rid of eassist-do-for-first-suitable: I used builtin find-if function. ___ gnu-emacs-sources mailing list