SublimeSBT icon indicating copy to clipboard operation
SublimeSBT copied to clipboard

SBT build tool integration for Sublime Text 2 and Sublime Text 3.

Results 15 SublimeSBT issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

Seems to be handled by ST

enhancement

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...