Re: [LAST CALL] Release FlexJS/FalconJX 0.5.0

2015-09-10 Thread Alex Harui
I’ve pushed new packages that have ‘Generated by Apache Flex Cross-Compiler’ in the comments. The build script further adds ASF headers to those files. I’ve updated the images with the old Adobe FX logo and replaced the support map. I think the only outstanding item is the map coordinates licens

Re : Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-10 Thread Frédéric THOMAS
Hi Alexander, thanks for all those details, I will do my best to deal with that, not before tomorrow though and will come back to you if needed. Fred --- Message initial --- De : "Alexander Doroshko" Envoyé : 10 septembre 2015 2:10 PM A : dev@flex.apache.org Objet : Re: [IDEA-FlexPlugin] Se

Re: git commit: [flex-sdk] [refs/heads/develop] - Fix for https://issues.apache.org/jira/browse/FLEX-34909 (Embedded fonts not working on charts)

2015-09-10 Thread Alex Harui
On 9/9/15, 10:24 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >On Wed, Sep 9, 2015 at 10:03 PM, Alex Harui wrote: > >> >> >> On 9/9/15, 9:06 PM, "OmPrakash Muppirala" wrote: >> >> >Haha, okay. I had limited time to spend on this (work deadlines) And >>I >> >don't know the

Re: TLF IME

2015-09-10 Thread Alex Harui
On 9/10/15, 7:05 AM, "Harbs" wrote: >Sure. But even if the focus is not going to be handled by FocusManager, >why is it disabling the IME mode? I don’t have a clear recollection of why the code looks like this. I’d have to go digging through the commits to see if it would jog my memory if you

Re: TLF IME

2015-09-10 Thread Harbs
Sure. But even if the focus is not going to be handled by FocusManager, why is it disabling the IME mode? In my case, setting the focus was probably a mistake. If there’s no focusable objects, shouldn’t the FocusManager fail silently? On Sep 10, 2015, at 4:19 PM, Alex Harui wrote: > > On 9/1

Re: TLF IME

2015-09-10 Thread Alex Harui
On 9/10/15, 3:06 AM, "Harbs" wrote: >But if a component implements IIMESupport, why should the FocusManager >turn off IME if it does not implement IFocusManagerComponent? > >It seems to me that the code should be something like this (which also >has the advantage of being clearer and more concis

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-10 Thread Alexander Doroshko
On 10.09.2015 15:26, Frédéric THOMAS wrote: Now, what is the best setup to be able to debug the BuiltInFlexCompiler or any other tool? I added instructions to readme about compiler process debugging. Your instructions are clear I'm happy if you find them clear as they are really concise. Only

RE: [IDEA-FlexPlugin] Setup Instructions

2015-09-10 Thread Frédéric THOMAS
> > Now, what is the best setup to be able to debug the > > BuiltInFlexCompiler or any other tool? > > I added instructions to readme about compiler process debugging. Your instructions are clear but I probably missed something else because I can't break into the built-in compiler, neither in i

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-10 Thread Alexander Doroshko
On 10.09.2015 2:16, Frédéric THOMAS wrote: 1- I had to comment ActionScriptRearrangerTest That's correct. You'll uncomment it with the next EAP.

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-10 Thread Alexander Doroshko
I think problems like this shouldn't happen regularly. Add [IDE installation]/lib/netty-all-4.1.0.Beta6.jar to the Plugin SDK Classpath. I won't add it to readme because those who configure from scratch with the new EAP do not have this problem. On 10.09.2015 2:16, Frédéric THOMAS wrote: Alex

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-10 Thread Alexander Doroshko
On 09.09.2015 22:06, Frédéric THOMAS wrote: Now, what is the best setup to be able to debug the BuiltInFlexCompiler or any other tool? I added instructions to readme about compiler process debugging. Also, before you mentioned CTRL+T on Windows to update the project, I just would like to ment

Re: TLF IME

2015-09-10 Thread Harbs
But if a component implements IIMESupport, why should the FocusManager turn off IME if it does not implement IFocusManagerComponent? It seems to me that the code should be something like this (which also has the advantage of being clearer and more concise): _lastFocus = findFocusManagerComponen