Go to file
Andy Williams 6a6851fd4a Initial welcome screen, working on adding the create project support 2014-06-29 23:54:29 +01:00
data Initial welcome screen, working on adding the create project support 2014-06-29 23:54:29 +01:00
doc Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +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 Initial welcome screen, working on adding the create project support 2014-06-29 23:54:29 +01:00
.gitignore Add some more testing too 2014-04-27 22:31:19 +01:00
AUTHORS Added simple search function based on Ecrire's Find/Replace 2014-04-30 23:06:16 +01:00
COPYING Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
ChangeLog Adding line numbers to the text editor. 2014-06-07 21:50:14 +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 Add some more testing too 2014-04-27 22:31:19 +01: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
NEWS Adding line numbers to the text editor. 2014-06-07 21:50:14 +01:00
README Re-add the original readme to make the builds work properly 2014-06-28 16:16:58 +01:00
README.md Fix wrong relative path 2014-06-28 14:20:55 +01:00
TODO Adding line numbers to the text editor. 2014-06-07 21:50:14 +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 Initial welcome screen, working on adding the create project support 2014-06-29 23:54:29 +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 EFL.

EDI Logo

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.