Re: [1/2] git commit: [flex-tlf] [refs/heads/develop] - FLEX-34756 Split the functionality provided by FlowComposerBase.isDamaged() and StandardFlowComposer.isDamaged() into two separate functions, be

2015-04-16 Thread Mihai Chira
Great, thanks for that. I guess the numbers you changed in those tests are now what they should be, rather than what they need to be for the tests to pass, right? On 13 April 2015 at 06:31, piotrz wrote: > Mihai, > > Let's leave it as it is. I have just fixed these tests and now our branch > sho

RE: Need Adobe Flex Builder 3.0 Professional Edition License?

2015-04-16 Thread Kessler CTR Mark J
If it would run as a trial I'm sure that's fine. But the licenses for FB are still with adobe. They did not donate the eclipse plugin to us. My understanding for people transitioning from FB seem to choose IntelliJ [1]. I personally use FlashDevelop [2]. [1] https://www.jetbrains.com/i

Re: Need Adobe Flex Builder 3.0 Professional Edition License?

2015-04-16 Thread Deepak MS
Just a question. Are there any plans\talks on donating FB too to Apache from Adobe? On Thu, Apr 16, 2015 at 3:35 PM, Kessler CTR Mark J < mark.kessler@usmc.mil> wrote: > If it would run as a trial I'm sure that's fine. But the licenses for > FB are still with adobe. They did not donate

RE: Need Adobe Flex Builder 3.0 Professional Edition License?

2015-04-16 Thread Kessler CTR Mark J
I remember there being a discussion about that. It had to do with how FB was coded or some comprises they had made inside of it. They were hesitant to donate it without it having work done first. -Mark -Original Message- From: Deepak MS [mailto:megharajdee...@gmail.com] Sent: Thursday

RE: Dear user

2015-04-16 Thread Kessler CTR Mark J
Obvious phishing scam. But a reminder we will not ask for UN/PW for any user account. -Mark -Original Message- From: WEBMASTER [mailto:subsecnegociac...@trabajo.gba.gov.ar] Sent: Wednesday, April 15, 2015 8:30 PM To: comm...@flex.apache.org Subject: Dear user Dear user We are currently

Re: Need Adobe Flex Builder 3.0 Professional Edition License?

2015-04-16 Thread Nicholas Kwiatkowski
I don't think the donation of Flash Builder was ever on the table. At the time of the donation Adobe was still focused on flash-based games and Flash Builder was still paramount to that direction. -Nick On Thu, Apr 16, 2015 at 6:32 AM, Deepak MS wrote: > Just a question. Are there any plans\ta

Re: [1/2] git commit: [flex-tlf] [refs/heads/develop] - FLEX-34756 Split the functionality provided by FlowComposerBase.isDamaged() and StandardFlowComposer.isDamaged() into two separate functions, be

2015-04-16 Thread piotrz
Mihai, If you take a look into the tests you will see that we have var tempText:String = plainTextExporter.export(SelManager.textFlow, ConversionType.STRING_TYPE) as String; SelManager.selectRange(2155, 2155); SelManager.insertText(tempText); SelManager.insertText(tempText); I am not sure what t