Using Kate with Simple Build Tool (SBT)

Posted by Stefan on Stack Overflow See other posts from Stack Overflow or by Stefan
Published on 2010-04-11T13:00:55Z Indexed on 2010/04/11 13:03 UTC
Read the original article Hit count: 446

Filed under:
|
|
|
|

Hello I am working with the Kate editor based on the lack of other good tools for Scala development, I am also using IntelliJ however it still has some bugs, and are slow enough to make me impatient.

I have just startet using both Kate and SBT, and in that regard I have a little challenge I hope there is an answer for out there on "The Internet".

I am using the standard "Build plugin" in Kate and has changed the commands from make to sbt. This works fine, and I am also getting a error report when the sbt fails during compile time. However I really wish to know if it is possible to integrate the compile errors into Kate such that it would be shown under "Errors and Warnings" instead of just in the output tab, where I have to do a manual search for the compile errors.

Im guessing that it has something to do with the format of the output, if that is the case maybe it is "just" a smaller adjustment I need to make to the parsing language.

© Stack Overflow or respective owner

Related posts about scala

Related posts about kate