aemoncannon / as3-mode

An emacs major mode for Actionscript 3. Utilizes flyparse-mode to create AS3 syntax trees and perform high-level source-code transformations.

This URL has Read+Write access

as3-mode / .as3-mode-project.example.el
100644 13 lines (10 sloc) 0.458 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
(setq as3-flymake-build-command
      (list "wget" (list "http://localhost:2001/compile" "-O-" "-q")))
 
(setq as3-project-source-paths `("c:/AS3_intrinsic_classes"
"c:/youtube-google/com"
"c:/youtube-google/ca"
"C:/boostworthy_animation_v2_1/src/classes"
"C:/bushwick/trunk/src"
"C:/flex3/frameworks/projects/framework/src"
))
 
(setq as3-build-and-run-command "wget http://localhost:2001/compile_and_show -O- -q")