[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: An Eclim frontend for Emacs
From: |
Nikolaj Schumacher |
Subject: |
Re: An Eclim frontend for Emacs |
Date: |
Sat, 18 Apr 2009 23:00:03 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (darwin) |
Tassilo Horn <tassilo@member.fsf.org> wrote:
> No, I don't think eclim (which means eclipse) uses some kind of tags
> database.
Well, eclipse does keep a syntax tree of the source code. Eclim doesn't
necessarily make it available in a raw form, but it has (at least) a
command to print the class prototypes (java_class_prototype).
Looking at the source code it wouldn't be too hard to return methods,
arguments, etc. in CSV form. Somebody just would have to convince the
vim folks to accept patches helping an Emacs project. ;)
Either way, it's a very neat project. Thanks to whoever mentioned it
first. ;) The completion seems to work well with company[1], too, so
I'll include a back-end in the next version.
regards,
Nikolaj Schumacher
[1] http://nschum.de/src/emacs/company-mode/
- Re: Is JDEE moribund? Is Emacs a viable Java devel environment?, (continued)
- Re: Is JDEE moribund? Is Emacs a viable Java devel environment?, Richard Riley, 2009/04/17
- Re: Is JDEE moribund? Is Emacs a viable Java devel environment?, Tassilo Horn, 2009/04/17
- Re: Is JDEE moribund? Is Emacs a viable Java devel environment?, Lennart Borgman, 2009/04/17
- Re: Is JDEE moribund? Is Emacs a viable Java devel environment?, Tassilo Horn, 2009/04/17
- Re: Is JDEE moribund? Is Emacs a viable Java devel environment?, Lennart Borgman, 2009/04/17
- Re: Is JDEE moribund? Is Emacs a viable Java devel environment?, David Engster, 2009/04/18
- An Eclim frontend for Emacs (was: Is JDEE moribund? Is Emacs a viable Java devel environment?), Tassilo Horn, 2009/04/18
- Re: An Eclim frontend for Emacs (was: Is JDEE moribund? Is Emacs a viable Java devel environment?), Lennart Borgman, 2009/04/18
- Re[1]: An Eclim frontend for Emacs (was: Is JDEE moribund? Is Emacs a viable Java devel environment?), Eric M. Ludlam, 2009/04/18
- Re: An Eclim frontend for Emacs, Tassilo Horn, 2009/04/18
- Re: An Eclim frontend for Emacs,
Nikolaj Schumacher <=
- Re: An Eclim frontend for Emacs, Tassilo Horn, 2009/04/18
- Re: An Eclim frontend for Emacs, Nikolaj Schumacher, 2009/04/19
- Re: An Eclim frontend for Emacs, Tassilo Horn, 2009/04/19
- Re: An Eclim frontend for Emacs, Nikolaj Schumacher, 2009/04/20
- Re: An Eclim frontend for Emacs, Tassilo Horn, 2009/04/20
- Re: An Eclim frontend for Emacs, Tassilo Horn, 2009/04/20
- Re: An Eclim frontend for Emacs, Nikolaj Schumacher, 2009/04/22
- Re: An Eclim frontend for Emacs, Tassilo Horn, 2009/04/22
- Re: An Eclim frontend for Emacs, Nikolaj Schumacher, 2009/04/22
- Re: An Eclim frontend for Emacs, Tassilo Horn, 2009/04/22