Go to file
Andy Williams 10dc1c77bd setting: Add a font picker
Monospace only so we get a deccent looking result.
Mostly from the terminology project - thanks guys
2015-05-30 10:32:37 +01:00
data Update icons and about imagery 2015-05-26 23:59:16 +01:00
doc Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
elm_code setting: Add a font picker 2015-05-30 10:32:37 +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 setting: Add a font picker 2015-05-30 10:32:37 +01:00
.gitignore config: save project config in the project dir 2015-05-16 09:59:08 +01:00
AUTHORS Update icons and about imagery 2015-05-26 23:59: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 setting: Add a font picker 2015-05-30 10:32:37 +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 update intro docs for newer build requirements etc 2015-05-21 14:04:44 +01:00
README.md update intro docs for newer build requirements etc 2015-05-21 14:04:44 +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

Requirements

autotools EFL & Elementary from git master (>= 1.14.99) libclang-dev (or llvm-clang-devel)

Installation

Using autotools to install this software is the usual:

./autogen.sh
make
sudo make install

Usage

After installing 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.