Versions Compared

Key

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

...

Set a break point in one of the JS file and launch the Debug configuration again, it will now break at it.

I will now explain how to configure IntelliJ modules based on Externs which will allow you to create low level FlexJS components based on AS3 / JavaScript but written in AS3-JS only or simply to create AS3-JS application.

  • What are externs ?

There are AS3 surface API for JS libraries.

 

  • And so what ?

That allows you to write JS code in AS3, for example to manipulate the DOM or use JS libraries like JQuery an others.

 

  • How it looks like ?

see https://gist.github.com/doublefx/8dfb8d751045c074e4df

 

Will continue later...