Skip to content

jaymoretti/SublimeAS3

 
 

Repository files navigation

Sublime AS3 - Actionscript Sublime Package

Installation

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
git clone --recursive git://github.com/jrmoretti/SublimeAS3.git ActionScript3

You'll need to remove the old AS Package, to do so, execute:
rm -rf ActionScript

Using Falcon (or other SDK's) on your build.yaml file, add sdk-path: - "{SDK_PATH}"

for more tips on how to create and run a project, please check the sample project

Updating

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/ActionScript3
git pull

About

This is a port from the AS3 TextMate bundle.
Work in progress and still very alpha.
Use at your own risk!

TODO

Contextual autocomplete
Sort imports by name
Create project script
Dump SWCs in a regular interval

CREDITS

Lucas Dupin Jay Moretti

About

Actionscript 3 support files for Sublime Text 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ActionScript 50.7%
  • Python 28.2%
  • Objective-C 9.6%
  • JavaScript 8.4%
  • C 1.5%
  • Ruby 1.0%
  • Other 0.6%