SublimeSBT
SublimeSBT copied to clipboard
SBT build tool integration for Sublime Text 2 and Sublime Text 3.
Some time ago SBT deprecated the "test-only" (and other hyphen style commands), and later removed them entirely, in favor of camelCase commands, such as "testOnly" consequently: ``` sbt:ship-service> ~ test-only...
At the moment, terminal codes are filtered out by _strip_terminal_codes in outputmon.py. It would be great if there was a setting to turn that off. With the right syntax selected,...
Once the SBT panel is open, I can't find any way to get rid of it again, short of restarting Sublime.
If I do Tools | Command Palette... | SBT: Start Console, SBT is started and enters the REPL. The "scala>" prompt comes up, and I can type characters that are...
Is it possible to make the output panel sticky (i.e. always visible)? Whenever I press ESC, it hides and reappears on new output.
I'm guessing this is the same as https://github.com/wuub/SublimeREPL/issues/88. I'm on Windows 7 32-bit ST2.
On install I get in the console: ``` python Traceback (most recent call last): File "errormarker in \Apps\Sublime Text\Data\Installed Packages\SublimeSBT.sublime-package", line 28, in mark_errors_in File "errormarker in \Apps\Sublime Text\Data\Installed Packages\SublimeSBT.sublime-package",...
it would be useful to have a dict of commands: ``` json { "run": "run", "continuous run": "~run", "test": "test", "continuous test": "~test", "custom task": "..." } ```
SublimeSBT will try to run play rather than sbt for a freshly cloned spray/akka activator template.