Go to file
Cedric BAIL f4e52b15de autotools: update to simplified quicklaunch build. 2013-12-11 15:21:38 +09:00
data enventor - specify the file lists those are included. 2013-11-09 15:28:43 +09:00
m4 autotools: update to simplified quicklaunch build. 2013-12-11 15:21:38 +09:00
src autotools: update to simplified quicklaunch build. 2013-12-11 15:21:38 +09:00
.gitignore enventor: ignore more file. 2013-08-09 10:35:47 +09:00
ABOUT-NLS enventor: begin adding autofoo support. 2013-08-08 18:04:22 +09:00
AUTHORS enventor - updated AUTHORS 2013-11-05 19:42:36 +09:00
COPYING enventor: begin adding autofoo support. 2013-08-08 18:04:22 +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 enventor - install README file properly to use it as the Help Me info. 2013-08-21 02:23:22 +09:00
NEWS enventor: begin adding autofoo support. 2013-08-08 18:04:22 +09:00
README enventor - version requires for efl 1.8 2013-11-05 19:28:08 +09:00
autogen.sh enventor: begin adding autofoo support. 2013-08-08 18:04:22 +09:00
build.sh enventor - clean before make, 2013-08-22 13:27:52 +09:00
configure.ac autotools: update to simplified quicklaunch build. 2013-12-11 15:21:38 +09:00

README

[Enventor v0.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]
  
  eina (>= 1.8.0)
  eet (>= 1.8.0)
  evas (>= 1.8.0)
  embryo (>= 1.8.0)
  ecore (>= 1.8.0)
  edje (>= 1.8.0)
  eio (>= 1.8.0)
  elementary (>= 1.8.0)
  
Please note that some features may not quite function correctly or completely on
EFL 1.7.8 and 1.8 or newer would be better.
  
Please see http://www.enlightenment.org for information on these.
  
 
[Compiling]
 
Once you have met requirements, compiling and installing is simple:
 
  $ ./autogen.sh
  $ make
  $ sudo make install
 
 
[Short Cut Keys]
 
Esc = Open/Close Menu
F1 = Help
F2 = New
F3 = Save
F4 = Load
F5 = Show/Hide Line Number
F6 = Show/Hide Status
F12 = Setting
Ctrl+S = Quick Save + Compile EDC
Ctrl+A = Select Text All
Ctrl+Double Click = Select a word
Ctrl+C = Copy Selected Text
Ctrl+V = Paste Copied Text
Ctrl+X = Cut Selected Text
Ctrl+I = On/Off Auto Indentation
Ctrl+Home = Go to the Top line
Ctrl+End = Go to the Bottom line
Ctrl+H = Part Highlighting
Ctrl+, = Full Edit View / Split View
Ctrl+. = Full Edje View / Split View
Ctrl+W = Show/Hide Dummy Swallow Object
Ctrl++ = Font Size Up
Ctrl+- = Font Size Down
Ctrl+T = Insert Defaut Template Code
Ctrl+Shift+A = Insert Part Template Code: Table
Ctrl+Shift+B = Insert Part Template Code: Textblock
Ctrl+Shift+E = Insert Part Template Code: External
Ctrl+Shift+G = Insert Part Template Code: Gradient
Ctrl+Shift+I = Insert Part Template Code: Image
Ctrl+Shift+O = Insert Part Template Code: Group
Ctrl+Shift+P = Insert Part Template Code: Proxy
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+Shift+X = Insert Part Template Code: Box
 
 
[Command Line Usage]
 
enventor --help
enventor [input file] [-id image path] [-sd sound path] [-fd font path] [-dd data path]
 
  
* FOR ANY ISSUES PLEASE EMAIL *
enlightenment-devel@lists.sourceforge.net