Introduction

Edje Editor is a visual editor for edj/edc files.

This is how the program look:

http://download.enlightenment.org/att/wiki/EdjeEditor/EdjeEditor.png

the spetrum editor:

http://download.enlightenment.org/att/wiki/EdjeEditor/EdjeEditorSpectrum.png

Obtaining and install

Edje Editor is available in the enlightenment SVN, under e/trunk/edje_editor. To download the editor type:

svn co http://svn.enlightenment.org/svn/e/trunk/edje_editor

To compile and install use the usual:

./autogen.sh
make
sudo make install

Note that you need the following library to compile successfully eet, evas, ecore, embryo, edje, etk All this libraries are part of the efl project.

Current status

What you can do:

  • new/load/save/save as
  • add/remove/modify groups
  • add/remove/modify parts of type IMAGE, GRADIENT, TEXT, RECT, SWALLOW and GROUP
  • add/remove/modify states
  • add/remove/modify programs
  • add/remove/modify datas in the toplevel edje
  • change stacking order of parts
  • add/remove tween animation frames
  • manage clipped object
  • add image
  • add font
  • play/pause the edje
  • decompile a file modified by the editor

...and what you can't:

  • add/modify parts of type TEXTBLOCK
  • add/remove/modify embryo scripts
  • add/remove/modify datas per part
  • remove image
  • remove font

Attachments