Go to file
Al Poole 8b9d3106d5 edi_main: find a consistent icon for "close" across icon themes.
tested with adwaita, elm, faenza,  breeze etc etc.
2017-10-21 14:19:40 +01:00
data build: Fix build in build dir 2017-10-18 19:51:05 +09:00
doc time for meson! 2017-10-03 19:07:42 +02:00
m4 rework configure.ac, remove attribute and quicklaunch 2015-02-28 16:04:16 +00:00
packaging Correct the EDI license in packaging - GPLv2. 2016-09-09 09:12:06 +01:00
pc Fix pkg-config script. 2016-11-20 22:08:59 +00:00
po l10n: latest strings from new features 2017-10-11 16:20:26 +01:00
scripts Fix meson issues for OSX 2017-10-06 15:49:23 +01:00
src edi_main: find a consistent icon for "close" across icon themes. 2017-10-21 14:19:40 +01:00
.arcconfig Add arc config 2016-02-21 18:18:31 +00:00
.gitignore Update ignores of template tarballs 2017-10-19 21:43:38 +01:00
AUTHORS Fix not catching reload of files outside of program. 2017-03-24 17:52:32 +00:00
COPYING COPYING: include license information of icons taken from Faenza. 2017-10-16 23:28:04 +01:00
COPYING.GPLv2 Clarify EDI licensing. 2015-06-01 14:07:36 +01:00
COPYING.LGPL Clarify EDI licensing. 2015-06-01 14:07:36 +01:00
ChangeLog elm_code: Removed and migrated to using the elementary merged version 2016-06-10 10:03:40 +01: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 translation support 2017-09-11 21:06:22 +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
Makefile_Eolian_Helper.am Update to new eolian_gen usage 2015-11-19 23:00:16 +00:00
NEWS change list for release 2017-09-26 15:38:37 +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 Update TODO following release 2017-09-27 17:39:08 +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 skeletons: rearrange template/skeleton directory structure 2017-10-15 16:29:06 +01:00
description Add a description 2014-02-12 23:04:22 +00:00
meson.build Fix versioning of meson build 2017-10-19 21:44:06 +01:00
meson_options.txt time for meson! 2017-10-03 19:07:42 +02: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.