
# README for edje_editor #


Introduction
=======================================

edje_editor is a visual editor for edje file.

You can find more inforamtion on the wiki at:
http://wiki.enlightenment.org/index.php/Edje_Editor


Dependencies
=======================================

 - Evas
 - Edje
 - Etk
 - Ecore


Building and Installing
=======================================
Use the standard. Note that you MUST install it,
the app will not run if not installed.

./autogen
make
sudo make install


Running
=======================================
Usage: 
   edje_editor [EDJ]

Example:
   edje_editor                #Open a new empty file
   edje_editor default.edj    #Open the given edje file

Testing Edje file:
   edje_editor -t file.edj group_name  #In this mode just a simple window is
                                          created and the group "group_name" is 
                                          loaded from "file.edj"


Shortcuts
=======================================
Ctrl-F      Fullscreen
Ctrl-S      Save
Ctrl-Q      Quit


Troubleshooting
=======================================

For now the only place to found support is the enlightenment-devel list
   
   <enlightenment-devel@lists.sourceforge.net>
