asformatter in VSCode - where is the jar?

2024-01-17 Thread Yishay Weiss
Hi Josh (or anyone else who might know), We've noticed my VSCode is formatting with some bugs that have been fixed. When running from the command line the results are good, but when running in VSCode ("editor.formatOnSave": true) they're not. In both cases I'm using

Re: Error open vsCode with ActionScript&MXML extension

2021-02-22 Thread Carlos Rovira
th the latest commits from > Carlos, with Maven. > When I open my wrks [1] of the TDJ with vsCode the ActionScript & MXML > extension gives an error and does not load [2]. > There are errors in the java console [3] but I don't know how to interpret > them cor

Error open vsCode with ActionScript&MXML extension

2021-02-21 Thread Maria Jose Esteve
Hello good evening. I have compiled, without any problem, the SDK with the latest commits from Carlos, with Maven. When I open my wrks [1] of the TDJ with vsCode the ActionScript & MXML extension gives an error and does not load [2]. There are errors in the java console [3] but I don't

Re: VSCode debugger issues since 1.47

2020-07-13 Thread Carlos Rovira
Hi, finally Josh provide a way to make it work in the extension issue 491 [1] [1] https://github.com/BowlerHatLLC/vscode-as3mxml/issues/491 El lun., 13 jul. 2020 a las 18:36, Carlos Rovira () escribió: > Hi, > > I'm not able to launch Royale apps from Visual Studio Code sinc

VSCode debugger issues since 1.47

2020-07-13 Thread Carlos Rovira
27;s happening. [1] https://github.com/BowlerHatLLC/vscode-as3mxml/issues/491 [2] https://code.visualstudio.com/updates/v1_47#_new-javascript-debugger -- Carlos Rovira http://about.me/carlosrovira

Re: [VSCode - asconfigc] sdk referenced in tasks.json

2020-01-27 Thread Carlos Rovira
Hi Josh, it seems ok to me. If nobody has nothing in the next hour or so, I'll do the change thanks El lun., 27 ene. 2020 a las 17:00, Josh Tynjala () escribió: > If the projects in the Royale repos include .vscode/tasks.json, they should > use the built-in tasks that are prov

Re: [VSCode - asconfigc] sdk referenced in tasks.json

2020-01-27 Thread Josh Tynjala
If the projects in the Royale repos include .vscode/tasks.json, they should use the built-in tasks that are provided by the extension. { "type": "actionscript", "debug": true, "problemMatcher": [], "group": "bui

[VSCode - asconfigc] sdk referenced in tasks.json

2020-01-27 Thread Carlos Rovira
ramework}" ], I want to propose to change in all framework, unless someone see some problem in doing that, avoiding the hardcoded paths for windows or depend on ROYALE_HOME, that users could not have set. I asume that asconfigc is used by people using VSCode so they have settings.json with as3mxml.sdk.framework defined -- Carlos Rovira http://about.me/carlosrovira

Re: [VSCode] Tour De Jewel assets are not copied

2020-01-21 Thread Carlos Rovira
t; and > > js-release, but I don't get anything but two files that comes from > > JewelTheme library. > > > > In maven I need to add some maven code to copy it. > > In VSCode I don't know how that is handled but I suppose we need > something > > to

Re: [VSCode] Tour De Jewel assets are not copied

2020-01-21 Thread Josh Tynjala
json configured "copySourcePathAssets": true > > I was expecting all files in "resources/assets" was copied to js-debug and > js-release, but I don't get anything but two files that comes from > JewelTheme library. > > In maven I need to add some maven code to copy it. >

[VSCode] Tour De Jewel assets are not copied

2020-01-21 Thread Carlos Rovira
maven code to copy it. In VSCode I don't know how that is handled but I suppose we need something to do that copy of files automatically. What can I do to solve this for compiling TDJ with VSCode? Thanks -- Carlos Rovira http://about.me/carlosrovira

FW: VSCode as3mxml extension issues

2019-11-11 Thread Yishay Weiss
From: Idylog - Nicolas Granon Sent: Monday, November 11, 2019 11:28:42 PM To: yishayj...@hotmail.com Subject: VSCode as3mxml extension issues Hi, We are a small software development shop. We have been using FlashBuilder for years and would like to move

Re: VSCode, Moonshine, go_to_definition_help

2019-06-03 Thread Josh Tynjala
VScode and Moonshine use go_to_definition_help, and I've observed it doesn't always go to the correct location. I knew it had something to do with line endings, but I never quite figured out exactly what was wrong. You're changes probably won't make anything worse. &g

VSCode, Moonshine, go_to_definition_help

2019-06-02 Thread Alex Harui
Folks working on the newer IDEs: I discovered that Royale is building SWCs a bit differently than Flex apparently did. It appears that Flex assumed source code always had Unix line-endings (just LF, not CRLF as on Windows) and thus that the go_to_definition_help metadata in the SWCs (that is s

Re: VSCode Build Taking Really Long

2019-02-27 Thread Alex Harui
I found that hard to read, but I think I see on line 657 that js-output is set to "." and that makes me wonder if the compiler will then choose whatever the working directory is at the time it is launched. If that working directory is changed by VSCode to be the last output directory

Re: VSCode Build Taking Really Long

2019-02-27 Thread Olaf Krueger
Hi Alex, >Right. The goal was to see what output options were actually being received by the compiler in order to understand how those options could be causing the compiler to generate nested output folders. I'm curious to know if the js options are in the dump file. Can't tell since you cut the

Re: VSCode Build Taking Really Long

2019-02-26 Thread Alex Harui
Right. The goal was to see what output options were actually being received by the compiler in order to understand how those options could be causing the compiler to generate nested output folders. I'm curious to know if the js options are in the dump file. Can't tell since you cut them out.

Re: VSCode Build Taking Really Long

2019-02-26 Thread Olaf Krueger
While investigating this issue I accidentally filed a bin folder (which contains a build) within the source path. This throws an error like "...not found on source path, using parent file..." and delayed the build process for a significant couple of seconds. After removing this accidentally created

Re: VSCode Build Taking Really Long

2019-02-26 Thread Olaf Krueger
> See if the -dump-config= works for JS. Not sure if it does, but it might help. Creating a dump file works, but it seems to me that it rather contains a config than errors which occur during the build [1]. [1] true

Re: VSCode Build Taking Really Long

2019-02-25 Thread Josh Tynjala
Hey Piotr, I'm moving this VSCode discussion about the ConcurrentModificationException here: https://github.com/BowlerHatLLC/vscode-as3mxml/issues/332 - Josh On 2019/02/23 09:39:27, Piotr Zarzycki wrote: > Hi Josh, > > This is what I'm getting having Win Antivirus ON [1

Re: VSCode Build Taking Really Long

2019-02-25 Thread Piotr Zarzycki
Hi Olaf, Exactly. I have in Moonshine exact path: -js-output=D:\Work\projects\client\myapp And it doesn't occur. Thanks, Piotr pon., 25 lut 2019 o 10:28 Olaf Krueger napisał(a): > > What happen if you put in js-output - real path instead "." - one dot ? > > Same behavior! > > Does that mean

Re: VSCode Build Taking Really Long

2019-02-25 Thread Alex Harui
See if the -dump-config= works for JS. Not sure if it does, but it might help. HTH, -Alex On 2/25/19, 1:28 AM, "Olaf Krueger" wrote: > What happen if you put in js-output - real path instead "." - one dot ? Same behavior! Does that mean that you can't reproduce this is

Re: VSCode Build Taking Really Long

2019-02-25 Thread Olaf Krueger
> What happen if you put in js-output - real path instead "." - one dot ? Same behavior! Does that mean that you can't reproduce this issue at your side? Olaf -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

Re: VSCode Build Taking Really Long

2019-02-25 Thread Piotr Zarzycki
Hi Guys, What happen if you put in js-output - real path instead "." - one dot ? Thanks, Piotr pon., 25 lut 2019 o 09:57 Olaf Krueger napisał(a): > Good catch Yishay, I found a similar issue at my side [1]. > But it seems to me that in my case just "bin/js-debug/bin/js-debug/..." is > affected

RE: VSCode Build Taking Really Long

2019-02-25 Thread Olaf Krueger
Good catch Yishay, I found a similar issue at my side [1]. But it seems to me that in my case just "bin/js-debug/bin/js-debug/..." is affected and created recursively. Olaf [1] https://snag.gy/q8y4G2.jpg -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

RE: VSCode Build Taking Really Long

2019-02-25 Thread Yishay Weiss
But it still created nested folders n deep. From: Yishay Weiss Sent: Monday, February 25, 2019 10:40:54 AM To: dev@royale.apache.org Subject: RE: VSCode Build Taking Really Long It looks that way. I manually removed all bin folders from the old repo clone and

RE: VSCode Build Taking Really Long

2019-02-25 Thread Yishay Weiss
It looks that way. I manually removed all bin folders from the old repo clone and it’s now much faster. From: Olaf Krueger Sent: Monday, February 25, 2019 10:28:03 AM To: dev@royale.apache.org Subject: RE: VSCode Build Taking Really Long That means that

RE: VSCode Build Taking Really Long

2019-02-25 Thread Olaf Krueger
That means that cleaning the build folder would have been enough in your case, instead of re-cloning the repo, right? -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

RE: VSCode Build Taking Really Long

2019-02-24 Thread Yishay Weiss
"files": [ "src/com/edscha/ebaseforms/shell/view/royale/Shell.mxml" ] [1] https://paste.apache.org/sdgg From: Yishay Weiss Sent: Sunday, February 24, 2019 9:00:15 PM To: dev@royale.apache.org Subject: RE: VSCode Build

RE: VSCode Build Taking Really Long

2019-02-24 Thread Yishay Weiss
, February 23, 2019 11:18:57 PM To: dev@royale.apache.org Subject: RE: VSCode Build Taking Really Long Is there a verbose mode for running asconfigc? From: Yishay Weiss Sent: Saturday, February 23, 2019 10:56:16 PM To: dev@royale.apache.org Subject: RE: VSCode

RE: VSCode Build Taking Really Long

2019-02-23 Thread Yishay Weiss
Is there a verbose mode for running asconfigc? From: Yishay Weiss Sent: Saturday, February 23, 2019 10:56:16 PM To: dev@royale.apache.org Subject: RE: VSCode Build Taking Really Long CPU rarely goes over 20% and never over 57%. Turning real-time protection off

RE: VSCode Build Taking Really Long

2019-02-23 Thread Yishay Weiss
CPU rarely goes over 20% and never over 57%. Turning real-time protection off didn’t make a big difference. From: Josh Tynjala Sent: Friday, February 22, 2019 7:40:45 PM To: dev@royale.apache.org Subject: Re: VSCode Build Taking Really Long The fact that

Re: VSCode Build Taking Really Long

2019-02-23 Thread Piotr Zarzycki
arther > > - I need to restart Moonshine. > > > > I have to check whether being in that state I have problems with build as > > well. For quite some time when I'm starting work with your extension > > regardless it's Moonshine or VSCode first thing is switch

Re: VSCode Build Taking Really Long

2019-02-22 Thread Josh Tynjala
g to happen I'm basically cannot work farther > - I need to restart Moonshine. > > I have to check whether being in that state I have problems with build as > well. For quite some time when I'm starting work with your extension > regardless it's Moonshine or VSCode first

Re: VSCode Build Taking Really Long

2019-02-22 Thread Piotr Zarzycki
your extension regardless it's Moonshine or VSCode first thing is switching OFF firewall/antivirus live scanning, so I could work without the problems. Thanks, Piotr On Fri, Feb 22, 2019, 6:40 PM Josh Tynjala wrote: > The fact that you're all on Windows and are using the same versions

Re: VSCode Build Taking Really Long

2019-02-22 Thread Josh Tynjala
Josh On 2019/02/21 14:29:15, Yishay Weiss wrote: > Hi Guys, > > We have a really simple app which takes Piotr and Olaf less than half a > minute to compile using VSCode. The same app takes me somewhere between 2.5 > and 5 minutes. > > Can you round up the usual suspects

Re: VSCode Build Taking Really Long

2019-02-22 Thread Piotr Zarzycki
Hi Yishay, Try exercise with running build trough Windows CMD to see what's the timing. Thanks, Piotr pt., 22 lut 2019 o 09:03 Yishay Weiss napisał(a): > I installed asconfigc separately and ran it from the command line with > VSCode closed, but still no joy. Attaching consol

RE: VSCode Build Taking Really Long

2019-02-22 Thread Yishay Weiss
I installed asconfigc separately and ran it from the command line with VSCode closed, but still no joy. Attaching console output [1] [1] https://paste.apache.org/wXhr From: Harbs Sent: Thursday, February 21, 2019 5:44:22 PM To: dev@royale.apache.org

Re: VSCode Build Taking Really Long

2019-02-21 Thread Harbs
What are you using to compile? If you’re compiling using the VS Code extension, try installing asconfigc separately. > On Feb 21, 2019, at 4:29 PM, Yishay Weiss wrote: > > Hi Guys, > > We have a really simple app which takes Piotr and Olaf less than half a > minute to co

VSCode Build Taking Really Long

2019-02-21 Thread Yishay Weiss
Hi Guys, We have a really simple app which takes Piotr and Olaf less than half a minute to compile using VSCode. The same app takes me somewhere between 2.5 and 5 minutes. Can you round up the usual suspects? My computer isn’t slower than theirs and until recently we’ve been using the same

Re: Problem with Debugger in VSCode

2018-09-14 Thread Carlos Rovira
Hi, I'm finding that debugger is working again, at least partially, I'll explain. Don't know if the problem was due to Chrome, to VSCode or something in Royale. But now I can put break points in VSCode, launch in Chrome and stop at break point. I fixed an issue in compiler wh

Re: Problem with Debugger in VSCode

2018-09-12 Thread Carlos Rovira
Hi, I want to test in a few hours debug in VSCode, I'm using as3&mxml 0.14.0-SNAPSHOT Can someone confirm if this is working actually? or if I'll try it will not work? thanks! El jue., 7 jun. 2018 a las 23:37, Carlos Rovira () escribió: > Hi Josh, > I don't think br

Re: Problem with Debugger in VSCode

2018-06-07 Thread Carlos Rovira
gt; > Since I'm using maven always, I think for me the config is: > > > > -source-map=true > > > > This make the VSCode break points turn from outlined to red, and I think > > this means VSCode is recognizing the breakpoint. > > > > Then for me the problem is

Re: Problem with Debugger in VSCode

2018-06-07 Thread Josh Tynjala
tructions in > Josh website is that we don't need in that file "sourceMaps": true > Since I'm using maven always, I think for me the config is: > > -source-map=true > > This make the VSCode break points turn from outlined to red, and I think > this means VSCode

Re: Problem with Debugger in VSCode

2018-06-07 Thread Piotr Zarzycki
That's good. czw., 7 cze 2018 o 10:33 Carlos Rovira napisał(a): > Hi Piotr, > > nobody said to change nothing. More over, we're gitignoring .vscode/** > files > > 2018-06-07 10:27 GMT+02:00 Piotr Zarzycki : > > > Carlos, > > > > Config is ok f

Re: Problem with Debugger in VSCode

2018-06-07 Thread Piotr Zarzycki
that stuff here ? But the real question is if having it really helps. Along of all updates to VSCode and maybe Royale we just lost quite a big advantage - debugger in IDE. I'm debugging stuff in general in the Browser, but having it in IDE that would be awesome. Thanks, Piotr śr., 6 cze 20

Re: Problem with Debugger in VSCode

2018-06-07 Thread Carlos Rovira
Hi Piotr, nobody said to change nothing. More over, we're gitignoring .vscode/** files 2018-06-07 10:27 GMT+02:00 Piotr Zarzycki : > Carlos, > > Config is ok for people who are using building straight through the SDK not > through the Maven as you are. If we have in the exa

Re: Problem with Debugger in VSCode

2018-06-07 Thread Piotr Zarzycki
might be running into this issue (Debugger will not stop at > breakpoints on startup with Apache Royale): > > > https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Common-issues#debugger-will-not-stop-at-breakpoints-on-startup-with-apache-royale > > It seems like VSCode can&#x

Re: Problem with Debugger in VSCode

2018-06-07 Thread Piotr Zarzycki
config launch.json file and the instructions in > Josh website is that we don't need in that file "sourceMaps": true > Since I'm using maven always, I think for me the config is: > > -source-map=true > > This make the VSCode break points turn from outlined t

Re: Problem with Debugger in VSCode

2018-06-07 Thread Carlos Rovira
Hi, something I saw from my old config launch.json file and the instructions in Josh website is that we don't need in that file "sourceMaps": true Since I'm using maven always, I think for me the config is: -source-map=true This make the VSCode break points turn from ou

Re: Problem with Debugger in VSCode

2018-06-06 Thread Carlos Rovira
Hi, this was in my TODO, since I didn't use debug since many months ago. I remember this was working when I tried it...I think when I started to work in making MDL, but I left totally (bad for me). I was trying and get the breakpoint marked as red, so the breakpoint is recognized, but debugger doe

Re: Problem with Debugger in VSCode

2018-06-06 Thread Alex Harui
Short of making it work in both SWF and JS, couldn't we just make it work in JS by adding a "debugger" global variable to the JS typedefs? Then it could be wrapped in COMPILE::JS blocks and used in Royale without changing the compiler. Just wondering, -Alex On 6/6/18, 11:02 AM, "Josh Tynjala"

Re: Problem with Debugger in VSCode

2018-06-06 Thread Josh Tynjala
No, you can't use the debugger statement in ActionScript. I as documented, you can use a custom HTML template with your Royale app and add it in a

Re: Problem with Debugger in VSCode

2018-06-06 Thread OmPrakash Muppirala
> > https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Common-issues#debugger-will-not-stop-at-breakpoints-on-startup-with-apache-royale > > It seems like VSCode can't connect with the browser's debugger protocol > fast enough to register the breakpoint before the startup code has

Re: Problem with Debugger in VSCode

2018-06-06 Thread Josh Tynjala
You might be running into this issue (Debugger will not stop at breakpoints on startup with Apache Royale): https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Common-issues#debugger-will-not-stop-at-breakpoints-on-startup-with-apache-royale It seems like VSCode can't connect wit

Re: Problem with Debugger in VSCode

2018-06-05 Thread Piotr Zarzycki
ki > > wrote: > > > Hi Guys, > > > > Does anyone who is using VSCode has problem with debugging app? I've > > created Hello World app and tried to debug it but debugger cannot connect > > with app at all. When I hit Menu "Debug" -> &quo

Re: Problem with Debugger in VSCode

2018-06-05 Thread OmPrakash Muppirala
that helps. Thanks, Om On Tue, Jun 5, 2018 at 12:50 PM, Piotr Zarzycki wrote: > Hi Guys, > > Does anyone who is using VSCode has problem with debugging app? I've > created Hello World app and tried to debug it but debugger cannot connect > with app at all. When I hit Menu &q

Problem with Debugger in VSCode

2018-06-05 Thread Piotr Zarzycki
Hi Guys, Does anyone who is using VSCode has problem with debugging app? I've created Hello World app and tried to debug it but debugger cannot connect with app at all. When I hit Menu "Debug" -> "Start Debugging" - Application has been launched, but debugger

Re: Royale snippets for VSCode

2018-05-31 Thread Piotr Zarzycki
le.apache.org; dev@royale.apache.org > Subject: Royale snippets for VSCode > > Hello Royale Developers, > > Lately, neminovo has created a useful extension for VSCode, which provides > a bunch of snippets for Flex SDK.[1] I immediately decided to make exactly > the same extension but

RE: Royale snippets for VSCode

2018-05-30 Thread Alina Kazi
Awesome!!! -Original Message- From: Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com] Sent: Wednesday, May 30, 2018 11:43 PM To: us...@royale.apache.org; dev@royale.apache.org Subject: Royale snippets for VSCode Hello Royale Developers, Lately, neminovo has created a useful extension

Re: Royale snippets for VSCode

2018-05-30 Thread Carlos Rovira
Hi Piotr great work on this extension! thanks for doing this! :) Hope to try it soon and report my findings! Best Carlos 2018-05-30 20:42 GMT+02:00 Piotr Zarzycki : > Hello Royale Developers, > > Lately, neminovo has created a useful extension for VSCode, which provides > a bunch

Royale snippets for VSCode

2018-05-30 Thread Piotr Zarzycki
Hello Royale Developers, Lately, neminovo has created a useful extension for VSCode, which provides a bunch of snippets for Flex SDK.[1] I immediately decided to make exactly the same extension but for Apache Royale SDK. I created the extension in my GitHub project: royalesnippetsforvscode[2] and

Re: [royale-asjs] branch develop updated: fix royale typedefs as stated by Josh (https://github.com/BowlerHatLLC/vscode-nextgenas/issues/170)

2018-02-27 Thread Carlos Rovira
Ok Alex, many thanks 2018-02-27 6:36 GMT+01:00 Alex Harui : > I took care of it. > > -Alex > > On 2/26/18, 11:51 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > wrote: > > >Hi Just notified in the thread in nextgenas issues > >Could you post here the names of files to fix? I could ta

Re: [royale-asjs] branch develop updated: fix royale typedefs as stated by Josh (https://github.com/BowlerHatLLC/vscode-nextgenas/issues/170)

2018-02-26 Thread Alex Harui
I took care of it. -Alex On 2/26/18, 11:51 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Just notified in the thread in nextgenas issues >Could you post here the names of files to fix? I could take a look >or maybe what's the strings you are seeing incorrectly in order to

Re: [royale-asjs] branch develop updated: fix royale typedefs as stated by Josh (https://github.com/BowlerHatLLC/vscode-nextgenas/issues/170)

2018-02-26 Thread Carlos Rovira
Hi Just notified in the thread in nextgenas issues Could you post here the names of files to fix? I could take a look or maybe what's the strings you are seeing incorrectly in order to search for that thanks 2018-02-26 19:29 GMT+01:00 Alex Harui : > Hi Carlos, there are other templates in distrib

Re: [royale-asjs] branch develop updated: fix royale typedefs as stated by Josh (https://github.com/BowlerHatLLC/vscode-nextgenas/issues/170)

2018-02-26 Thread Alex Harui
Hi Carlos, there are other templates in distributions that need fixing. Can you take care of it? Or convince Josh to do it. -Alex On 2/26/18, 10:05 AM, "carlosrov...@apache.org" wrote: >This is an automated email from the ASF dual-hosted git repository. > >carlosrovira pushed a commit to branc

Re: VSCode

2017-11-02 Thread Harbs
. Thanks! > ‹peter > > On 11/2/17, 5:13 PM, "carlos.rov...@gmail.com > <mailto:carlos.rov...@gmail.com> on behalf of Carlos Rovira" > mailto:carlos.rov...@gmail.com> on behalf of > carlosrov...@apache.org <mailto:carlosrov...@apache.org>> wrot

Re: VSCode

2017-11-02 Thread Peter Ent
It may not work but this is still helpful. Thanks! ‹peter On 11/2/17, 5:13 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Some other things to know that could help you with VSCODE: > >* For building a project you can use CMD+SHIFT+B > >Some projects h

Re: VSCode

2017-11-02 Thread Carlos Rovira
Some other things to know that could help you with VSCODE: * For building a project you can use CMD+SHIFT+B Some projects has a .vscode folder and a tasks.json to use maven to build using that key combo. (See for example MDLExample) * You can launch the App as well when building For this in

Re: VSCode

2017-11-02 Thread Carlos Rovira
Hi Peter, the problem right now is that NextGenAs extension de Josh seems to be broken for Apache Royale. You can see this: https://github.com/BowlerHatLLC/vscode-nextgenas/issues/144 Maybe we could ask here to Josh if he can give this priority in order to help us working faster in Royale

VSCode

2017-11-02 Thread Peter Ent
Hi, Since FlashBuilder refuses to run for me, I thought I'd take a step into 2017 and use VSCode. Seems quite nice and well designed. I need help getting this to work for Royale. Or does it not yet work for Royale? I'm not sure what to do. Here is what I have done so far: Instal