Go to file
Andy Williams 2db478cca6 create: Pick up username in Windows.
Look up USERNAME if no USER environment variable is found.
Patch from Vincent Torri
2015-02-28 15:53:39 +00:00
data skeleton: Distribute the skeleton files as tarballs. 2015-02-07 16:02:05 +00:00
doc Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
elm_code elm_code: require an elm_code for each widget 2015-02-28 13:22:38 +00:00
m4 Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
packaging Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
po Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
src create: Pick up username in Windows. 2015-02-28 15:53:39 +00:00
.gitignore elm_code: Ignore eolian generated files 2015-02-21 14:13:05 +00:00
AUTHORS An update to get closer to make check passing for windows. 2015-02-15 20:35:41 +00:00
COPYING Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
ChangeLog Update many missed changes of note 2015-02-14 23:14:25 +00:00
GPLv2.txt Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
INSTALL Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
Makefile.am elm_code: focus: block focus leaving text area when editable. 2015-02-14 18:49:51 +00:00
Makefile_Edje_Helper.am Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
Makefile_Eolian_Helper.am Fix issues with distcheck. 2015-02-06 23:45:50 +00:00
NEWS Adding news about the 0.0.1 status 2015-02-19 22:16:16 +00:00
README Re-add the original readme to make the builds work properly 2014-06-28 16:16:58 +01:00
README.md tweaking readme for GitHub 2014-06-29 23:59:39 +01:00
TODO Update TODO with latest work 2015-02-02 23:07:11 +00:00
autogen.sh Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
configure.ac Back on to next release features 2015-02-21 14:26:43 +00:00
description Add a description 2014-02-12 23:04:22 +00:00

README.md

EDI - The Enlightened IDE

This is a project to create a complete IDE using the EFL. It aims to lower the barrier to getting involved in Enlightenment development and in creating apps based on the EFL suite.

EDI Logo

Please make sure you have the EFL and Elementary at least 1.8 installed before you build. Using autotools to install this software is the usual:

./autogen.sh
make
sudo make install

After that just launch

edi

and it will prompt for a project (directory) location or you can specify like:

edi ~/Code/myproject

to open the specified project.