Go to file
ChunEon Park 4cff8e6922 enventor - no idea why there are blocked 2013-08-07 01:04:16 +09:00
data enventor - no idea why there are blocked 2013-08-07 01:04:16 +09:00
include enventor - let's save the edc file with file selector 2013-08-05 01:28:47 +09:00
src enventor - don't create a warning box again if it's alive 2013-08-07 00:37:35 +09:00
Makefile envetor - install proto file properly 2013-07-26 01:39:20 +09:00
README enventor - fix readme 2013-07-21 17:19:03 +09:00
build.sh edje_writer -> enventor 2013-07-20 17:51:56 +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
Ctrl+. = Full Edje View
Ctrl+/ = Split View
Ctrl+W = Show/Hide Dummy Swallow Object
 
 
--------------------------------------------------------------------------------
Command Line Usage:
--------------------------------------------------------------------------------
 
enventor --help
enventor [input file] [-id image path] [-sd sound path]
 
  
* FOR ANY ISSUES PLEASE EMAIL *
enlightenment-devel@lists.sourceforge.net