updated about

This commit is contained in:
Hermet Park 2016-05-25 02:34:00 +09:00
parent 3f317692cb
commit fe4cc81da1
4 changed files with 7 additions and 102 deletions

2
README
View File

@ -1,6 +1,6 @@
[Enventor v0.8.0]
This is an EDC editor with some convenient functions. It was started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature. However, considering its young age, it does a lot.
This is an EDC editor with some convenient functions. Enventor supports text edit and preview function for EDC source code. You can edit EDC source code to create complex application layout using Enventor. This was started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature. However, considering its young age, it does a lot.
[Requirements]

View File

@ -1,96 +0,0 @@
<font_size=11><b>[Enventor v0.8.0]</b></font_size></br>
</br>
This is an EDC editor with some convenient functions. It was started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature. However, considering its young age, it does a lot.</br>
</br>
Please see the following sites for more information.</br>
</br>
http://www.enlightenment.org</br>
https://phab.enlightenment.org/w/projects/enventor/</br>
http://www.openhub.net/p/enventor</br>
</br>
</br>
<font_size=11><b>[Short Cut Keys]</b></font_size></br>
</br>
Esc - Open/Close Menu</br>
F1 - About</br>
F2 - New</br>
F3 - Save</br>
F4 - Load</br>
F5 - Toggle Line Number</br>
F8 - Toggle Tools</br>
F9 - Toggle File Browser</br>
F10 - Toggle EDC Navigator</br>
F11 - Toggle Status</br>
F12 - Settings</br>
</br>
Ctrl+S - Quick Save + Update Live View</br>
Ctrl+I - Toggle Auto Indentation</br>
Ctrl+O - Toggle Auto Completion</br>
Ctrl+W - Toggle Dummy Parts</br>
Ctrl+H - Toggle Part Highlighting</br>
Ctrl+M - Toggle Mirror Mode</br>
Ctrl+T - Insert Defaut Template Code</br>
Ctrl+Mouse Wheel Up - View Zoom In / Font Size Up</br>
Ctrl+Mouse Wheel Down - View Zoom Out / Font Size Down</br>
</br>
Alt+Left - Toggle Full Edit View</br>
Alt+Right - Toggle Full Live View</br>
Alt+Up - Toggle Full Console View</br>
Alt+Down - Toggle Full Editors View</br>
</br>
Ctrl+A - Select Text All</br>
Ctrl+Double Click - Select a word</br>
Ctrl+Z - Undo Text</br>
Ctrl+R - Redo Text</br>
Ctrl+C - Copy Selected Text</br>
Ctrl+V - Paste Copied Text</br>
Ctrl+X - Cut Selected Text</br>
Ctrl+D - Delete a Current line</br>
Ctrl+F - Find/Replace</br>
Ctrl+L - Go to line</br>
Ctrl+Home - Go to the Top line</br>
Ctrl+End - Go to the Bottom line</br>
Ctrl+Space - Search candidate keywords in the context</br>
</br>
</br>
<font_size=11><b>[Command Line Usage]</b></font_size></br>
</br>
enventor --help</br>
enventor [input file] [output file] [-t] [-i image path] [-s sound path] [-f font path] [-d data path] [-w workspace path]</br>
</br>
input file = EDC file to open. If input file is skipped, Enventor will open a default template code with a temporary file.</br>
output file = EDJ file to store compiled file. If output file is skipped, Enventor will store the binary file to the temporary directory.</br>
-t = Open template menu when you launch Enventor</br>
-i = path to image resources that the edc includes</br>
-s = path to sound resources that the edc includes</br>
-f = path to font resources that the edc includes</br>
-d = path to data resources that the edc includes</br>
-w = workspace directory path that contains group edc files</br>
</br>
Examples of Enventor command line usage:</br>
$ enventor</br>
$ enventor input.edc -i ./images</br>
$ enventor input.edc output.edj -i ./images</br>
$ enventor -t</br>
$ enventor newfile.edc -t</br>
$ enventor input.edc output.edj -i ./images -s ./sounds -w ./workspace</br>
</br>
</br>
<font_size=11><b>[Developers]</b></font_size></br>
</br>
Many developers have contributed to Enventor project. The following names are dedicated Enventor developers' names but there are more people who've gladly contributed for Enventor. For a complete list of contributors, See AUTHORS file.</br>
</br>
Copyright (C) 2013 - 2016 by:</br>
</br>
Hermet Park</br>
Jaehyun Cho</br>
Mykyta Biliavskyi</br>
Kateryna Fesyna</br>
Tae-Hyup Kim</br>
Yunho Jeong</br>
Mincheol Seo</br>
Raoul Hecky</br>
Yurii Tsivun</br>
</br>
And various contributors (See AUTHORS)</br>
</br>

View File

@ -1,6 +1,6 @@
<b>Enventor v0.8.0</b></br>
</br>
This is an EDC editor with some convenient functions. It was started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature. However, considering its young age, it does a lot.</br>
This is an EDC editor with some convenient functions. Enventor supports text edit and preview function for EDC source code. You can edit EDC source code to create complex application layout using Enventor. This was started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature. However, considering its young age, it does a lot.</br>
</br>
Please see the following sites for more information.</br>
</br>

View File

@ -15,10 +15,11 @@ $ enventor input.edc output.edj -i ./images -s ./sounds -w ./workspace\n"
#define ENVENTOR_INFO \
"This is an EDC editor with some convenient functions.\n \
It's brand new and was only started near the begining of June 2013,\n \
so expecting it to do everything a mature script editor does \n \
is a bit premature, but considering it's young age, it does a lot. \n \
\nPlease see next sites for more information on these.\n \
Enventor supports text edit and preview function for EDC source code.\n \
You can edit EDC source code to create complex application layout\n \
using Enventor. This was started near the begining of June 2013,\n \
so expecting it to do everything a mature script editor does is\n \
a bit premature. However, considering its young age, it does a lot.\n \
\n http://www.enlightenment.org \n \
https://phab.enlightenment.org/w/projects/enventor/ \n \
http://www.openhub.net/p/enventor\n"