Skip to content

demyanrogozhin/flexdev-el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Development Environment for Apache Flex

Yes, you read it right Apache. The goal of project is to provide high quality stable Flex development environment to Emacs users.

Status

This code in on early stage, don't expect too much out of box.

How To Build Your Project With FCSH

Put build.el file in root of your Flex project. It must contain build target, that similar to code below:

;; fcsh-mode compile settings
((compiler "mxmlc")
 (flags "-incremental=true -optimize=true -actionscript-file-encoding=UTF-8")
   (script "/absolute/pathTo/yourProject/Main.mxml"))

than do M-x flashdev-fcsh-build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published