Go to file
ChunEon Park d1d7ce813c bump up version. 2015-05-28 15:33:09 +09:00
data bump up version. 2015-05-28 15:33:09 +09:00
m4 remove redundant code. 2015-05-28 13:15:40 +09:00
pc library support. 2014-09-30 23:56:16 +09:00
src lib/main: minus initialization count when it's shutdown. 2015-05-28 13:17:14 +09:00
.gitignore updated gitignore 2014-11-01 01:01:05 +09:00
ABOUT-NLS enventor: begin adding autofoo support. 2013-08-08 18:04:22 +09:00
AUTHORS updated AUTHORS 2015-03-02 00:57:51 +09:00
COPYING update COPYING 2015-02-28 14:38:51 +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 library support. 2014-09-30 23:56:16 +09:00
Makefile_Eolian_Cxx_Helper.am library support. 2014-09-30 23:56:16 +09:00
Makefile_Eolian_Helper.am library support. 2014-09-30 23:56:16 +09:00
NEWS bump up version. 2015-05-28 15:33:09 +09:00
README bump up version. 2015-05-28 15:33:09 +09:00
autogen.sh enventor: begin adding autofoo support. 2013-08-08 18:04:22 +09:00
configure.ac bump up version. 2015-05-28 15:33:09 +09:00

README

[Enventor v0.5.1]
 
This is an EDC editor with some convenient functions. It's brand new and was only started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature, but considering it's young age, it does a lot.
 
 
[Requirements]
  
  efl (>= 1.14.0)
  elementary (>= 1.14.0)
  
Please note that some features may not quite function correctly or completely less EFL 1.14. Newer would be better.
  
Please see next sites for more information on these.
 
http://www.enlightenment.org
https://phab.enlightenment.org/w/projects/enventor/
http://www.openhub.net/p/enventor 
  
 
[Compiling]
 
Once you have met 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 = Setting
 
Ctrl+S = Quick Save + Compile EDC
Ctrl+I = On/Off Auto Indentation
Ctrl+O = On/Off Auto Completion
Ctrl+W = Show/Hide Dummy Swallow
Ctrl+H = On/Off Part Highlighting
Ctrl+Left = On/Off Full Edit View
Ctrl+Up = On/Off Full Console View
Ctrl+Down = On/Off Full Editors View
Ctrl+T = Insert Defaut Template Code
Ctrl+Mouse Wheel Up = View Scale Up / Font Size Up
Ctrl+Mouse Wheel Down = View Scale Down / Font Size Down
Ctrl+Shift+B = Insert Part Template Code: Textblock
Ctrl+Shift+I = Insert Part Template Code: Image
Ctrl+Shift+R = Insert Part Template Code: Rectangle
Ctrl+Shift+T = Insert Part Template Code: Text
Ctrl+Shift+S = Insert Part Template Code: Spacer
Ctrl+Shift+W = Insert Part Template Code: Swallow
 
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
 
 
[Command Line Usage]
 
enventor --help
enventor [input file] [-to] [-id image path] [-sd sound path] [-fd font path] [-dd data path]
 
-input file = EDC file to open. If input file is skipped, Enventor will open a default template code with a temporary file.
-to = Open template menu when you launch Enventor
-id = image resources, that edc includes, path
-sd = sound resources, that edc includes, path
-fd = font resources, that edc includes, path
-dd = data resources, that edc includes, path
 
Examples of Enventor command line usage:
$ enventor
$ enventor -to
$ enventor newfile.edc -to
$ enventor sample.edc -id ./images -sd ./sounds
 
 
[Developers]
  
A lots of developers have joined in Enventor project. Here listed are the dedicated Enventor developers but there are much more people who've gladly contributed for Enventor improvement. For list of whole contributors, See AUTHORS file.
 
Copyright (C) 2013 - 2015 by:
 
Hermet (Chuneon Park)
Jaehyun Cho
Mykyta Biliavskyi
Kateryna Fesyna
Yunho Jeong
Mincheol Seo
Raoul Hecky
  
And various contributors (See AUTHORS)