Migrating from Flash Builder to IntelliJ #1999
Replies: 3 comments 15 replies
-
Found out how we can add the compiler arguments in IntelliJ for anyone who needs this: |
Beta Was this translation helpful? Give feedback.
-
@raresn I believe you can't explain compiler at compile time that later at runtime somewhere within some condition you might add a new method there. Maybe, there's some compiler argument for that or way to disable some strict mode. You can always use
Looks ugly, but works. Red text is IDEA inspections, you can disable them, but this will not fix compiler issue. |
Beta Was this translation helpful? Give feedback.
-
I think IntelliJ is excelent, but failed to a simple type error. Error is only visible on project level when I build the project. Am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
-
OK, so we decided to give IntelliJ another shot :)
First of all - we are complete beginners with IntelliJ, so I hope the info we will gather here will help someone at some point
We installed IntelliJ
Then we just hit Run and we manage to export a SWF.
We use quite a few of the ANEs from distriqt, and in Flash Builder we had the option define "Compiler Arguments"
This means, that we changed those DESKTOP and MOBILE variable from true to false before compiling in order to get the right code in for Mobile, or Desktop
Something like:
Is there a way to do this in IntelliJ as well, @marchbold , what do you recommend?
Would be cool if anyone has tips and tricks on how to debug/compile to share them here :)
Beta Was this translation helpful? Give feedback.
All reactions