-
-
Recent Posts
Categories
-
Networking
Partners
Projects
-
RSS Links
Category Archives: IntelliJ IDEA
IntelliJ IDEA Custom ActionScript Event Template
I have created a small file template for creating custom Event classes quickly and easily using IntelliJ IDEA. Simply go to Preferences > [IDE Settings] File Templates > Create a new template [click the + icon] > Name it i.e. ActionScript Event | Give it an extension i.e. as | enter the below script and [...]
Also posted in Actionscript Tagged ActionScript Event, File Templates, IntelliJ IDEA Leave a comment
IntelliJ IDEA PureMVC Templates
I have created a repository on Github with some handy PureMVC templates to be used in IntelliJ IDEA which may help speed up some peoples development time. http://github.com/newtriks/IDEA-PureMVC-templates
Create A Flex Library Module in IntelliJ IDEA 9
Time for another simple IntelliJ IDEA 9 step by step guide. This time I will run through how to create a Module Library (equivalent to a Library Project in Eclipse) and then create a Flex Module in the same Project space to utilise this new Module Library. This FAQ for Eclipse users is great for [...]
IntelliJ IDEA’s src Directory Gotcha
Myself and a mate where trying to fix why he couldn't assign his newly created Application mxml component as the module Main Class thus preventing him from running a build. Simple oversight I noticed is that somehow the src folder had become de-selected as a Sources directory. This is easily fixed by going to the [...]
Adding Library SWC’s to IntelliJ IDEA 9
Being a long term Eclipse user there are a host of workflows that are now alien to me in IntelliJ IDEA and I am determined to blog even the simplest of new ones I discover. This one shows you how to add a swc or library of swc's to your project and then create a [...]
Adding a Custom HTML Wrapper To IntelliJ IDEA 9
I have found a neat little workflow in IntelliJ IDEA 9 to use a custom html wrapper. I found Flex Builder to be quite limiting in handling this aspect, I tend to have a very simple swfobject template which I like to use and involves me copying and pasting this into each and every project [...]
Also posted in Flex, SWF Object, Tutorials Tagged Flex Builder, IntelliJ IDEA, swfObject Leave a comment
Importing to IntelliJ IDEA From GitHub
Following uploading my latest PureMVC example to GitHub I fancied working on this new project in IntelliJ IDEA 9. As I am sure your aware IntelliJ IDEA 9 now features support for Flex and AIR and hands down is awesome. There are so many ingrained features which will make you life as a developer so [...]

How to Setup A ColdFusion Project in IntelliJ IDEA