Junyi Liu
Junyi Liu
by look into eclim java code here --> [ProjectUtils.java](https://github.com/ervandew/eclim/blob/master/org.eclim.core/java/org/eclim/plugin/core/util/ProjectUtils.java#L236), I'm now curious that if we search project `libicon` and file `libicon/src/main/...`, is the duplicates of the project name in path...
if I remove the root project from eclipse, then the issue is solved. So I guess it is the case that when `-p` option sets to the sub project name...
this function will check if the file you are editing is actually managed by a eclim project, which I think is not necessary. Inside the function, it will eventually trigger...
now it's not completing at all. I'm using company mode if it is matter. BTW: I didn't drop the entire function, I just removed the call from company mode. [This...
does eclim version matter? I'm running Eclipse Luna and eclim 2.4.1. I've updated the whole plugin, but still not getting any completion. When I tried to debug the `eclim-project-name` function,...
I was trying to debug function `eclim-project-name`, from my little emacs knowledge, before I set break point in a elisp function, I need to eval the function with instruments by...
If you run Emacs in MacOS, and if you launch Emacs from Dock, you might have the exact same problem that I had. MacOS did some strange thing to the...
it was working before, all of sudden these two key mappings no longer work ONLY in `__vial_http__` buffer. That said, if I manually switch to `:b __vial_http_hdr__`, then these two...
neovim-remote should provide drop option, see `:h drop`
Thank you.