Go to file
ChunEon Park 01418bc66e enventor - dont print statusbar msgs if user change some states in setting menu. 2013-08-25 03:39:39 +09:00
data enventor - set min size for status bar 2013-08-25 02:05:28 +09:00
m4 enventor: begin adding autofoo support. 2013-08-08 18:04:22 +09:00
src enventor - dont print statusbar msgs if user change some states in setting menu. 2013-08-25 03:39:39 +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-08-21 02:17:40 +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 - support font size up/down short-cut keys 2013-08-25 01:46:56 +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 enventor - renamed theme to themes 2013-08-10 03:08:14 +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.7.0)
  eet (>= 1.7.0)
  evas (>= 1.7.0)
  embryo (>= 1.7.0)
  ecore (>= 1.7.0)
  edje (>= 1.7.0)
  eio (>= 1.7.0)
  elementary (>= 1.7.0)
  
Please not that some features may not quite function correctly or completely on
EFL 1.7, and 1.8 or newer would be better.
  
Please see http://www.enlightenment.org for information on these.
 
 
--------------------------------------------------------------------------------
Compiling:
--------------------------------------------------------------------------------
 
Once you have met requirements, copiling and installing is simple:
 
  ./build.sh
 
 
--------------------------------------------------------------------------------
Short Cut Keys:
--------------------------------------------------------------------------------
 
Esc = Open/Close Menu
F1 = Show README
F5 = Show/Hide Line Number
F6 = Show/Hide Status
Ctrl+S = Save / Compile EDC
Ctrl+L = Load EDC
Ctrl+A = Select Text All
Ctrl+Double Click = Select a word
Ctrl+C = Copy Selected Text
Ctrl+V = Paste Copied Text
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
 
--------------------------------------------------------------------------------
Command Line Usage:
--------------------------------------------------------------------------------
 
enventor --help
enventor [input file] [-id image path] [-sd sound path]
 
  
* FOR ANY ISSUES PLEASE EMAIL *
enlightenment-devel@lists.sourceforge.net