You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2019/05/28 09:42:18 UTC

[royale-asjs.wiki] branch master updated: Update Moonshine IDE instruction to align with new version

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 cfea494  Update Moonshine IDE instruction to align with new version
cfea494 is described below

commit cfea494afbe0cd1bc30145a4389944f49bd1e8bb
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Tue May 28 11:42:16 2019 +0200

    Update Moonshine IDE instruction to align with new version
---
 Moonshine-IDE.md | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/Moonshine-IDE.md b/Moonshine-IDE.md
index 2768dd4..dbe8dba 100644
--- a/Moonshine-IDE.md
+++ b/Moonshine-IDE.md
@@ -5,6 +5,12 @@ Apache Royale has been started fully supported in Moonshine IDE [1.9.0](https://
 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
+## Option 1:
+  1. Open Getting Started page by clicking "**Help**" menu and "**Getting Started**".
+  2. Find on the list "**Apache Royale Compilation**" and click on download icon. Once download complete SDK will be added 
+     to your newly created project, if not follow instructions in "**Option 2**".
+
+## Option 2:
   1. Start Moonshine IDE and open its settings by clicking "**File**" menu and "**Settings**".
   2. Navigate to the "**Default SDK**".
      - In the "**Default Apache Flex, Apache Royale or Feathers SDK**" section, choose "**Change**".
@@ -14,6 +20,9 @@ If you find any problems or would like to propose new features in Moonshine IDE,
   1. In the "**Home**" tab, choose "**Royale Browser Project**".
   2. Change "**Project name**".
   3. Change "**Parent Directory**".
+  3. In the "**Select Template Type**" section, choose:
+     - "**Royale Browser Project Jewel**" (This requires Apache Royale 0.9.6)
+     - "**Royale Browser Project Basic**"
   3. Click on the "**Create**" button.
 
 # Open Royale project from the existing source
@@ -22,7 +31,9 @@ If you find any problems or would like to propose new features in Moonshine IDE,
     > This directory is missing the Moonshine project configuration files. 
     > Do you want to generate a new project by locating existing source?
 
-  1. In the "**Select Template Type**" section, choose "**Royale Browser Project**".
+  1. In the "**Select Template Type**" section, choose:
+     - "**Royale Browser Project Jewel**" (This requires Apache Royale 0.9.6)
+     - "**Royale Browser Project Basic**"
   1. Make sure that you have a "**Project with existing source**" selected.
   1. Change "**Project name**".
   1. Locate "**Main source folder**".
@@ -32,5 +43,5 @@ If you find any problems or would like to propose new features in Moonshine IDE,
 # Build Royale project
 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 SWF application, go to the "**Project**" menu and choose "**Build Project**" or "**Build & Run**". Note that this option will not work with template **Royale Browser Project Jewel**.
   * 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