This is an automated email from the ASF dual-hosted git repository. piotrz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git
The following commit(s) were added to refs/heads/master by this push: new 5eb3510 Update instruction of Moonshine IDE after release 1.7.0 5eb3510 is described below commit 5eb351061bb6ddcab3f01f420e81cec90ac0dd21 Author: Piotr Zarzycki <piotrzarzyck...@gmail.com> AuthorDate: Fri Dec 8 08:49:39 2017 +0100 Update instruction of Moonshine IDE after release 1.7.0 --- Moonshine-IDE.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Moonshine-IDE.md b/Moonshine-IDE.md index 82d6f53..1a62c63 100644 --- a/Moonshine-IDE.md +++ b/Moonshine-IDE.md @@ -1,6 +1,8 @@ Follow these instructions to use [Moonshine IDE](http://moonshine-ide.com/) for developing Apache Royale applications. -From version [1.6.1](https://github.com/prominic/Moonshine-IDE/releases/tag/v1.6.1), Moonshine IDE has started to partially support Apache Royale. In the upcoming version 1.7.0, the missing functionalities will be available. +Moonshine IDE [1.7.0](https://github.com/prominic/Moonshine-IDE/releases/tag/v1.7.0) partially support Apache Royale. In the upcoming version 1.8.0, the existing issues should be fixed. + +If you find any problems or would like to propose new features in Moonshine IDE, please raise a new issue on the project's [GitHub](https://github.com/prominic/Moonshine-IDE/issues). # Add the Royale SDK 1. Start Moonshine IDE and open its settings by clicking "**File**" menu and "**Settings**". @@ -12,7 +14,9 @@ From version [1.6.1](https://github.com/prominic/Moonshine-IDE/releases/tag/v1.6 Moonshine IDE currently is not fully compatible with Apache Royale compiler, because Nightly build include `fxg-base-class` option that did not exists in compiler 0.8.0 which has been used in IDE for code completion support. A temporary workaround which allows to have full experience of usage is to remove line `<fxg-base-class>flash.display.Sprite</fxg-base-class>` from file `frameworks\flex-config.xml` downloaded Royale SDK. # Create Royale project -This functionality will be available in version 1.7.0. + 1. In the "**Home**" tab, choose "**Flex Browser Project(FlexJS)**". + 2. Choose from drop down list "**Select Template Type**" - "**Royale Browser Project**" + 3. Click on the "**Create**" button. # Open Royale project from the existing source 1. In the "**Home**" tab, choose "**Open Apache Flex/JS Project...**" and select the folder with your project. Moonshine will ask you the following question: @@ -30,6 +34,4 @@ This functionality will be available in version 1.7.0. Assuming that you have already opened a project in Moonshine IDE, you have a couple of options to build a project. * If you would like to build a project for SWF application, go to the "**Project**" menu and choose "**Build Project**" or "**Build & Run**". - * If you would like to build a project for JavaScript application, go to the "**Project**" menu and choose "**Build as JavaScript**" or "**Build & Run as JavaScript**". - -If you find any problems or would like to propose new features in Moonshine IDE, please raise a new issue on the project's [GitHub](https://github.com/prominic/Moonshine-IDE/issues). \ No newline at end of file + * If you would like to build a project for JavaScript application, go to the "**Project**" menu and choose "**Build as JavaScript**" or "**Build & Run as JavaScript**". \ No newline at end of file -- To stop receiving notification emails like this one, please contact ['"commits@royale.apache.org" <commits@royale.apache.org>'].