Re: SDK bug fixing in IntelliJ
Thanks Nick. I didn't know. I have added flex-sdk to Intellij a bit different than you suggest. I have no plan to work with Java code so I did it as a Flash module (whole sdk). Thanks Maurice I will try this. :) Now I am going to run mustella tests. :) P.S. "modules with modules in Intellij" - This is one of those things witch I really like in this IDE. :) Piotr - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/SDK-bug-fixing-in-IntelliJ-tp32653p32903.html Sent from the Apache Flex Development mailing list archive at Nabble.com.
Re: SDK bug fixing in IntelliJ
If you ever want to work on the Java code, you should add flex-sdk as a JAVA module, then select the frameworks folder and add that as a Flex module. Unlike Eclipse, you can actually do modules with modules in IntelliJ. I really need to go and update that video... It's a bit stale now since we switched to GIT. -Nick On Wed, Nov 27, 2013 at 3:10 PM, Maurice Amsellem < maurice.amsel...@systar.com> wrote: > Hi Lee, > > I didn't go through the video, but this is how I do it: > > - declare the flex-sdk as a Flash module, not a java module (use an > existing SDK at the SDK, it does not matter) > - add to the module src all the framework/projects/*/src > - CHECK SKIP COMPILATION option. > > If you need more information, don't hesitate > > Maurice > > -Message d'origine- > De : Lee Burrows [mailto:subscripti...@leeburrows.com] > Envoyé : mercredi 27 novembre 2013 20:58 > À : dev@flex.apache.org > Objet : Re: SDK bug fixing in IntelliJ > > Thanks Om. I used that video to setup my system - i can build the sdk > successfully. But the video (nor the wiki or read me) mentions what i need. > > I have managed to get jump-to-definition working - by setting > [sdk]/frameworks/projects as a 'source folder' in the Java module. > > Basically, i want the same coding features i get when i am working in a > Flash project; code hinting, syntax checking etc. > > On 27/11/2013 19:28, OmPrakash Muppirala wrote: > > Lee, > > > > Here are some references that might help you: > > General overview: > > https://cwiki.apache.org/confluence/display/FLEX/Bug+Fixing > > Setting up IntelliJ for Apache Flex SDK development: > > http://www.youtube.com/watch?v=5COE3hYqCJk > > > > If you run into some stale documentation, please let us know and we can > fix > > it. > > > > Thanks, > > Om > > > > > > > > > > On Wed, Nov 27, 2013 at 10:30 AM, Lee Burrows > > wrote: > > > >> Hi All, > >> > >> I am trying to setup IntelliJ 12.1 so that i can edit the SDK and submit > >> patches. > >> > >> I currently have the SDK within a Java module (as all tutorials seem to > >> suggest) but is it possible to enable code-hinting/jump to definition > etc. > >> when editing AS/MXML files? > >> > >> -- > >> Lee Burrows > >> ActionScripter > >> > >> > > > -- > Lee Burrows > ActionScripter > >
Re: SDK bug fixing in IntelliJ
Piotr, This became an issue since Apache upgraded their JIRA version. There is a bug open at JetBrains about it (I forgot to write the number down, but it should be easy enough to find). I'm sure it will be fixed soon on their side... -Nick On Mon, Dec 2, 2013 at 3:57 PM, piotr.zarzycki wrote: > Hi Guys. > > I'm trying to add Jira server to Intellij 12 and I got 404 error. > Should I add something else than this link -> > https://issues.apache.org/jira/browse/FLEX > > Piotr > > > > - > Flex/Air developer open to new job offers and challenges. > piotrzarzyck...@gmail.com > -- > View this message in context: > http://apache-flex-development.247.n4.nabble.com/SDK-bug-fixing-in-IntelliJ-tp32653p32862.html > Sent from the Apache Flex Development mailing list archive at Nabble.com. >
Re: SDK bug fixing in IntelliJ
Hi Guys. I'm trying to add Jira server to Intellij 12 and I got 404 error. Should I add something else than this link -> https://issues.apache.org/jira/browse/FLEX Piotr - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/SDK-bug-fixing-in-IntelliJ-tp32653p32862.html Sent from the Apache Flex Development mailing list archive at Nabble.com.
Re: SDK bug fixing in IntelliJ
Thanks Maurice. That works a treat. On 27/11/2013 20:10, Maurice Amsellem wrote: Hi Lee, I didn't go through the video, but this is how I do it: - declare the flex-sdk as a Flash module, not a java module (use an existing SDK at the SDK, it does not matter) - add to the module src all the framework/projects/*/src - CHECK SKIP COMPILATION option. If you need more information, don't hesitate Maurice -Message d'origine- De : Lee Burrows [mailto:subscripti...@leeburrows.com] Envoyé : mercredi 27 novembre 2013 20:58 À : dev@flex.apache.org Objet : Re: SDK bug fixing in IntelliJ Thanks Om. I used that video to setup my system - i can build the sdk successfully. But the video (nor the wiki or read me) mentions what i need. I have managed to get jump-to-definition working - by setting [sdk]/frameworks/projects as a 'source folder' in the Java module. Basically, i want the same coding features i get when i am working in a Flash project; code hinting, syntax checking etc. On 27/11/2013 19:28, OmPrakash Muppirala wrote: Lee, Here are some references that might help you: General overview: https://cwiki.apache.org/confluence/display/FLEX/Bug+Fixing Setting up IntelliJ for Apache Flex SDK development: http://www.youtube.com/watch?v=5COE3hYqCJk If you run into some stale documentation, please let us know and we can fix it. Thanks, Om On Wed, Nov 27, 2013 at 10:30 AM, Lee Burrows wrote: Hi All, I am trying to setup IntelliJ 12.1 so that i can edit the SDK and submit patches. I currently have the SDK within a Java module (as all tutorials seem to suggest) but is it possible to enable code-hinting/jump to definition etc. when editing AS/MXML files? -- Lee Burrows ActionScripter -- Lee Burrows ActionScripter
RE: SDK bug fixing in IntelliJ
Hi Lee, I didn't go through the video, but this is how I do it: - declare the flex-sdk as a Flash module, not a java module (use an existing SDK at the SDK, it does not matter) - add to the module src all the framework/projects/*/src - CHECK SKIP COMPILATION option. If you need more information, don't hesitate Maurice -Message d'origine- De : Lee Burrows [mailto:subscripti...@leeburrows.com] Envoyé : mercredi 27 novembre 2013 20:58 À : dev@flex.apache.org Objet : Re: SDK bug fixing in IntelliJ Thanks Om. I used that video to setup my system - i can build the sdk successfully. But the video (nor the wiki or read me) mentions what i need. I have managed to get jump-to-definition working - by setting [sdk]/frameworks/projects as a 'source folder' in the Java module. Basically, i want the same coding features i get when i am working in a Flash project; code hinting, syntax checking etc. On 27/11/2013 19:28, OmPrakash Muppirala wrote: > Lee, > > Here are some references that might help you: > General overview: > https://cwiki.apache.org/confluence/display/FLEX/Bug+Fixing > Setting up IntelliJ for Apache Flex SDK development: > http://www.youtube.com/watch?v=5COE3hYqCJk > > If you run into some stale documentation, please let us know and we can fix > it. > > Thanks, > Om > > > > > On Wed, Nov 27, 2013 at 10:30 AM, Lee Burrows > wrote: > >> Hi All, >> >> I am trying to setup IntelliJ 12.1 so that i can edit the SDK and submit >> patches. >> >> I currently have the SDK within a Java module (as all tutorials seem to >> suggest) but is it possible to enable code-hinting/jump to definition etc. >> when editing AS/MXML files? >> >> -- >> Lee Burrows >> ActionScripter >> >> -- Lee Burrows ActionScripter
Re: SDK bug fixing in IntelliJ
Thanks Om. I used that video to setup my system - i can build the sdk successfully. But the video (nor the wiki or read me) mentions what i need. I have managed to get jump-to-definition working - by setting [sdk]/frameworks/projects as a 'source folder' in the Java module. Basically, i want the same coding features i get when i am working in a Flash project; code hinting, syntax checking etc. On 27/11/2013 19:28, OmPrakash Muppirala wrote: Lee, Here are some references that might help you: General overview: https://cwiki.apache.org/confluence/display/FLEX/Bug+Fixing Setting up IntelliJ for Apache Flex SDK development: http://www.youtube.com/watch?v=5COE3hYqCJk If you run into some stale documentation, please let us know and we can fix it. Thanks, Om On Wed, Nov 27, 2013 at 10:30 AM, Lee Burrows wrote: Hi All, I am trying to setup IntelliJ 12.1 so that i can edit the SDK and submit patches. I currently have the SDK within a Java module (as all tutorials seem to suggest) but is it possible to enable code-hinting/jump to definition etc. when editing AS/MXML files? -- Lee Burrows ActionScripter -- Lee Burrows ActionScripter
Re: SDK bug fixing in IntelliJ
Lee, Here are some references that might help you: General overview: https://cwiki.apache.org/confluence/display/FLEX/Bug+Fixing Setting up IntelliJ for Apache Flex SDK development: http://www.youtube.com/watch?v=5COE3hYqCJk If you run into some stale documentation, please let us know and we can fix it. Thanks, Om On Wed, Nov 27, 2013 at 10:30 AM, Lee Burrows wrote: > Hi All, > > I am trying to setup IntelliJ 12.1 so that i can edit the SDK and submit > patches. > > I currently have the SDK within a Java module (as all tutorials seem to > suggest) but is it possible to enable code-hinting/jump to definition etc. > when editing AS/MXML files? > > -- > Lee Burrows > ActionScripter > >
SDK bug fixing in IntelliJ
Hi All, I am trying to setup IntelliJ 12.1 so that i can edit the SDK and submit patches. I currently have the SDK within a Java module (as all tutorials seem to suggest) but is it possible to enable code-hinting/jump to definition etc. when editing AS/MXML files? -- Lee Burrows ActionScripter