Play 2.0
Sublime text 2 bundle for Play 2
Details
Installs
- Total 6K
- Win 2K
- OS X 3K
- Linux 1K
Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 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 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 |
OS X | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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
A Play 2.0 Bundle for Sublime text 2
Get the latest Sublime Text 2 beta from http://www.sublimetext.com/2.
Currently supported features
Syntax highlighting
- For
*.scala.html
- For
*.routes
- For
*.conf
Code snippets
action ➝
: Creates an action (scala & java)actor ➝
: Get an actor from Akka (scala & java)aync ➝
: Creates an async result (scala & java)bindform ➝
: Creates form binding from request structure (scala & java)cacheget ➝
: Retrieve value from cache (scala & java)cacheset ➝
: Put value in cache (scala & java)callbackenum ➝
: Creates callback enumerator (scala)controller ➝
: Creates a Controller structure (scala & java)dbconn ➝
: Creates a DB.withConnection structure (scala & java)dbtrans ➝
: Creates a DB..withTransaction structure (scala & java)entity ➝
: Creates a Ebean entity structure (java)evolutions ➝
: Creates the evolution up/down tags in sql filepforeach ➝
: Creates an foreach structure in templates (html)form ➝
: Creates a simple form structure (scala & java)pform ➝
: Creates a simple html form (html)fromconf ➝
: Creates value from conf file (scala & java)global ➝
: Creates a Global object structure (scala & java)htmlform ➝
: Creates a form in templates (html)model ➝
: Creates a JDBC model structure (scala)ok ➝
: Creates a Ok result (scala & java)pushenum ➝
: Creates an imperative enumerator (scala)redirect ➝
: Creates redirection (scala & java)schedule ➝
: Creates a scheduled task (scala & java)sql ➝
: Creates a SQL structure (scala)sessionget ➝
: Retrieve a value from session (scala & java)sessionset ➝
: Put value in session (scala & java)sse ➝
: Creates a SSE action (scala)tupleform ➝
: Creates a multiple input form (scala)template ➝
: Creates a html template structure (html)websocket ➝
: Creates a websocket action (scala & java)
Theme
Currently optimized for the Dawn theme.
Installation instructions :
Mac
$ cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
$ git clone git://github.com/guillaumebort/play2-sublimetext2.git play2
Linux (Ubuntu like distros)
$ cd ~/.config/sublime-text-2/Packages/
$ git clone git://github.com/guillaumebort/play2-sublimetext2.git play2
Windows 7:
Copy the directory to: "C:\Users\<username>\AppData\Roaming\Sublime Text 2\Packages"
Windows XP:
Copy the directory to: "C:\Documents and Settings\<username>\Application Data\Sublime Text 2\Packages"