ProjectProblems

6 views
Skip to first unread message

jurgen

unread,
Feb 2, 2012, 11:48:25 AM2/2/12
to eclim-user
Hi
I want to use the break-fix on my compiler errors...
but :ProjectProblems just hangs for me in console VIM.
Perhaps because I have 10k warnings...
I only want to see the errors however.

Eclim rocks! thanks! Jurgen

Eric Van Dewoestine

unread,
Feb 3, 2012, 12:26:37 AM2/3/12
to eclim...@googlegroups.com

10 thousand warnings is pretty excessive, so that could very well be
causing problems. I just updated[1] the code to add the '!' option to
:ProjectProblems forcing it to show only errors:

:ProjectProblems! " show only errors
:ProjectProblems " show errors and warnings

If you can, try that out and see if it works for you. If you don't
like typing the '!' every time, you can create your own command:

command -nargs=? ProjectErrors ProjectProblems! <args>

[1] https://github.com/ervandew/eclim/commit/6340b1b1dab51d8968e89422e028aca9d7b5d581

--
eric

jurgen

unread,
Feb 3, 2012, 11:13:51 AM2/3/12
to eclim-user
Thanks for much for addressing this!
I grabbed the latest git version, was able to do ant deploy.
however then nothing eclim related worked in Vim... (console cygwin
vim)
Lots of errors. so I backed out the git stuff, and re-installed from
the eclim_1.7.2.jar As I have lots of java work to do.
SO unless you can direct me to a nightly built installer JAR.... Or a
beta release, I probably wont be trying that again.
thanks again Jurgen
Reply all
Reply to author
Forward
0 new messages