about enventor: updated content.

This commit is contained in:
Hermet Park 2016-08-11 23:49:14 +09:00
parent c5c61a165a
commit 1728a8e1de
2 changed files with 24 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

View File

@ -181,9 +181,31 @@ In contrast to the fixed size, you can set a new part's position and size relati
After you have confirmed a new part, press "Enter" or double-click a mouse button to insert the part object in your layout. The live edit mode is terminated and the text view is enabled again. To cancel the live edit mode any time during editing, press "Esc" or "Backspace" key.
==Dummy Parts==
Enventor displays non-visual parts with symbols so that you can understand how their parts have positioned and sized. Typically, dummy parts are the swallow and spacer parts. You can toggle the dummy parts by pressing "Ctrl+U" to show or hide the symbols.
{{:enventor-wireframe.png?&150 |}}
==Wireframes==
Wireframe is also one of useful functions for live editing. It displays outlines of all parts with solid lines so that you can undertand the logical boundaires of the parts in a layout. You can toggle this function by pressing "Ctrl+W".
===G. Workspace===
We'd like to propose to set up workspace if your EDC collections are consisted of multiple edc files. The function of Enventor workspace is disabled in default but if you launch Enventor with "-w" command option which specifies a workspace path, then Enventor regards that folder path is workspace directory. Once the workspace is specified, traditional File browser (toggle hotkey, F9) and File tab (toggle hotkey, F11) are available in Enventor so that you could navigate multiple edc files in that tools.
Set up workspace if your EDC collections are consisted of multiple EDC files. The default workspace directory is where you launch the Enventor but if you launch Enventor with "-w" command option which specifies a workspace path, then Enventor regards that path is a current workspace directory. Workspace is designed to be used with the File browser (toggle hotkey, F9) and the File tab (toggle hotkey, F11) so that you can navigate multiple EDC files in those tools. Basically, the file browser displays the current workspace directory.
==File Browser==
You can open EDC files in the file browser. Just double click any EDC files on it. Then EDC text will be opened with a new file tab.
Enventor allows only one main EDC file that can be activated in the Live view. In the file browser, the main EDC file will be displayed with [main] tag. If the main EDC file contains multiple sub EDC files, then you can open and navigate through them. You can easily open those files in the file browser but you can also open them by pressing "F3" if the text editor cursor is placed on the "include" line in the text view. (ie, #include "subfile.edc").
"F4" shortcut key helps you to go back to the previous edit page quickly.
Enventor tracks a current focused EDC group to display it while you go through groups in one EDC collection. But If you open an new EDC file which contains an another collection, then you need to manually set up that file to be a main. For this, press "F2" after select a new main EDC file in the file browser. Then Enventor understands that EDC has a collection to be activatable with its subordinates files. You can also change a main EDC file in "Settings -> EDC Build -> Main EDC File".
===H. Tool Functions===
@ -266,7 +288,7 @@ The Text Editor tab provides text options to control the font size and type. You
==EDC Build==
This tab provides some options to control EDC build. You can change image, sound, font, data even workspace pathes here.
This tab provides some options to control EDC build. You can change the image, sound, font, data, and even main EDC pathes here.
===L. Command Line Usages===