Re: Moonshine 1.4.0 Release

2017-05-15 Thread Alex Harui
Congratulations! I hope to try it soon. -Alex On 5/15/17, 1:30 PM, "JoelProminic" wrote: >I am pleased to announce that Moonshine 1.4.0 has been released at >https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmoonshine- >ide.com%2F&data=02%7C01%7C%7C5aa22741f72247e3dd8508d49bd322b

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-15 Thread Alex Harui
For me, GraphicContainer is also in Basic. On 5/15/17, 8:28 PM, "yishayw" wrote: >Basic -> Graphics -> Basic > >e.g. Circle (Basic) -> ICircle (Graphics) > >and > >GraphicCntainer (Graphics) -> GroupBase (Basic) > > >So I'm not sure how to do that. > > > > >-- >View this message in context: >htt

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-15 Thread yishayw
Basic -> Graphics -> Basic e.g. Circle (Basic) -> ICircle (Graphics) and GraphicCntainer (Graphics) -> GroupBase (Basic) So I'm not sure how to do that. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-15 Thread Alex Harui
On 5/15/17, 3:48 PM, "yishayw" wrote: >Alex Harui-2 wrote >> only know how to manipulate the library-path with 'linked' projects. I >> guess I'll have to revert that change. > >Thanks, I was hoping to demo this on Thu for my intro to FlexJS talk. I'd >like to show how easy it can be to actuall

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-15 Thread yishayw
Alex Harui-2 wrote > only know how to manipulate the library-path with 'linked' projects. I > guess I'll have to revert that change. Thanks, I was hoping to demo this on Thu for my intro to FlexJS talk. I'd like to show how easy it can be to actually play around with the framework and contribute.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-15 Thread Alex Harui
OK, I pushed the reverting of the appending of library path. See if that works better for you. -Alex On 5/15/17, 2:43 PM, "Alex Harui" wrote: > > >On 5/15/17, 1:30 PM, "yishayw" wrote: > >>The .actionScriptProperties is coming from my own test project. >>Generally, I >>use the IDE build for f

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-15 Thread Alex Harui
On 5/15/17, 1:30 PM, "yishayw" wrote: >The .actionScriptProperties is coming from my own test project. >Generally, I >use the IDE build for flash and Ant/Maven for JS. So right now I'm >strictly >interested in the flash build. For that purpose, is there a way to create >a >test app in the FB, e

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-15 Thread yishayw
The .actionScriptProperties is coming from my own test project. Generally, I use the IDE build for flash and Ant/Maven for JS. So right now I'm strictly interested in the flash build. For that purpose, is there a way to create a test app in the FB, edit the framework classes, and see the effects in

Moonshine 1.4.0 Release

2017-05-15 Thread JoelProminic
I am pleased to announce that Moonshine 1.4.0 has been released at http://moonshine-ide.com/ and on the App Store. This release was focused mostly on adding some more common IDE features, including: - Command-Click to go to the definition for a variable, function, or class - View code problems in

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-15 Thread Alex Harui
On 5/15/17, 12:47 PM, "yishayw" wrote: >I see this in the dump [1]. > > > >C:\dev\flexjs\flex-asjs\frameworks\projects\HTML\target\HTML >.swc > >C:\dev\flexjs\flex-asjs\frameworks\projects\Core\target\Core >.swc > >C:\dev\flexjs\flex-asjs\frameworks\projects\Basic\

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-15 Thread yishayw
I see this in the dump [1]. C:\dev\flexjs\flex-asjs\frameworks\projects\HTML\target\HTML.swc C:\dev\flexjs\flex-asjs\frameworks\projects\Core\target\Core.swc C:\dev\flexjs\flex-asjs\frameworks\projects\Basic\target\Basic.swc Probably coming from .actionsSc

Re: [FalconJx] Compiler Options (was Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date)

2017-05-15 Thread Alex Harui
On 5/15/17, 11:13 AM, "Christofer Dutz" wrote: >Hi Alex, > >No IntelliJ doesn’t do that and it doesn’t need to do it. The >Maven-plugin-plugin (A maven plugin to compile maven plugins) does this. >It generates a file called META-INF/maven/plugin.xml which contains the >parameters and their type

Re: [FalconJx] Compiler Options (was Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date)

2017-05-15 Thread Christofer Dutz
Hi Alex, No IntelliJ doesn’t do that and it doesn’t need to do it. The Maven-plugin-plugin (A maven plugin to compile maven plugins) does this. It generates a file called META-INF/maven/plugin.xml which contains the parameters and their types. Nothing more to it. I’m definitely not asking not

Re: [FlexJS] CSS Pruning

2017-05-15 Thread Alex Harui
On 5/15/17, 8:46 AM, "Alex Harui" wrote: >Maybe class selectors we want to prune should start with the type name >surrounded by '$", so .$DataGrid$ListArea. Then the compiler could easily >check for two '$' and see if the class in-between is being kept in the >output or not. Hmm, looks like '

Re: [FalconJx] Compiler Options (was Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date)

2017-05-15 Thread Alex Harui
On 5/15/17, 8:34 AM, "Christofer Dutz" wrote: >Hi Alex, > >IntelliJ inspects maven plugins and hereby knows which config options >there are and what default values it uses. If you use a non-existing >config option, it marks this as an error in the editor. It doesn’t have >an influence on the op

Re: [FlexJS] CSS Pruning

2017-05-15 Thread Alex Harui
On 5/15/17, 9:37 AM, "Peter Ent" wrote: >The reason for .DataGridListArea is that the SWF side does not recognize >a selector of: > >DataGrid Container { ... } Right, SimpleCSS doesn't handle complex selectors. > >So I gave the Container used for the list area a class name. Perhaps I >can try

Re: [FlexJS] CSS Pruning

2017-05-15 Thread Peter Ent
The reason for .DataGridListArea is that the SWF side does not recognize a selector of: DataGrid Container { ... } So I gave the Container used for the list area a class name. Perhaps I can try to change it to a type name and see if that's more helpful and if so look at replacing as many speci

[FlexJS] CSS Pruning

2017-05-15 Thread Alex Harui
Hi, While waiting for more folks to examine the release branch packages, I try find time to find easy ways to make HelloWorld smaller. Currently, it is 62K of minified JS. IMO, that's too big! I think I can get some classes to drop away via more @flexjsignorecoercions. The list of interfaces i

Re: [FalconJx] Compiler Options (was Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date)

2017-05-15 Thread Christofer Dutz
Hi Alex, IntelliJ inspects maven plugins and hereby knows which config options there are and what default values it uses. If you use a non-existing config option, it marks this as an error in the editor. It doesn’t have an influence on the operation, but I don’t like the editor been all red. T

Re: [FalconJx] Compiler Options (was Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date)

2017-05-15 Thread Alex Harui
On 5/15/17, 7:27 AM, "Christofer Dutz" wrote: > >So now the problem is keeping these defaults in sync with changed done in >the templates used by FlashBuilder and Ant … correct? > >Alex correctly noticed that if you add non-existing config options to the >plugin configuration, Maven simply ignor

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-15 Thread Alex Harui
On 5/15/17, 5:19 AM, "yishayw" wrote: >Looking in Application under Basic it implements IInitialViewApplication >but >does not implement get stage. I suppose because it ultimately extends >sprite >get stage should exist. How should I configure my project so the compiler >understands that? > Lo

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-15 Thread Josh Tynjala
I can run the approval scripts successfully. I'm ready for an RC. - Josh On Thu, May 11, 2017 at 3:34 PM, Alex Harui wrote: > Approval scripts seem to be ok for falcon and flexjs. I've just pushed > some changes so give an hour or so for CI to catch up. > > To use them, > -create a new folder,

Re: [FalconJx] Compiler Options (was Re: [5/5] git commit: [flex-asjs] [refs/heads/release0.8.0] - distribution: updated -config.xml files used by Maven distribution because they were out of date)

2017-05-15 Thread Christofer Dutz
Hi guys, Having had my first coffee of the day I think I am ready to operate under normal parameters ;-) Unfortunately, I seem to have missed quite a lot of discussion. So, let me please sum up what I understood. There seems to be problems with the templates in the maven plugin (that are used

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-15 Thread yishayw
Looking in Application under Basic it implements IInitialViewApplication but does not implement get stage. I suppose because it ultimately extends sprite get stage should exist. How should I configure my project so the compiler understands that? -- View this message in context: http://apache-fl

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-15 Thread yishayw
Alex Harui-2 wrote > I spent some time trying to debug it. It makes no sense to me, but > somehow during "ant all" the properties picked up by the failing build.xml > had a FLEX_HOME set to the flex-sdk, even though at the launch of the Hope you didn't spend too much time figuring that out, becau