You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Andy Williams d2faf448b8 rework configure.ac, remove attribute and quicklaunch 9 years ago
data skeleton: Distribute the skeleton files as tarballs. 9 years ago
doc Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
elm_code elm_code: require an elm_code for each widget 9 years ago
m4 rework configure.ac, remove attribute and quicklaunch 9 years ago
packaging Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
po Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
src create: Pick up username in Windows. 9 years ago
.gitignore elm_code: Ignore eolian generated files 9 years ago
AUTHORS An update to get closer to make check passing for windows. 9 years ago
COPYING Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
ChangeLog Update many missed changes of note 9 years ago
GPLv2.txt Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
INSTALL Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
Makefile.am elm_code: focus: block focus leaving text area when editable. 9 years ago
Makefile_Edje_Helper.am Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
Makefile_Eolian_Helper.am Fix issues with distcheck. 9 years ago
NEWS Adding news about the 0.0.1 status 9 years ago
README Re-add the original readme to make the builds work properly 10 years ago
README.md tweaking readme for GitHub 10 years ago
TODO Update TODO with latest work 9 years ago
autogen.sh Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
configure.ac rework configure.ac, remove attribute and quicklaunch 9 years ago
description Add a description 10 years ago

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.