Eric Van Dewoestine
Eric Van Dewoestine
Can you also verify your eclipse version? I don't want to see you get through this only to have nothing compile because your distro has an old eclipse version.
> But I do not have anything in `~/.eclipse`, so running the first command makes no sense (it targets something inside that directory); instead, I am told to run the...
I re-worded the message displayed if `eclipse.home` is not writable: 3843d26fb5e4423bc75929c6de4f16a360fbec26 Hopefully that makes it more clear.
Can you provide a full example? It sounds like it is working fine, there just aren't any words to complete.
Looks like it's working, there just weren't any completion results: `-- Keyword completion (^N^P) Pattern not found` Note that it ran keyword completion, not omni, user, etc. See the supertab...
Instead of patching supertab, you can also add new contexts as defined in the help. It might be nice to create an 'autoload/supertab/contrib' folder in supertab where custom file type...
As I mentioned in another issue that @dansomething linked to and summed up nicely here, I think the Language Server Protocol is the future even though functionality currently seems very...
New version for Eclipse 4.18 (2020-12) has now been released. If you've built eclim from source you should remove your existing eclipse plugins before running the installer: $ rm -r...
Yeah, looks like the eclipse jdt requires 1.8 to even load, so that must be the issue. I'll see about updating eclim accordingly.
actually it seems I already have 1.8 requirements in the eclim plugins as well. Perhaps I just need to figure out how to validate that better.