Re: [FLEXJS] Examples/Templates

2016-06-16 Thread Harbs
This sounds very good. I’m probably not going to have time to try this today, but I will definitely do that early next week. I hope other IDE vendors pick up on this as well. For example, it should be really easy to convert starting points into FDT project templates. On Jun 17, 2016, at 8:24 AM

[FLEXJS] Examples/Templates

2016-06-16 Thread Alex Harui
Hi, I just finished a first attempt at another way of trying to make it easier for folks to get started with FlexJS. As you may know, in Flash Builder doesn't know how to make a new FlexJS project. We've been instructing folks to create a new Flex project, then copy an existing FlexJS example in

Re: AW: Coding conventions?

2016-06-16 Thread Alex Harui
Fred checked in an Eclipse formatter file (which, unfortunately, I never got in the habit of using). I noticed it is not in the repo right now. You can use git show 3ef34c70aaf5ca9c71f5fb55c1917eb055c98d66 to see it. How important is the SonarQube stuff to getting a release out? Could SonarQ

AW: Coding conventions?

2016-06-16 Thread Christofer Dutz
I have seen some project use something like this [1] ... at least IntelliJ understands it out of the box. It's an IDE independent format for defining settings like indentation, end of line settings and so on. Chris [1]: http://editorconfig.org/ EditorConfig editorc

Coding conventions?

2016-06-16 Thread Christofer Dutz
Hi, I am currently having a look at the SonarQube findings, since activating the Xml analysis the number of problems did jump up by about 1,1k most of them being related to my Xml indention of 4 spaces instead of 2. Now it would be one option to disable checks like this, but sometimes they are