enventor/README

71 lines
2.0 KiB
Plaintext
Raw Normal View History

2013-07-21 01:19:03 -07:00
Enventor v0.1
2013-07-20 23:56:44 -07:00
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.
-------------------------------------------------------------------------------
2013-07-20 20:59:56 -07:00
Requirements:
2013-07-20 23:56:44 -07:00
-------------------------------------------------------------------------------
2013-07-20 20:59:56 -07:00
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)
2013-07-20 23:56:44 -07:00
2013-07-20 20:59:56 -07:00
Please not that some features may not quite function correctly or completely on
EFL 1.7, and 1.8 or newer would be better.
2013-07-20 23:56:44 -07:00
2013-07-20 20:59:56 -07:00
Please see http://www.enlightenment.org for information on these.
2013-07-20 23:56:44 -07:00
--------------------------------------------------------------------------------
2013-07-20 20:59:56 -07:00
Compiling:
2013-07-20 23:56:44 -07:00
--------------------------------------------------------------------------------
2013-07-20 20:59:56 -07:00
Once you have met requirements, copiling and installing is simple:
2013-07-20 23:56:44 -07:00
2013-07-20 20:59:56 -07:00
./build.sh
2013-07-20 23:56:44 -07:00
--------------------------------------------------------------------------------
2013-07-20 01:51:56 -07:00
Short Cut Keys:
2013-07-20 23:56:44 -07:00
--------------------------------------------------------------------------------
2013-07-20 01:51:56 -07:00
Esc = Open/Close Menu
F1 = Show README
2013-07-20 01:51:56 -07:00
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
2013-07-20 23:56:44 -07:00
--------------------------------------------------------------------------------
2013-07-20 01:51:56 -07:00
Command Line Usage:
2013-07-20 23:56:44 -07:00
--------------------------------------------------------------------------------
2013-07-20 01:51:56 -07:00
enventor --help
enventor [input file] [-id image path] [-sd sound path]
2013-07-20 23:56:44 -07:00
* FOR ANY ISSUES PLEASE EMAIL *
enlightenment-devel@lists.sourceforge.net