hermet pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=da102192b327930c3cd9b38d5241054051ceee7e
commit da102192b327930c3cd9b38d5241054051ceee7e Author: Hermet Park <her...@hermet.pe.kr> Date: Tue Jul 12 19:11:36 2016 +0900 about enventor: fix typos. --- pages/about-enventor.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/pages/about-enventor.txt b/pages/about-enventor.txt index b19f7e5..3a3be66 100644 --- a/pages/about-enventor.txt +++ b/pages/about-enventor.txt @@ -11,7 +11,7 @@ Enventor, which is also known as EDC (Edje Data Collections) Editor, is a useful === About Enventor === -{{:enventor-about.png?&200 |} +{{:enventor-about.png?&200 |}} Basically, Enventor view is divided into 2 sections, live view and text view. The live view is the left pane of Enventor window and it previews images corresponding to the part objects of the EDC source code. The text view is the right pane of Enventor window and it contains the EDC source code. Thanks to its realtime updation mechanism, Enventor updates the preview on realtime while you are modifying the source code that helps you to see the result on the spot. Other than that, Enventor [...] @@ -25,7 +25,7 @@ Basically, Enventor view is divided into 2 sections, live view and text view. Th ==Enventor Layout== -{{ :enventor-layout.png?&200|} +{{ :enventor-layout.png?&200|}} The following figure illustrates the whole layout of Enventor. In the figure: @@ -46,32 +46,32 @@ Text view supports the following features: * Auto-complete -{{:enventor-autocomplete.png?&200 |} +{{:enventor-autocomplete.png?&200 |}} - To help you write EDC source code, Text view supports auto-complete function, which lists the reserved keywords in a contextual pop-up. +To help you write EDC source code, Text view supports auto-complete function, which lists the reserved keywords in a contextual pop-up. - When you enter a part of a reserved keyword, a contextual pop-up comes up with a list of keywords beginning with your input string. Choose one keyword with up and down arrow keys and press "Enter". The keyword is selected and a related EDC code snippet is inserted in the text view automatically. In contrast, if you press "Backspace" key, the auto-complete function is cancelled and the contextual pop-up will be dismissed. In addition, you can enable or disable the auto-complete function [...] +When you enter a part of a reserved keyword, a contextual pop-up comes up with a list of keywords beginning with your input string. Choose one keyword with up and down arrow keys and press "Enter". The keyword is selected and a related EDC code snippet is inserted in the text view automatically. In contrast, if you press "Backspace" key, the auto-complete function is cancelled and the contextual pop-up will be dismissed. In addition, you can enable or disable the auto-complete function i [...] - You can also suse auto-complete as context help: press "Ctrl+Space" key combination to show a list of available keywords in the current cursor position context. +You can also suse auto-complete as context help: press "Ctrl+Space" key combination to show a list of available keywords in the current cursor position context. * Candidate list -{{ :enventor-candidate1.png?&200|} +{{ :enventor-candidate1.png?&200|}} - The EDC script provides a variety of pre-defined keywords including part object types and program action types. To edit the keywords easier, text view supports a candidate list function for the keywords. When you double-click a keyword in the text view, the available candidate keyword list based on the context pops up. If you select one of the candidate keywords, the double-clicked keyword is changed to the selected one. +The EDC script provides a variety of pre-defined keywords including part object types and program action types. To edit the keywords easier, text view supports a candidate list function for the keywords. When you double-click a keyword in the text view, the available candidate keyword list based on the context pops up. If you select one of the candidate keywords, the double-clicked keyword is changed to the selected one. -{{:enventor-candidate2.png?&200 |} +{{:enventor-candidate2.png?&200 |}} - The candidate list function also helps you to know the available range of the numeric values based on the context. The numeric candidate function shows the range of the available number. While you are dragging the slider, Enventor updates the preview instantly. +The candidate list function also helps you to know the available range of the numeric values based on the context. The numeric candidate function shows the range of the available number. While you are dragging the slider, Enventor updates the preview instantly. * Color selector -{{ :enventor-candidate3.png?&200|} +{{ :enventor-candidate3.png?&200|}} - To change color values, use the color selector tool. Each time when the "color" keyword is double-clicked, it displays the color selector. +To change color values, use the color selector tool. Each time when the "color" keyword is double-clicked, it displays the color selector. * Text Zooming -{{:enventor-text-zoom.png?&200 |} +{{:enventor-text-zoom.png?&200 |}} - Zooming in/out text view area changes the font size relative to the zoom factor. This action can be done by "Ctrl+Mouse Wheel Up/Down" or inside Text Editor Setting. (Settings -> Text Editor) +Zooming in/out text view area changes the font size relative to the zoom factor. This action can be done by "Ctrl+Mouse Wheel Up/Down" or inside Text Editor Setting. (Settings -> Text Editor) --