The latest updates on all JetBrains products and topics
Writing JavaScript/ActionScript/Flex code becomes easier with IntelliJ IDEA 9.0.2. New set of live templates (see Settings dialog (Ctrl+Alt+S), Live Templates, JavaScript/ActionScript group), allows to avoid tedious typing when you need to define a function, variable or constant, to loop over an Arr…
If you are working with Flexmojos Maven projects in IntelliJ IDEA 9, and have imported Flexmojos project as described in this post, and are planning to debug your application and browse through Flex SDK sources, this post is a must-read for you. Inside you will find details on how to configure Inte…
GraniteDS technology allows to create enterprise web applications with Flex at client side and Java at server side. With IntelliJ IDEA you can develop GraniteDS projects with complete coding assistance both for Flex and Java, compile, deploy, run, and debug both client and server side in just few cl…
In Maia, you can easily generate Flex Constructor, Getter, Setter, Event Handler, and toString() methods, and some other stuff by just pressing Alt+Insert when cursor is in *.mxml or *.as file. Let's have a look at some examples. (more…)…
Integration with Flex projects that are set up using Flexmojos Maven plugin is very much improved in IntelliJ IDEA 9 (Maia). Note: before starting please make sure that Maven Integration Extension plugin is enabled at Settings (Ctrl+Alt+S), Plugins page. If you are using Flexmojos version 3.4 or …
This blog post is outdated. See tutorial: Import Flash Builder projects. Maia Flex support evolves rapidly — now you can import Flex projects created in Adobe Flash Builder (formerly known as Adobe Flex Builder). Maia makes this process easy and convenient by automatically doing this: …
IntelliJ IDEA 8.1.3 includes initial support for importing Flex projects that are set up using Flexmojos Maven plugin. To start the import we need to have a compilable Flexmojos project that generates Flex compiler configuration file during compilation. Let's take a Flexmojos application sample fro…
Want to write an application in pure ActionScript without MXML and Flex components? Maia can help you with that! All you need is a Flex module or Flex facet with configured Flex or AIR SDK. Flex module is recommended because New Flex Module Wizard allows you to create pure ActionScript sample appl…
With Maia it's easy to target a specific version of Flash player for your Flex/AIR applications. All you need is to specify it on the Flex Compiler Settings tab of a Flex module or facet: (more…)…
The Method Hierarchy action (Ctrl+Shift+H shortcut or View menu, Method Hierarchy) works in IntelliJ IDEA 9 (Maia) for Flex sources (*.mxml and *.as files) in the same way as for Java.…
Developing AIR applications with Maia is easy. Basically all you need is to add an AIR SDK: Then, select AIR SDK at New Flex Module Wizard step. You can also select an option to automatically create AIR application and descriptor: (more…)…
The Type Hierarchy action (Ctrl+H shortcut or View menu, Type Hierarchy) works in IntelliJ IDEA 9 (Maia) for Flex sources (*.mxml and *.as files) showing class, superclass and subclass hierarchy in the same way as for Java sources.…