Go to file
Andy Williams cb33dbcfb0 better crash fix - mimic standard free() method 2015-05-21 13:58:51 +01: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 Update to latest eolian (getting stable we hope). 2015-05-20 14:18:20 +01:00
m4 rework configure.ac, remove attribute and quicklaunch 2015-02-28 16:04:16 +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 better crash fix - mimic standard free() method 2015-05-21 13:58:51 +01:00
.gitignore config: save project config in the project dir 2015-05-16 09:59:08 +01: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 add a main menu to EDI 2015-05-19 00:01:56 +01: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 Fix issue referencing missing file 2015-03-15 22:30:13 +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 Summarise the changes that elm_code editor brings 2015-03-30 23:54:24 +01: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 menu: flesh out our application menu 2015-05-19 22:32:55 +01: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 Use portable eina util methods for paths. 2015-05-18 19:25:02 +01: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.