Skip to content

Instantly share code, notes, and snippets.

View spalenza's full-sized avatar

Rodolfo Spalenza spalenza

  • RDStation
  • Vitória - ES - Brazil
View GitHub Profile
@spalenza
spalenza / gist:3146120
Created July 19, 2012 19:19
New app with Sencha Touch Tools

Create new app with Sencha Touch Tools

Download Sencha Touch Sdk

Unzip Sencha Touch Skd, go to folder and a create new file with name .senchasdk

Run command for generate new Sencha Touch app

sencha generate app project_name project_folder
@spalenza
spalenza / gist:3055176
Created July 5, 2012 17:50
Textmate Shortcuts
⌘↩ New line
⌘⇪| Align table
⌘⌥↓ Create RoR View
______________________________________________________________________________
Legend - http://macbiblioblog.blogspot.com.br/2005/05/special-key-symbols.html
⎋ Escape
@spalenza
spalenza / gist:3021614
Created June 30, 2012 00:44
Sublime Text 2 - Configuration font and tabs to spaces.
{
"font_size": 12.0,
"tab_size": 2,
"translate_tabs_to_spaces": true
}