Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

There is no particular enhancement made by JetBrains to support FlexJS but the Apache Flex Team has enhanced the Falcon compiler to make believe the IntelliJ Flex Plugin is using the legacy one , therefore but the configuration requires a little bit more tweaking than a classic Apache Flex application.

...

I will assume you know how to use IntelliJ and focus on the FlexJS configuration only, I will also assume, you installed the FlexJS SDK in a location that I we will name call <FLEXJS_INSTALL_FOLDER>.

 

...

1- Click on New Global Library, select your <FLEXJS_INSTALL_FOLDER>\frameworks.

2- Rename the library to something meaningful, I choose to name mine "FlexJS Nightly Lib".3- Remove any Classes and Sources entries that doesn't belong the frameworks folder.

 

We will now configure our module to use the freshly added SDK and library along with configuring the compiler options.

...