You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Lee Burrows <su...@leeburrows.com> on 2013/11/27 19:30:04 UTC

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


Re: SDK bug fixing in IntelliJ

Posted by "piotr.zarzycki" <pi...@gmail.com>.
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.
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/SDK-bug-fixing-in-IntelliJ-tp32653p32903.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

RE: RE:SDK bug fixing in IntelliJ

Posted by Maurice Amsellem <ma...@systar.com>.
I have set the connection timeout to 15000 ms.  Lower than than it won't work

-----Message d'origine-----
De : piotr.zarzycki [mailto:piotrzarzycki21@gmail.com] 
Envoyé : mardi 3 décembre 2013 21:23
À : dev@flex.apache.org
Objet : Re: RE:SDK bug fixing in IntelliJ

Unfortunately increasing connection timeout didn't help. I tried atlasian plugin connector but got also 404.



-----
Flex/Air developer open to new job offers and challenges.
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/SDK-bug-fixing-in-IntelliJ-tp32653p32932.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: RE:SDK bug fixing in IntelliJ

Posted by "piotr.zarzycki" <pi...@gmail.com>.
Unfortunately increasing connection timeout didn't help. I tried atlasian
plugin connector but got also 404.



-----
Flex/Air developer open to new job offers and challenges.
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/SDK-bug-fixing-in-IntelliJ-tp32653p32932.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

RE:SDK bug fixing in IntelliJ

Posted by Maurice Amsellem <ma...@systar.com>.
Hi Piotr , I has this issue before and fixed it by increasing the jira server connection timeout.  It now works 
________________________________________
De : Nicholas Kwiatkowski [nicholas@spoon.as]
Envoyé : lundi 2 décembre 2013 23:14
À : dev@flex.apache.org
Objet : 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 <pi...@gmail.com>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.
> piotrzarzycki21@gmail.com
> --
> View this message in context:
> http://apache-flex-development.2333347.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

Posted by Nicholas Kwiatkowski <ni...@spoon.as>.
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 <pi...@gmail.com>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.
> piotrzarzycki21@gmail.com
> --
> View this message in context:
> http://apache-flex-development.2333347.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

Posted by "piotr.zarzycki" <pi...@gmail.com>.
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.
piotrzarzycki21@gmail.com
--
View this message in context: http://apache-flex-development.2333347.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

Posted by Lee Burrows <su...@leeburrows.com>.
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:subscriptions@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
>> <su...@leeburrows.com>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

Posted by Nicholas Kwiatkowski <ni...@spoon.as>.
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.amsellem@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:subscriptions@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
> > <su...@leeburrows.com>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

Posted by Maurice Amsellem <ma...@systar.com>.
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:subscriptions@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
> <su...@leeburrows.com>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

Posted by Lee Burrows <su...@leeburrows.com>.
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
> <su...@leeburrows.com>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

Posted by OmPrakash Muppirala <bi...@gmail.com>.
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
<su...@leeburrows.com>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
>
>