sbt-quickfix icon indicating copy to clipboard operation
sbt-quickfix copied to clipboard

SBT plugin that routes compiler and test errors into a quickfix file

Results 11 sbt-quickfix issues
Sort by recently updated
recently updated
newest added

I followed docs, but the plugin doesn't seem to load.

Main changes happened to the `QuickFixLogger` it is now called `QuickFixAppender` since sbt 1.x uses appenders instead of loggers. Additionally, now the message has to be parsed a tiny bit,...

Hi, I like the idea of this plugin very much, but haven't managed to get it to work. I followed the instructions and introduced an error into a scala file....

Hello -- I followed the documentation in the README.md -- I put addSbtPlugin("com.dscleaver.sbt" % "sbt-quickfix" % "0.4.1") into `~/.sbt/0.13/plugins/plugins.sbt`. However, nothing was applied when I started sbt. I found the...

Ideally this would be easy to set when launching sbt, so perhaps an environment variable as well as a plugin setting.

enhancement

With reference to: https://github.com/dscleaver/sbt-quickfix/issues/10 I understood why the quickfix doesn't get truncated sometimes: it has to do with the fact that clean builds are cached and fixing issues can get...

When an error occurs, the plugin calls vim to load the quickfix file and sets vim's quickfix list. When the error is removed, the quickfix list in vim isn't reset...

Currently using the Vundle manager for my Vim setup, and everything I install through Vundle works fine. I added the necessary things to `~/.sbt/0.13/plugins/plugins.sbt`, launched SBT in a project somewhere,...

Hi, this plug-in sounds very nice. None-Vim experts (e.g. me) are unable to get the Vim quickfix running by the Readme. I think this could be also a problem for...