
# README for edje_editor #


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

edje_editor is a visual editor for edje file.
This is a prealpha state, don't expect nothing.


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

 - Evas
 - Etk
 - Engrave
 - Ecore


Building and Installing
=======================================

./autogen
make
sudo make install


Running 
=======================================
Usage: 
   edje_editor [EDC | EDJ] [IMAGE_DIR] [FONT_DIR]

Example:
   edje_editor                #Open an empty file
   edje_editor default.edj    #Open the given EDJ
   edje_editor default.edc    #Open the given EDC

Testing Edje file:
 edje_editor -t file.edj "group_name"

Note on open an EDC:
   To open an EDC file you must pass the IMAGE_DIR and FONT_DIR
   parameters. If not given the EDC directory is assumed.


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

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