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

make emacs can navigate codes in a jar file like vim did. #278

Open jingtaozf opened 8 years ago

jingtaozf commented 8 years ago

I know that there is a solution here: https://github.com/emacs-eclim/emacs-eclim/pull/23

but it has issue when do a java_search in the file belongs to a archive file.

VIM has no such issue and I fixed it by the way of VIM has did.

Now it can do recursive java_search in source file belongs to a archive file without any issue.

nloyola commented 8 years ago

Can you please submit this pull request to emacs-eclim/emacs-eclim as well?

This repo is no longer active and development has moved to emacs-eclim/emacs-eclim .

jingtaozf commented 8 years ago

ok, this is the new link: https://github.com/emacs-eclim/emacs-eclim/pull/29