Re: Fixing Flexmojos import in IntelliJ

2015-10-21 Thread Alexander Doroshko
Thank you for your contribution! Please see comments in the pull request: https://github.com/JetBrains/intellij-plugins/pull/281 On 17.10.2015 16:52, Christofer Dutz wrote: Ok ... the reason for the Error was code I commented out in order to debug the generator. After commenting that back in,

Re: AW: AW: [IDEA-FlexPlugin] Setup Instructions

2015-10-15 Thread Alexander Doroshko
On 13.10.2015 23:50, Christofer Dutz wrote: Ok ... well I investigated the code in intellij-plugins/flex/tools/flexmojos-flex-configs-generator/generator-server com.intellij.flex.maven.GeneratorServer This code was indeed adjusted to work with the new Maven 3.2 libs. I'm not sure it is true. It

Re: AW: [IDEA-FlexPlugin] Setup Instructions

2015-10-13 Thread Alexander Doroshko
fiableModelsProvider) Any ideas? Chris ____ Von: Alexander Doroshko Gesendet: Mittwoch, 16. September 2015 20:06 An: dev@flex.apache.org Betreff: Re: [IDEA-FlexPlugin] Setup Instructions After update to today's IntelliJ IDEA 15 EAP 142.4859.6 you'll have to locally revert

Re: IntelliJ IDEA Player session terminated

2015-09-18 Thread Alexander Doroshko
"Player session terminated" is a known long-lived problem of the Linux version of the Flash Player that Adobe will unlikely ever fix. I've heard that people try to start Flash Player under Windows emulator to workaround it, but didn't try myself. On 18.09.2015 2:31, Igor Costa wrote: Hi there

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-16 Thread Alexander Doroshko
gTask.java Flexmojos5Configurator.java FlexmojosImporter.java AddAsSwcLibDialog.java FlexProjectConfigurationEditor.java DependenciesConfigurable.java All in FlexAutoPopupTest + 2 more tests fail, the rest should pass. On 09.09.2015 16:22, Alexander Doroshko wrote: That's correct. See #1 in Troubleshooting

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-14 Thread Alexander Doroshko
On 13.09.2015 1:08, Frédéric THOMAS wrote: So, what I did this: 1- Import each of the builtInFlexCompiler modules into a module group 2- Removed the Libs SDK 3.5 / 4.0 / 4.5 and added SDK 3.6 / 4.6 3- added -agentlib:jdwp=transport=dt_socket,server=n,address=AsusFred-PC:5661,suspend=y to the J

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 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: [IDEA-FlexPlugin] Setup Instructions

2015-09-09 Thread Alexander Doroshko
On 09.09.2015 17:28, Frédéric THOMAS wrote: I tried to debug an instance and build either a FlexJS or Flex project inside but it actually doesn't compile the project but only copy the sources into the output directory. Any clue ? Pushed the fix. GitHub repo is synched with our main repo once

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-09 Thread Alexander Doroshko
On 09.09.2015 18:09, Frédéric THOMAS wrote: Hm, none of those are required to run tests. Make sure you didn't add extra jars (not listed in readme) to the Plugin SDK classpath. Please paste java command line from test console. Well, I dowloaded it manually, installed it, uninstalled it and the p

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-09 Thread Alexander Doroshko
On 09.09.2015 17:28, Frédéric THOMAS wrote: Great, I've been able to compile. 1- Now, I've got only 51 tests passing, most of the errors seems to be due to: ERROR: Problems found loading plugins:Plugin "LiveEdit" was not loaded: required plugin "JavaScriptDebugger" not installed.Disable LiveEd

Re: [IDEA-FlexPlugin] Setup Instructions

2015-09-09 Thread Alexander Doroshko
That's correct. See #1 in Troubleshooting section of the readme.txt Errors will go away with the next EAP (probably later today or tomorrow) For now: right click the problematic file | Git | Show History, select revision from history older than the 2nd of September (142.4465.2 release date), ri

Re: Flex support in IntelliJ IDEA open sourced

2015-09-08 Thread Alexander Doroshko
On 08.09.2015 22:12, Alexander Doroshko wrote: Hi Apache Flex Community, I'm pleased to announce that Flex support in IntelliJ IDEA has just gone open-source! Here you'll find instructions how to setup the 'flex-plugin' project [1]. [1] https://github.com/JetBrains/i

Re: Flex support in IntelliJ IDEA open sourced

2015-09-08 Thread Alexander Doroshko
nsight on this. 2015-09-08 21:12 GMT+02:00 Alexander Doroshko < alexander.doros...@jetbrains.com>: Hi Apache Flex Community, I'm pleased to announce that Flex support in IntelliJ IDEA has just gone open-source! Here you'll find instructions how to setup the 'flex-plugin&#

Flex support in IntelliJ IDEA open sourced

2015-09-08 Thread Alexander Doroshko
[2]. Best regards, Alexander Doroshko http://www.jetbrains.com "Develop with pleasure!" P.S. Flex plugin source code depends on several IntelliJ IDEA plugins that are not open-sourced, so it can't be included in IntelliJ IDEA Community Edition. IntelliJ IDEA Ultimate remains the on

Re: Is/Was there a requirement for the playerglobal.swc having to be named exactly this way?

2014-06-02 Thread Alexander Doroshko
ng that I can make a Source internal by providing the appropreate scopes in flexmojos and hence make the "copy the file around and internally rename" hack obsolete. But I'll be able to investigate this in more detail when I'm back home. Chris ___

Re: AW: AW: AW: Is/Was there a requirement for the playerglobal.swc having to be named exactly this way?

2014-06-02 Thread Alexander Doroshko
ompiler) Chris ____ Von: Alexander Doroshko Gesendet: Montag, 2. Juni 2014 16:16 An: dev@flex.apache.org Betreff: Re: AW: AW: Is/Was there a requirement for the playerglobal.swc having to be named exactly this way? You are right that playerglobal.swc has "

Re: AW: AW: Is/Was there a requirement for the playerglobal.swc having to be named exactly this way?

2014-06-02 Thread Alexander Doroshko
that scope in maven is cleaner than renaming the package and then interenally handling it differently. What do you think? Chris Von: Alexander Doroshko Gesendet: Montag, 2. Juni 2014 10:01 An: dev@flex.apache.org Betreff: Re: AW: Is/Was there a requir

Re: AW: AW: AW: Is/Was there a requirement for the playerglobal.swc having to be named exactly this way?

2014-06-02 Thread Alexander Doroshko
d a lot of people still doing Flex 2 development, Flex 4 was only done by the "Early Adopters" ;-) Chris ____ Von: Alexander Doroshko Gesendet: Montag, 2. Juni 2014 10:58 An: dev@flex.apache.org Betreff: Re: AW: AW: Is/Was there a requirement for the pla

Re: AW: AW: Is/Was there a requirement for the playerglobal.swc having to be named exactly this way?

2014-06-02 Thread Alexander Doroshko
On 02.06.2014 12:41, Christofer Dutz wrote: Well I am currently experimenting with the Flexmojos Build, but it seems the compiler is producing swfs and swcs correctly even if playerglobal is called playerglobal-13.0.swc ... Marvin thought so too with Flexmojos 3.7 release and had to release 3.

Re: AW: Is/Was there a requirement for the playerglobal.swc having to be named exactly this way?

2014-06-02 Thread Alexander Doroshko
I'm afraid hardcoded "playerglobal.swc" is still not wiped out from the compiler sources. See flex2.compiler.mxml.lang.StandardDefs#SWC_PLAYERGLOBAL, its usage in flex2.compiler.CompilerSwcContext#createSource() and further usages of flex2.compiler.Source#isInternal(). With renamed playerglobal

Re: [FDB] Integration

2014-05-30 Thread Alexander Doroshko
Works perfectly now, thanks for the fix! On 30.05.2014 15:07, Frédéric THOMAS wrote: @Alexander Fixed: https://issues.apache.org/jira/browse/FLEX-34346 (the compiled FDB attached) In a mxml file, when a inline item renderer is defined, a file id is added to the file list of the SWF linking t

Re: [FDB] Integration

2014-05-29 Thread Alexander Doroshko
Condition added to the breakpoint (that can check worker if needed) or just inserting some diagnostics code can do the trick easier, I think. My experience makes me think that users do not want to go down to the FDB commands level. On 29.05.2014 19:02, Frédéric THOMAS wrote: I.e. just more co

Re: [FDB] Integration

2014-05-29 Thread Alexander Doroshko
On 29.05.2014 19:08, Frédéric THOMAS wrote: The lasted FDB: https://issues.apache.org/jira/browse/FLEX-34342 (Break and Clear command should accept paths) Works great! However I was lucky to catch one tricky regression. If MXML file contains inline item renderer(s) then this mxml file has more

Re: [FDB] Integration

2014-05-29 Thread Alexander Doroshko
I.e. just more convenient 'Send Commands To Flex Debugger' action? I'm afraid this will be a feature for 2 people in the world: you and me. Most of developers do not care about underlying tools. On 29.05.2014 17:46, Frédéric THOMAS wrote: Not sure how much extra work it would cost to add this

Re: [FDB] Integration

2014-05-29 Thread Alexander Doroshko
There's already such action, but we think that it can be useful for IDE developers only, so it is hidden. To get it add -Didea.is.internal=true to the *.vmoptions file [1]. Run | Send Commands To Flex Debugger will appear. Fdb should have (fdb) prompt available when you use it. Dialog layout ma

Re: [FDB] Integration

2014-05-29 Thread Alexander Doroshko
On 29.05.2014 16:29, Frédéric THOMAS wrote: IDE will not set/remove breakpoints per worker, only for all workers, this seems to be what users expect. Really ? look at the Java breakpoint window, it allows to set a BP for all threads and also for a particular thread if I'm not wrong, why not for

Re: [FDB] Integration

2014-05-29 Thread Alexander Doroshko
Thanks for additional explanations! IDE will not set/remove breakpoints per worker, only for all workers, this seems to be what users expect. Yep, there can be some headache if the same or different breakpoints are hit in different workers, I hope I'll sort it out at IDE side. I plan to work on

Re: [FDB] Integration

2014-05-29 Thread Alexander Doroshko
On 29.05.2014 11:50, Frédéric THOMAS wrote: AIR users will still have to use the DebuggableWorker class as base class for their workers and the main app as well though. I'm not sure we can convince all developers to rewrite their workers, but I hope no fatal error happens if fdb fails to suspend

Re: [FDB] Integration

2014-05-28 Thread Alexander Doroshko
On 28.05.2014 16:06, Frédéric THOMAS wrote: AIR users will still have to use the DebuggableWorker class as base class for their workers and the main app as well though. I'm not sure we can convince all developers to rewrite their workers, but I hope no fatal error happens if fdb fails to suspen

Re: [FDB] Integration

2014-05-27 Thread Alexander Doroshko
Sounds awesome! Trying to support original buggy fdb from closed-source Adobe AIR SDK was a real headache for me. Now I start thinking about including your fdb into IntelliJ IDEA installation or just asking IDE users to use debugger from upcoming Apache Flex SDK. I'll play with your fdb today/t

Re: No Flash Player version in Nightly build Intellij IDEA

2014-05-27 Thread Alexander Doroshko
To rebuild all indexes/caches there's File | Invalidate Caches and restart IDE. Actually this action is for troubleshooting, not for usual workflow. I guess that's not what you'd like to do on daily basis. Usually IntelliJ IDEA picks changes automatically, if it's not the case, File | Synchroniz

Re: No Flash Player version in Nightly build Intellij IDEA

2014-05-27 Thread Alexander Doroshko
Make sure you have [Flex SDK]/frameworks/libs/player/XX.X/playerglobal.swc file at least for one XX.X. If you change anything in Flex SDK installation (e.g. add playerglobal.swc file) then to make sure that IntelliJ IDEA noticed your changes do following: - File | Synchronize - Delete and add

Re: [FDB] Integration

2014-04-30 Thread Alexander Doroshko
On 30.04.2014 19:20, Frédéric THOMAS wrote: You are right, suspending all running workers that contain the file, setting breakpoint there (and probably resuming?) seems to be the best. Sure resuming it if I halted it. Unfortunately some workers may fail to suspend if they are doing nothing.

Re: [FDB] Integration

2014-04-30 Thread Alexander Doroshko
P.S. I have some extra days off this week and will be able to continue discussion only on Monday.

Re: [FDB] Integration

2014-04-30 Thread Alexander Doroshko
On 30.04.2014 17:30, Frédéric THOMAS wrote: >> Why to put some BP in on the suspended ones ? > I meant : Why to put some BP only in the suspended ones ? You are right, suspending all running workers that contain the file, setting breakpoint there (and probably resuming?) seems to be the best. Unfor

Re: [FDB] Integration

2014-04-30 Thread Alexander Doroshko
On 30.04.2014 14:14, Frédéric THOMAS wrote: I created 2 tickets [1] for the merge, [2] for the fix, I attached it the fixed FDB. Main thread with the target file is not paused Switching workers when VM is paused after new worker creation seems to work now, that' great! Setting a breakpoint to t

Re: [FDB] Integration

2014-04-29 Thread Alexander Doroshko
On 29.04.2014 20:23, Alex Harui wrote: IMO, unless the discussion is going to cover proprietary aspects of IntelliJ, it might be more like the "Apache Way" to share the code in a git branch and continue to discuss on the list. No secrets of course. Ok, continuing here. Frédéric THOMAS wrote:

Re: [FDB] Integration

2014-04-29 Thread Alexander Doroshko
Yes, I'd gladly try it. We can switch to personal emails in order not to spam the list. On 29.04.2014 18:34, Frédéric THOMAS wrote: Hi Alexander, I downloaded the files you indicated me + some missing files (UI, ShineMP3, metallica.wav), created an IntelliJ project, build and run successfully

Re: [FDB] Integration

2014-04-29 Thread Alexander Doroshko
Hi Frédéric, that's great that you are ready to put the effort into fdb with workers support! I have to say that IntelliJ IDEA still doesn't support debugging apps with workers. I spent some time on it but faced some bugs in fdb that were not that easy to workaround. That's not an excuse for

Re: Specifying -static-link-runtime-shared-libraries=false breaks on OSMF

2014-03-11 Thread Alexander Doroshko
Probably that's because OSMF.swc file in [Flex SDK]/frameworks/libs has uppercased name since Flex SDK 4.12, but the corresponding entry in flex-config.xml file still contains lowercased name. On 11.03.2014 13:40, Tom Chiverton wrote: As soon as I try to use an RSL for the framework files my pa

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC4

2014-03-04 Thread Alexander Doroshko
It always includes unknown SWCs in the build path, so uppercased OSMF.swc now becomes available in pure ActionScript projects what is not ideal. I can fix it for sure, though common style in all SWC names is just nice to have. May be Linux users will have some issues as file system is case se

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC4

2014-03-04 Thread Alexander Doroshko
Quick testing revealed only one strange thing: osmf.swc file in [Flex SDK]/frameworks/libs that was named in lowercase for ages is now called in uppercase: OSMF.swc. Is is something controlled by Apache and is this an intended change? Not intended. We can change it. What breaks if it doesn't g

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC4

2014-03-03 Thread Alexander Doroshko
On 04.03.2014 11:48, Alexander Doroshko wrote: ... using Apache Flex Installer 3.0.0 RC3 should be read '3.0.0 RC4'

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC4

2014-03-03 Thread Alexander Doroshko
Hi, I just tried Apache Flex SDK 4.12 RC4 + AIR SDK 13 beta + Flash Player 13 beta using Apache Flex Installer 3.0.0 RC3 on Windows 7 for IntelliJ IDEA. Quick testing revealed only one strange thing: osmf.swc file in [Flex SDK]/frameworks/libs that was named in lowercase for ages is now calle

Re: Apache Flex 4.12

2014-02-10 Thread Alexander Doroshko
Hi, I see mismatch in RSLs names. For example flex-config.xml contains advancedgrids_4.12.0.2014-02-09_13-31-27.swf but the file in [Flex SDK]/frameworks/rsls has name advancedgrids_4.12.0.20140209.swf. Alexander On 10.02.2014 11:58, Justin Mclean wrote: Hi, Looks like the last regression is

Re: target-player=13.0beta

2014-02-07 Thread Alexander Doroshko
Fri, Feb 7, 2014 at 1:05 AM, Carlos Rovira wrote: Hi Alexander, file the bug and I'll check it this weekend. Even, If you know exactly the where the fix is and want to share a patch I can test it and make the commit. Thanks Carlos 2014-02-07 Alexander Doroshko : Do you want me t

Re: target-player=13.0beta

2014-02-07 Thread Alexander Doroshko
I can test it and make the commit. Thanks Carlos 2014-02-07 Alexander Doroshko : Do you want me to file a bug in the issue tracker? On 06.02.2014 10:56, Alexander Doroshko wrote: Hi, Target player version that is specified in flex-config.xml, air-config.xml and airmobile.config must have f

Re: target-player=13.0beta

2014-02-07 Thread Alexander Doroshko
Do you want me to file a bug in the issue tracker? On 06.02.2014 10:56, Alexander Doroshko wrote: Hi, Target player version that is specified in flex-config.xml, air-config.xml and airmobile.config must have format [major_version].[minor_version] where [major_version] and [minor_version] may

13.0beta

2014-02-05 Thread Alexander Doroshko
Hi, Target player version that is specified in flex-config.xml, air-config.xml and airmobile.config must have format [major_version].[minor_version] where [major_version] and [minor_version] may contain only digits. The same format must be for the folder name where playerglobal.swc resists: [F

Re: [4/4] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34062: FDB waits up to 20s per SWF before we can start debugging

2014-01-27 Thread Alexander Doroshko
The SVN change log have nothing to do with which IDE you use - you can ignore whitespace changes in eclipse /flash builder as well but it doesn't help in this case. Justin Ok, so Eclipse / Flash Builder + some SVN support plugin will do the same trick. No more flooding, sorry :)

Re: [4/4] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34062: FDB waits up to 20s per SWF before we can start debugging

2014-01-27 Thread Alexander Doroshko
If you use IntelliJ IDEA - its Diff window has an option to ignore all changes in whitespaces. On 27.01.2014 15:40, Justin Mclean wrote: Hi, Really hard to review this given the amount of changes - most which seem while space? Justin

Re: How does Flex compiler take advantage of the AIR 4 Improved Packaging Engine?

2014-01-20 Thread Alexander Doroshko
modify Flash Builder to enable "-useLegacyAOT no" by default? Any help will be highly appreciated : ) DarkStone 2014-01-20 在 2014-01-20 17:03:58,"Alexander Doroshko" 写道: Hi, new “-useLegacyAOT no” is the option of ADT packaging tool. ADT is included in the Adobe AIR S

Re: How does Flex compiler take advantage of the AIR 4 Improved Packaging Engine?

2014-01-20 Thread Alexander Doroshko
Hi, new “-useLegacyAOT no” is the option of ADT packaging tool. ADT is included in the Adobe AIR SDK. So it is related neither to Flex SDK, nor to Flex compiler, nor to ASC 2.0. Nothing prevents you from using the option when working with Flex SDK any version + AIR SDK 4. Alexander On 19.01.2014

Re: FDB vs FB debugging ?

2014-01-17 Thread Alexander Doroshko
As I said I think there's no need in XXX-START/XXX-END markers at all. IDE that passed -ide param treats all var values as escaped. On 17.01.2014 14:59, Frédéric THOMAS wrote: Sounds good to me, I'll just rename IDEA- to IDE- :-) and maybe keep -ide instead of -escaped-var-values if we need s

Re: FDB vs FB debugging ?

2014-01-17 Thread Alexander Doroshko
Yes, something like fdb -escaped-var-values. If enabled then there's no need in start/end markers (like "IDEA-ESCAPE-START"/"IDEA-ESCAPE-END"), as var values are always escaped. Implementation of escape() method is there in my StringUtil class. On 17.01.2014 14:33, Frédéric THOMAS wrote: hum,

Re: FDB vs FB debugging ?

2014-01-17 Thread Alexander Doroshko
Ok, I got your point, the only thing I'm thinking about could be to introduce a new first level helper command which would set a boolean value to apply this escapes, does it make sense ? Or may be just add undocumented command line option.

Re: FDB vs FB debugging ?

2014-01-16 Thread Alexander Doroshko
Alexander, can you attach the FDB patches you gave to Fred to one of the JIRA issues? That way we can have a consistent way of tracking your permission to use those patches. Sure, attached to https://issues.apache.org/jira/browse/FLEX-34042

Re: FDB vs FB debugging ?

2014-01-16 Thread Alexander Doroshko
Btw, does it means the idea-fdb-fix will contains only the StringUtil / ExpressionCache fixes now ? Yes I didn't integrated this fix because you told me it is more an IDE thing and I didn't look at it closely, what impact it would be to integrate it and using FDB standalone ? The fix escape

Re: FDB vs FB debugging ?

2014-01-16 Thread Alexander Doroshko
Checked in the repo - ok for me, thank you for these fixes! The problem with ANEs is not stable and depends on the Moon phase. Test case was simple - any app with any ANE. I don't remember which one I used when was working on the issue. But since you took my code that was tested at the moment

Re: FDB vs FB debugging ?

2014-01-16 Thread Alexander Doroshko
Looks good! May I take a look at the final DebugCLI.java source code? Hi Alexander, Just attached the fixed fdb.jar for test in the JIRA parent [1] with all your changes except the 1st one + the current fixed issue, can you check it works with all the test cases you have. Thanks, Frédéric THO

Re: FDB vs FB debugging ?

2014-01-15 Thread Alexander Doroshko
I have a case (without AS workers) where FDB from Apache Flex SDK doesn't work, but form Adobe AIR SDK works: http://youtrack.jetbrains.com/issue/IDEA-116629 On 15.01.2014 16:58, Frédéric THOMAS wrote: The need is only about the ability to debug Workers IMO which is still a important requeste

Re: FDB vs FB debugging ?

2014-01-15 Thread Alexander Doroshko
That would be cool! FB doesn't use DebugCLI class (it is pure command-line specific high level wrapper), so it is safe. By the way Alex said that updated FDB from Adobe AIR SDK will be finally donated soon and will be incorporated into Apache repo. We'll need to check the need and applicabilit

Re: FDB vs FB debugging ?

2014-01-15 Thread Alexander Doroshko
Is it in your plan to add RSL support into IntelliJ ? I mean extract the swf from the swc to a user location and compute digest as does the RSLMojoCreator class from flexmojos. This lack of feature force us to build via maven only or to have a profile where everything is merged into memory exte

Re: FDB vs FB debugging ?

2014-01-15 Thread Alexander Doroshko
Btw, while you here, can you tell me what C:\Program Files (x86)\JetBrains\IntelliJ IDEA 13.0\plugins\flex\lib\idea-fdb-4.5.0.20967-fix.jar is for? Source code for my patch can be found in [IntelliJ IDEA Installation]/plugins/flex/lib/idea-fdb-4.5.0.20967-fix_src.zip. It solves some issues: 1

Re: FDB vs FB debugging ?

2014-01-15 Thread Alexander Doroshko
Hi, in my understanding FB uses the same low-level (protocol) code as FDB, but a bit different high-level wrapper. Since FB is not open-sourced I don't know what is the difference. I recommend you to try using FDB from Adobe AIR SDK bundle that includes ASC 2.0. FDB tool bundled there is very

Re: Donation News

2013-11-27 Thread Alexander Doroshko
On 28.11.2013 11:42, Alex Harui wrote: 2. A newer version of FDB that supports workers That's great! Will the future development of fdb tool at Adobe and Apache side be in sync? Or at least one-way sync? Alexander

Re: [FLEXJS] Overlays and SWC Refactoring

2013-11-25 Thread Alexander Doroshko
with whatever info you guys need to make it a valid feature request. Thanks Alexander! Carlos 2013/11/25 Alexander Doroshko I wrote "just file a feature request", not "I've just filed feature request" :) On 25.11.2013 14:15, Carlos Rovira wrote: Thanks to you Alexan

Re: [FLEXJS] Overlays and SWC Refactoring

2013-11-25 Thread Alexander Doroshko
If you need some help in trying/testing, let me know to help you. Please, could you share the permalink to the feature request you filled? Thanks, Carlos 2013/11/25 Alexander Doroshko On 21.11.2013 1:10, Alex Harui wrote: I keep hoping the IntelliJ folks would jump in. Sure, just file

Re: [FLEXJS] Overlays and SWC Refactoring

2013-11-25 Thread Alexander Doroshko
On 21.11.2013 1:10, Alex Harui wrote: I keep hoping the IntelliJ folks would jump in. Sure, just file a feature request at http://youtrack.jetbrains.com/issues/IDEA with instructions what we need to do. Alexander

Re: Flex and AIR 4.0

2013-11-18 Thread Alexander Doroshko
Probably you misread the following: "The Actionscript Compiler 2.0 has been incorporated into the AIR SDK 4.0 (named “AIR SDK 4.0 & Compiler”) and retired as a separate download from Adobe Labs on March 14, 2013". Here's nothing new to us. AIR SDK is still published in 2 variants: with ASC 2.

Re: ADL Bug - Apache Flex 4.11.0

2013-10-30 Thread Alexander Doroshko
ADL tool from Adobe AIR SDK 3.9.0.1200 (beta) released today works well with IntelliJ IDEA again. http://labs.adobe.com/downloads/air.html I still have no idea what's wrong with AIR SDK 3.9.0.1030, but it is not a problem any more. Alexander On 29.10.2013 17:40, Joel Tan wrote: Hi, not sure

Re: Flex SDK 4.10: RSL URLs in flex-config.xml do not match file in framework/rsls/

2013-10-30 Thread Alexander Doroshko
On 28.10.2013 15:10, Alexander Doroshko wrote: On 28.10.2013 15:04, Justin Mclean wrote: I'm sorry for such a late report, but the issue is still there in 4.11 release (4.11.0.20131017). flex-config.xml contains invalid names like framework_4.11.0.0.swf How did you install the 4.11.

Re: ADL Bug - Apache Flex 4.11.0

2013-10-30 Thread Alexander Doroshko
Indeed ADL from AIR SDK 3.9 behaves incorrectly when launched by IntelliJ IDEA on Mac OS. No issues with Windows or Air SDK 3.8. The most strange thing is that if you launch from Terminal the same ADL command that you see in IntelliJ IDEA console - it will work correctly. We at JetBrains are eva

Re: Flex SDK 4.10: RSL URLs in flex-config.xml do not match file in framework/rsls/

2013-10-28 Thread Alexander Doroshko
On 28.10.2013 15:04, Justin Mclean wrote: I'm sorry for such a late report, but the issue is still there in 4.11 release (4.11.0.20131017). flex-config.xml contains invalid names like framework_4.11.0.0.swf How did you install the 4.11.0 SDK? Using installer 2.7.0

Re: Flex SDK 4.10: RSL URLs in flex-config.xml do not match file in framework/rsls/

2013-10-28 Thread Alexander Doroshko
ote: It doesn't seem to affect the mavenized sdk. @Alex, @Chris, does IJ or FM uses the flex-config.xml from the config zip in some way ? -Fred -Message d'origine- De : Alexander Doroshko [mailto:alexander.doros...@jetbrains.com] Envoyé : lundi 28 octobre 2013 10:27 À : dev@flex.ap

Re: Flex SDK 4.10: RSL URLs in flex-config.xml do not match file in framework/rsls/

2013-10-28 Thread Alexander Doroshko
I'm sorry for such a late report, but the issue is still there in 4.11 release (4.11.0.20131017). flex-config.xml contains invalid names like framework_4.11.0.0.swf On 09.08.2013 15:11, Justin Mclean wrote: Hi, Fixed and checked in. https://github.com/apache/flex-sdk/commit/9f3efa46684bf26381b

Re: How to prevent IDEA from opening SWF files

2013-10-15 Thread Alexander Doroshko
en applying the workaround (adding "*.swf" to the Ignore files an folders). Maurice -Message d'origine- De : Alexander Doroshko [mailto:alexander.doros...@jetbrains.com] Envoyé : mardi 15 octobre 2013 12:12 À : dev@flex.apache.org Objet : Re: How to prevent IDEA from opening SWF

Re: How to prevent IDEA from opening SWF files

2013-10-15 Thread Alexander Doroshko
uring a long time (several minutes), and after prompts a message proposing to increase the memory. So I have no thread dumps to submit. I will file a JIRA. Maurice -Message d'origine- De : Alexander Doroshko [mailto:alexander.doros...@jetbrains.com] Envoyé : mardi 15 octobre 2013 08:

Re: How to prevent IDEA from opening SWF files

2013-10-14 Thread Alexander Doroshko
IntelliJ IDEA shouldn't hang. Can you please open an issue for that in http://youtrack.jetbrains.com and attach logs and thread dumps that are automatically saved when IntelliJ IDEA hangs. To find logs and thread dumps use Help | Show Logs. On 15.10.2013 0:28, Maurice Amsellem wrote: Hi, Whe

Re: IntelliJ IDE installation instructions

2013-10-04 Thread Alexander Doroshko
On 04.10.2013 19:21, Igor Costa wrote: The new updated version of IntelliJ IDEA is great and follow the steps and worked like a charm. In the other hand the live templates for Flex devs could be implemented or how we can share those we create? If you configured your custom live templates you can

Re: IntelliJ IDE installation instructions

2013-10-02 Thread Alexander Doroshko
On 04.09.2013 21:31, Alexander Doroshko wrote: I remember my promise to publish a blog post promoting Apache Flex SDK at JetBrains site. I confirm that I'll do it but a bit later. And here it is: http://blog.jetbrains.com/idea/2013/10/how-is-flex-doing-quick-start-guides-and-tutorials/

Re: [Falcon] BasicTests compiles and runs

2013-09-05 Thread Alexander Doroshko
On 04.09.2013 21:48, Alex Harui wrote: It is interesting that folks using IntelliJ don't complain about compile time issues yet IntelliJ doesn't use incremental compiles. Actually they do [1]. Users ask to bring back support of incremental fcsh compiler because it gives performance gain for som

Re: IntelliJ IDE installation instructions

2013-09-04 Thread Alexander Doroshko
that I'll do it but a bit later. Alexander [1] https://cwiki.apache.org/confluence/display/FLEX/2.2+InteliJ+IDEA On 22.08.2013 12:53, Alexander Doroshko wrote: I'm ready to write a sort of quick-start article there and then publish a blog post at JetBrains site with the link. Should I

Re: IntelliJ IDE installation instructions

2013-08-22 Thread Alexander Doroshko
I'm ready to write a sort of quick-start article there and then publish a blog post at JetBrains site with the link. Should I send contents to you (or someone) or edit it directly? In the latter case I need permissions for user 'alexander.doroshko'. Alexander On 22.08.2013 2:56, Justin Mclean

Re: Flex SDK 4.10: RSL URLs in flex-config.xml do not match file in framework/rsls/

2013-08-09 Thread Alexander Doroshko
Thank you very much for a quick response! I think it is not a major issue, so no need in a new dot-release only because of that. Documenting probably would be enough for now. On 09.08.2013 15:11, Justin Mclean wrote: Hi, Fixed and checked in. https://github.com/apache/flex-sdk/commit/9f3efa46

Flex SDK 4.10: RSL URLs in flex-config.xml do not match file in framework/rsls/

2013-08-08 Thread Alexander Doroshko
Hi, Sorry if I overlooked already discussed issue. I noticed that RSL URLs specified in [Flex SDK]/frameworks/flex-config.xml do not match file names located in [Flex SDK]/frameworks/rsls/. For example flex-config.xml contains libs/advancedgrids.swc *advancedgrids_4.10.

Re: [ANNOUNCEMENT] Apache Flex 4.10.0 Released

2013-08-07 Thread Alexander Doroshko
I think I'll publish a blog post at our site when I'm back to office next week. On 06.08.2013 23:12, Justin Mclean wrote: Hi, I'm pretty sure the contacts from JetBrains (IntelliJ) are in Denver at 360|Stack at the moment. I'm sure they know about the release :) Yep I've spoken to them. Ju

Re: Flex 4.10.0 Release Status

2013-07-29 Thread Alexander Doroshko
On 29.07.2013 12:43, Erik de Bruin wrote: Alexander, I appreciate your input and I agree that we shouldn't break other IDEs to fix a FB issue. I would however, as a representative of the producer of IntelliJ IDEA, be careful to publicly state that you like best the solution that cripples Flash B

Re: Flex 4.10.0 Release Status

2013-07-29 Thread Alexander Doroshko
On 27.07.2013 2:03, Alex Harui wrote: For #2: The FB code is assuming that versions in flex-sdk-description.xml are single digits, so 4.9 parses but 4.10 does not. I'm not sure there is a way for us to hack FB with a patch, and I don't imagine I can get Adobe to respond in the timeframe we want.

Re: IntelliJ IDEA and Flex CSS/skinning

2013-07-22 Thread Alexander Doroshko
On 22.07.2013 15:45, Carlos Rovira wrote: Can you please create a short sample for each feature that you ask for? Paste it as a comment or attachment for the issue: [2]. You refer a skin file sample? or an entire project? The features are more described as "usability" so please let me know what

Re: IntelliJ IDEA and Flex CSS/skinning

2013-07-22 Thread Alexander Doroshko
nt or attachment for the issue: [2]. [1] http://blogs.jetbrains.com/idea/2011/02/create-flex-skin-and-other/ [2] http://youtrack.jetbrains.com/issue/IDEA-110830 -- Alexander Doroshko IntelliJ IDEA Flash Team Lead http://www.jetbrains.com "Develop with pleasure!" On 20.07.2013 18:43, Tia

Re: Apache Flex 4.10 release

2013-07-18 Thread Alexander Doroshko
On 16.07.2013 17:27, Nicholas Kwiatkowski wrote: - IntelliJ is giving me an invalid namespace error for this build (binaries). I'm trying to track that down to see what is causing it. I tried installer 2.6.0 rc1 and installed Flex SDK 4.10.0 RC1 with AIR SDK 3.7 and playerglobal 11.7. I see

Re: Apache Flex 4.10 release

2013-07-16 Thread Alexander Doroshko
On 16.07.2013 17:27, Nicholas Kwiatkowski wrote: - IntelliJ is giving me an invalid namespace error for this build (binaries). I'm trying to track that down to see what is causing it. I can take a look. Where can I get Installer for Flex SDK 4.10 release candidate?

Re: Apache Flex room at 360|Stack?

2013-07-15 Thread Alexander Doroshko
I'll be glad to meet you! -- Alexander

Re: Apache Flex Running in Linux .. (;

2013-04-29 Thread Alexander Doroshko
r me and it did not require setting up the SDK in /opt. This was for FDT. I guess that's the beauty of Linux, flexibility http://mrbinitie.blogspot.com/2013/02/using-apache-flex-49-sdk-with-fdt5-in.html ~a~ www.ayobinitie.com http://mrbinitie.blogspot.com On 29 April 2013 10:22, Alexander Dor

Re: Apache Flex Running in Linux .. (;

2013-04-29 Thread Alexander Doroshko
oject Structure | SDKs (not Global Libraries) and set to the Flash build configuration at Project Structure | Modules | [your Flash module] | [your Flash build configuration subnode] | Dependencies tab. -- Alexander Doroshko IntelliJ IDEA Flash Team Lead http://www.jetbrains.com "Develop with pleasure!"

Re: Air 3.7 in Apache Flex

2013-03-24 Thread Alexander Doroshko
My understanding is that the only problem is that: - flex-config.xml, air-config.xml and airmobile-config.xml files do not include Flex related stuff; - mxmlc.bat (mxmlc on Mac) and compc.bat (compc on Mac) scripts point to ASC 2.0 jars instead of legacy jars. It seems like this might be handle

  1   2   >