Go to file
Kelly Wilson 7aa36c6471 Edi_welcome.c: Ability to delete project
Added the ability to delete a project on the welcome screen via an 'x' beside the project name in the 'Recent Projects' list.
2015-02-01 15:15:14 -07:00
data Update year in skeleton user files 2015-01-17 17:00:06 +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: Fix click calculations. 2015-01-28 22:38:49 +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 Edi_welcome.c: Ability to delete project 2015-02-01 15:15:14 -07:00
.gitignore Add a simple elm_code_test binary that loads the widget and inserts some demo text 2014-11-05 13:55:37 +00:00
AUTHORS Fix things so that opening a new file also grabs the focus. Add to AUTHORS file also. 2015-01-30 08:39:54 -07: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 Tidying up intl a little 2015-01-04 14:15:14 +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
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 tweaking readme for GitHub 2014-06-29 23:59:39 +01:00
TODO Add TODO note to list 2015-01-27 17:02:45 +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 Experimental eo commit - structure in place and it's resizing but won't render 2015-01-23 22:55:13 +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.