senny / emacs-eclim

This project brings some of the great eclipse features to emacs developers. It is based on the eclim project, which provides eclipse features for vim.
http://www.emacswiki.org/emacs/EmacsEclim
587 stars 102 forks source link

Added classpath features that eclim provides #240

Closed gopar closed 8 years ago

gopar commented 9 years ago

User now has the ability to view source directories and eclipse variables from within a specific buffer. From that buffer they are also able to add/delete source directories from the .classpath file and add/delete variables from eclipse as well. User is able to add a new variable entry to the .classpath file as well through the use of a independent function.

Still new to elisp so there might be better ways to do what I did. Please advice me in what I can do better :)

kleewho commented 9 years ago

@gopar Can you add some tests that would help in maintaining this in future?