Go to file
Hermet Park c79a0aa4e5 about - use entry_file_set() instead of direct file accessing.
This changes enventor makes much simpler to maintaining code.
Additionally, the about file should have been markup format.
Previously, it used to use markup partially so its format was ambigious.
2016-01-25 15:56:20 +09:00
data about - use entry_file_set() instead of direct file accessing. 2016-01-25 15:56:20 +09:00
m4 remove redundant code. 2015-03-02 14:49:51 +09:00
pc library support. 2014-09-30 23:56:16 +09:00
po improve menu ui. 2016-01-22 20:47:04 +09:00
src about - use entry_file_set() instead of direct file accessing. 2016-01-25 15:56:20 +09:00
.arcconfig Add .arcconfig file for arcanist usage 2015-06-11 16:05:39 +09:00
.gitignore update gitignore. 2016-01-22 18:59:41 +09:00
ABOUT-NLS Multilanguage: Add infrastructure for multilanguage support. 2015-11-17 16:59:55 +00:00
AUTHORS update authors 2016-01-03 15:47:38 +09:00
COPYING bump version up for v0.7.0 release. 2016-01-01 15:09:58 +09:00
ChangeLog enventor: begin adding autofoo support. 2013-08-08 18:04:22 +09:00
INSTALL enventor: begin adding autofoo support. 2013-08-08 18:04:22 +09:00
Makefile.am Multilanguage: add english po file. 2015-11-18 09:00:10 +00:00
Makefile_Eolian_Cxx_Helper.am library support. 2014-09-30 23:56:16 +09:00
Makefile_Eolian_Helper.am enventor: remove --eo option from eolian_helper 2015-11-16 13:01:42 +09:00
NEWS updated NEWS for enventor v0.7.0 2016-01-03 15:45:10 +09:00
README update dummy parts interfaces. 2016-01-02 14:06:59 +09:00
autogen.sh Multilanguage: Add infrastructure for multilanguage support. 2015-11-17 16:59:55 +00:00
configure.ac bump version up for v0.7.0 release. 2016-01-01 15:09:58 +09:00

README

[Enventor v0.7.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.
 
 
[Requirements]
  
  efl (>= 1.16.0)
  elementary (>= 1.16.0)
  
Please note that some features may not quite function correctly or completely prior to EFL 1.16. Newer would be better.
  
Please see the following sites for more information.
 
http://www.enlightenment.org
https://phab.enlightenment.org/w/projects/enventor/
http://www.openhub.net/p/enventor 
  
 
[Compiling]
 
Once you have met the requirements, compiling and installing is simple:
 
  $ ./autogen.sh
  $ make
  $ sudo make install
  $ sudo ldconfig (it may need on Linux System) 
 

[Short Cut Keys]
 
Esc - Open/Close Menu
F1 - About
F2 - New
F3 - Save
F4 - Load
F5 - Show/Hide Line Number
F9 - Show/Hide Tools
F10 - Show/Hide Console
F11 - Show/Hide Status
F12 - Settings
 
Ctrl+S - Quick Save + Update Live View
Ctrl+I - On/Off Auto Indentation
Ctrl+O - On/Off Auto Completion
Ctrl+W - Show/Hide Dummy Parts
Ctrl+H - On/Off Part Highlighting
Ctrl+T - Insert Defaut Template Code
Ctrl+Mouse Wheel Up - View Zoom In (Only if view size is set) / Font Size Up
Ctrl+Mouse Wheel Down - View Zoom Out (Only if view size is set) / Font Size Down

Alt+Left - On/Off Full Edit View
Alt+Right - On/Off Full Live View
Alt+Up - On/Off Full Console View
Alt+Down - On/Off Full Editors View

Ctrl+A - Select Text All
Ctrl+Double Click - Select a word
Ctrl+Z - Undo Text
Ctrl+R - Redo Text
Ctrl+C - Copy Selected Text
Ctrl+V - Paste Copied Text
Ctrl+X - Cut Selected Text
Ctrl+D - Delete a Current line
Ctrl+F - Find/Replace
Ctrl+L - Go to line
Ctrl+Home - Go to the Top line
Ctrl+End - Go to the Bottom line
Ctrl+Space - Search candidate keywords in the context
 
 
[Command Line Usage]
 
enventor --help
enventor [input file] [output file] [-t] [-i image path] [-s sound path] [-f font path] [-d data path]
 
input file = EDC file to open. If input file is skipped, Enventor will open a default template code with a temporary file.
output file = EDJ file to store compiled file. If output file is skipped, Enventor will store the binary file to the temporary directory.
-t = Open template menu when you launch Enventor
-i = path to image resources that the edc includes
-s = path to sound resources that the edc includes
-f = path to font resources that the edc includes
-d = path to data resources that the edc includes
 
Examples of Enventor command line usage:
$ enventor
$ enventor -t
$ enventor newfile.edc -t
$ enventor sample.edc output.edj -i ./images -s ./sounds
 
 
[Developers]
  
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.
 
Copyright (C) 2013 - 2016 by:
 
Hermet Park
Jaehyun Cho
Mykyta Biliavskyi
Kateryna Fesyna
Yunho Jeong
Mincheol Seo
Raoul Hecky
  
And various contributors (See AUTHORS)