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

Sencha

by rdougan ALL

A Sublime Text bundle for Sencha Products

Details

  • 2013.08.16.06.50.17
  • github.​com
  • github.​com
  • 11 years ago
  • 2 hours ago
  • 12 years ago

Installs

  • Total 7K
  • Win 5K
  • Mac 1K
  • Linux 762
Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20
Windows 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 1 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 1 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

Sencha Bundle

This bundle was originally written by Ed Spencer for TextMate. I have converted it to be usable with Sublime Text 2, as well as adding additional functionality for Ext 4.0.

This bundle is released under the MIT license and can be used for both Ext JS and Sencha Touch.

Installation instructions for Sublime Text 2

Package Control

You can use Package Control to install the Sencha Sublime package. Please follow the usage guide on how to install packages (search for Sencha).

Useful snippets

JavaScript

  • dd > debugger
  • cp > this.callParent();
  • c > console.log('');
  • co > console.log();
  • coa > console.log(arguments);
  • application > Ext.application snippet
  • define > Ext.define snippet
  • con > apply and update methods for custom configs

Sass