Skip to content

Commit

Permalink
Add the readme introduce for Domino&Royale convert(#646)(#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
feather812002 committed Jan 14, 2022
1 parent ad8bf46 commit f3499f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,16 @@ Domino:https://github.com/Moonshine-IDE/Moonshine-IDE/tree/features/issue_646_ve
Domino :
According to the design structure of moonshine ide
When user work with Visual Editors and clciks the "save" action or click the "code' tab from the Visual Editor,it will trigger the Domino convert.

So, please check following code:
https://github.com/Moonshine-IDE/Moonshine-IDE/blob/c4548fd104d734aa8d672fba4764a7c00a024e78/ide/MoonshineDESKTOPevolved/src/actionScripts/plugins/ui/editor/VisualEditorViewer.as#L423

'getMxmlCode()' method will identify projects and files, and perform domino conversions based on project and file types.
getMxmlCode() method will identify projects and files, and perform domino conversions based on project and file types.


Royale:
According to the requirements, the Royale project will be generated from the opened Domino Visual project, therefore, the user will click "Project->Generate Apache Royale Project" in the menu to generate a new Royale project.

So, please check following code:
https://github.com/Moonshine-IDE/Moonshine-IDE/blob/4363a2a14cfb8623d07937c0d2d12ad3fa7b7ccf/ide/MoonshineDESKTOPevolved/src/actionScripts/plugins/as3project/CreateProject.as#L989

Expand Down

0 comments on commit f3499f5

Please sign in to comment.