In this tutorial I will be going over how to get IntelliJ working with the Flash IDE. We will look at configuring a Actionscript only project in IntelliJ and then running a Bash Script to call the Flash IDE. We will be using a shell script I have ported over from my TextMate Bundle you can download that below. For those just getting started with IntelliJ I recommend read Jesse Freeman’s IntelliJ Workflow Tutorial before you start into this.
For Windows Users the process is very similar except you cannot use the Bash Support Plugin you need to use the Batch Plugin. Sadly at the time of writing this the Batch Plugin in the “available plugins” section of intelliJ does not work so you need to download the Lastest Batch Plugin from Google Code. Once you download this simply place the jar file it in your “C:\Users\{username}\.IntelliJIdea90\config\plugins” folder and restart IntelliJ. You will want to confirm it installed correctly by going to your IntelliJ Settings Panel and looking under IDE Settings -> Plugins to confirm that under the Installed tab y0u see Batch Scripts Support with a check mark to the left. Now when you edit your configuration instead of choosing Bash choose Batch and point it at the .bat file you download from this site. A quick warning the Batch Plugin does not seem to support folders with spaces in them, so you will need to be aware of that when you place your .BAT file, do not nest it inside any folders with spaces.
Hopefully this will help some more people feel comfortable moving over into the IntelliJ environment. Trust me you won’t regret it, especially if you are a Mac users looking for a good Actionscript coding environment. Thanks for stopping by! check back for more tutorials soon!
Download the: “Publish in Flash IDE” Shell Script For Mac
Download the: “Publish in Flash IDE” Shell Script For Windows













Hey, thanks for the tutorial and script! Unfortunately the bash plugin gives me a fatal startup error
Hey,
I have seen this also, it seems to be fixed in Snow Leopard and break in anything earlier. What are you running?
thanks
-ross
Thanks a lot for this video from Russia)!