Go to file
Andy Williams ce8b9a8b93 Scale windows per elm scale configuration 2014-05-19 23:52:50 +01:00
data Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00: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 Scale windows per elm scale configuration 2014-05-19 23:52:50 +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 Added basic undo support - thanks to ecrire (Tasn) for the undo_redo_do function 2014-05-15 23:25:25 +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 Added edi_build command line application for headless operation 2014-04-27 18:31:08 +01:00
README Some docs for interested people 2014-02-22 00:32:26 +00:00
TODO Simple make function invoked from a build button and displayed in a console tab next to logs 2014-04-27 16:57:47 +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 Loading the panel from the filesystem. organise out a little and commit where i've got to 2014-02-14 23:50:25 +00:00
description Add a description 2014-02-12 23:04:22 +00:00

README

EDI - The Enlightened IDE
===

This is a project to create a complete IDE using EFL.

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.