SublimeSBT
SublimeSBT copied to clipboard
SBT build tool integration for Sublime Text 2 and Sublime Text 3.
The output monitoring and error tracking assumes errors always come from files in the project. Tests that cause exceptions to be thrown from library files (e.g. None.get throws an exception...
Currently, only the logging level gets color (e.g. [info] is yellow, [success] is green) but other parts of sbt log messages that are colored by sbt in the console, are...
Hi It used to work, but as my codebase grew (multi project) SBT Continuous only compiles one time. Not sure what the difference is. I've had some UTF-8 file problems...