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

Use length of completion to find action start #203

Closed bbelleville closed 9 years ago

bbelleville commented 9 years ago

Call company-emacs-eclim-action even if there is no annotation on the completion, and use the length of both the annotation and the completion to determint the start and end passed to eclim--completion-action. This fixes #148 and #193, now the post completion action will always be called, and it will have correct values for the start and end of the completion.

jchochli commented 9 years ago

Nice, thanks!

jchochli commented 9 years ago

code merged, but i guess my rebasing kept this from being closed.