enventor/README

84 lines
2.0 KiB
Plaintext
Raw Normal View History

[Enventor v0.2]
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
2013-08-24 22:23:16 -07:00
mature script editor does is a bit premature, but considering it's young age,
it does a lot.
2013-07-20 23:56:44 -07:00
[Requirements]
2013-07-20 23:56:44 -07:00
2014-03-04 09:31:22 -08:00
eina (>= 1.9.0)
eet (>= 1.9.0)
evas (>= 1.9.0)
embryo (>= 1.9.0)
ecore (>= 1.9.0)
edje (>= 1.9.0)
eio (>= 1.9.0)
efreet (>= 1.9.0)
elementary (>= 1.9.0)
2013-07-20 23:56:44 -07:00
2013-08-24 22:23:16 -07:00
Please note that some features may not quite function correctly or completely on
2013-09-14 07:35:14 -07:00
EFL 1.7.8 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-08-24 22:27:40 -07:00
2013-07-20 23:56:44 -07:00
[Compiling]
2013-07-20 23:56:44 -07:00
2013-08-24 22:22:09 -07:00
Once you have met requirements, compiling and installing is simple:
2013-07-20 23:56:44 -07:00
2013-08-24 22:22:09 -07:00
$ ./autogen.sh
$ make
$ sudo make install
2013-08-24 22:27:40 -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
2014-03-08 05:55:48 -08:00
F1 = About
F2 = New
F3 = Save
F4 = Load
2013-07-20 01:51:56 -07:00
F5 = Show/Hide Line Number
F10 = Show/Hide Status
2014-03-08 08:14:01 -08:00
F11 = Show/Hide Tools
F12 = Setting
Ctrl+S = Quick Save + Compile EDC
Ctrl+I = On/Off Auto Indentation
2014-03-08 05:55:48 -08:00
Ctrl+W = Show/Hide Dummy Swallow
Ctrl+H = On/Off Part Highlighting
Ctrl+, = Full Edit View / Split View
Ctrl+. = Full Edje View / Split 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
2014-03-08 05:55:48 -08:00
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+D = Delete a Current line
2014-03-08 05:55:48 -08:00
Ctrl+F = Find/Replace
Ctrl+Home = Go to the Top line
Ctrl+End = Go to the Bottom line
[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] [-fd font path] [-dd data path]
2013-07-20 23:56:44 -07:00
* FOR ANY ISSUES PLEASE EMAIL *
enlightenment-devel@lists.sourceforge.net