ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

SBT Runner

by chiappone ST2

Sublime Plugin to run sbt tasks from a context menu

Details

  • 2013.08.14.04.57.32
  • github.​com
  • github.​com
  • 11 years ago
  • 31 minutes ago
  • 11 years ago

Installs

  • Total 385
  • Win 140
  • Mac 172
  • Linux 73
Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime SBT Runner and Tester

Overview

This plug-in for Sublime Text 2 enables you to: - Execute SBT commands from the context menu or shortcut

Supported SBT commands are: - sbt test-only - sbt run-main - sbt clean - sbt update - sbt compile

Detects Play projects and will run play instead of SBT if found. Finds separate projects if multiple application folders are within a single project.

Installation

Installing

Download Package Control and use the Package Control: Install Package command from the command palette. Search and select SBTRunner.

Settings

Modify the package user settings to include the path of SBT and PLAY.

Usage

Right click for context menu or modify the shortcut keys

Keys: - 'Command' (OSX) = 'Ctrl' (Linux / Windows) - 'Option' (OSX) = 'Alt' (Linux / Windows)

Note

This plug-in assumes your project folder is organized as a standard SBT project:

  • src files would be located in /src/main/scala
  • test files would be located in /src/test/scala

and the SBT project files are at the top level of your project