Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-11 Thread Harbs
Yes. MXML is working for me in the RoyaleThemes project. Make sure you open only the project and not a parent folder. > On Nov 10, 2017, at 9:48 PM, Carlos Rovira wrote: > > Hi Harbs, > > as I say false alarm, all is building ok with maven. > But VSCode seems to

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-10 Thread Carlos Rovira
Hi Harbs, as I say false alarm, all is building ok with maven. But VSCode seems to continue working as I comment. In order to get it working ok maybe I should check some concrete projects? I think AS3 works ok for the most part, but MXML is working ok for you? thanks 2017-11-10 14:04

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-10 Thread Carlos Rovira
Hi Harbs, in that case sure is my fault and is something I tested that is going wrong. I'll take a look as I come back thanks! 2017-11-10 12:29 GMT+01:00 Harbs : > I can’t find files with missing headers and the Maven build on the server > is passing. > > Which files are

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-10 Thread Harbs
I can’t find files with missing headers and the Maven build on the server is passing. Which files are the problem? > On Nov 10, 2017, at 1:07 PM, Carlos Rovira wrote: > > Hi Harbs > > I want to try right now but maven build is broken. Some new files without >

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-10 Thread Carlos Rovira
Hi Harbs I want to try right now but maven build is broken. Some new files without headers was uploaded. I must to leave now, if nobody fix it in the meanwhile I'll add headers as I get back. I think people using ANT should add this license header checker as well since if not ANT build is

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-09 Thread Carlos Rovira
Hi Harbs, I did that, and see that code is referring the SDK ok now (Apache Royale 0.9.0-SNAPSHOT), I created the SDK with maven from sources. but intelligence seems not going very accurate. I didn't test it too much. hope Josh release is soon since I think this extension is very important.

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-09 Thread Harbs
I imagine Josh will release it soon, but it’s pretty easy to build if you don’t want to wait. I’m using the snapshot right now. The current release does not work with Royale. To use the snapshot: 1. Remove the release extension if it’s installed. 2. Run: mvn clean package 3. In the Extensions

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-09 Thread Carlos Rovira
Hi Harbs, so following the issue I suppose that we need to build our own extension right? (I mean we still can't use released version with Royale right now?) 2017-11-09 17:09 GMT+01:00 Harbs : > OK. > > I think I’m done fixing up the asconfigc files. Currently, the only >

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-09 Thread Harbs
OK. I think I’m done fixing up the asconfigc files. Currently, the only problems being reported are in the GoogleMaps project. (not sure how to fix those), and some .pbj files in GRaphics. Hopefully Josh will make those errors go away. FYI, the first target in the targets list is the one which

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-08 Thread Harbs
I fixed up the asconfig file in the projects folder. Opening the projects folder give code intelligence on all the projects. Harbs > On Nov 9, 2017, at 9:03 AM, OmPrakash Muppirala wrote: > > On Nov 8, 2017 10:28 PM, "Piotr Zarzycki" wrote: >

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-08 Thread OmPrakash Muppirala
On Nov 8, 2017 10:28 PM, "Piotr Zarzycki" wrote: I was asking cause since you have added files for VSCode I could do the same with Moonshine. Just wanted to understand. It is not so uncommon having global file and open all modules. In Intellij I couldn't imagine

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-08 Thread Piotr Zarzycki
I was asking cause since you have added files for VSCode I could do the same with Moonshine. Just wanted to understand. It is not so uncommon having global file and open all modules. In Intellij I couldn't imagine working differently - I have view for everything. In Visual Studio projects .NET

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-08 Thread Harbs
Opening the entire royale-asjs folder will not give CI. I’m not sure it’s a good idea to add an asconfigc file at that level. I’ve committed an asconfigc file for the projects folder in case someone wants to open them all together. > On Nov 9, 2017, at 2:17 AM, Harbs

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-08 Thread Harbs
These asconfigc files treat each module as a separate project. (So you’d open Basic and Core separately (for example) > On Nov 9, 2017, at 2:14 AM, Piotr Zarzycki wrote: > > Hi Harbs, > > So are you getting for each module CI ? You have basically opened whole >