hermet pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=0f08d4325d3ec7941ddb7d11dc8f55c0624a2f5e
commit 0f08d4325d3ec7941ddb7d11dc8f55c0624a2f5e Author: Hermet Park <her...@hermet.pe.kr> Date: Tue Aug 30 09:16:46 2016 +0900 about enventor: fix typo. --- pages/about-enventor.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/about-enventor.txt b/pages/about-enventor.txt index 958c063..6b6aa53 100644 --- a/pages/about-enventor.txt +++ b/pages/about-enventor.txt @@ -11,7 +11,7 @@ Enventor, which is also known as a dynamic EDC (Edje Data Collections) Editor, i {{ :enventor-main.png?&300|}} -When your application requires real-time changeable layouts like animated ones, you can write the layout design using EDC script, compile it into EDJ format file, and import it into your application using a UI layout component. You can also write design layouts from simple to complex ones using the EDC script with Enventor. Enventor helps you write EDC script code eaiser and finish your work faster. If you are not familiar with EDC programming, see [https://www.enlightenment.org/program_ [...] +When your application requires real-time changeable layouts like animated ones, you can write the layout design using EDC script, compile it into EDJ format file, and import it into your application using a UI layout component. You can also write design layouts from simple to complex ones using the EDC script with Enventor. Enventor helps you write EDC script code eaiser and finish your work faster. If you are not familiar with EDC programming, see [[https://www.enlightenment.org/program [...] Basically, Enventor view is divided into live view and text view. The live view on the left pane previews images corresponding to part objects of the EDC source code. The text view on the right pane contains the EDC source code. Because of its real-time update mechanism, Enventor updates the preview real-time while you modify the source code. Enventor also provides useful functions for you to develop your GUI. Before using Enventor, familiarize yourself with the following functionalities. --