Go to file
Al Poole 29c5ecb538 edi_debug: improve debugging support.
This improves support and simplifies some of the debugging tasks.
2017-11-08 21:27:32 +00:00
data Remove old autotools build files - meson only now 2017-10-21 22:37:31 +01:00
doc Remove old autotools build files - meson only now 2017-10-21 22:37:31 +01:00
packaging/pkgbuild Remove old autotools build files - meson only now 2017-10-21 22:37:31 +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 meson: add a option where to find the clang library and header 2017-10-22 20:54:36 +02:00
src edi_debug: improve debugging support. 2017-11-08 21:27:32 +00: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 Remove old autotools build files - meson only now 2017-10-21 22:37:31 +01:00
NEWS change list for release 2017-09-26 15:38:37 +01:00
README.md Update name casing 2017-11-05 15:39:51 +00:00
TODO Update TODO following release 2017-09-27 17:39:08 +01:00
description Add a description 2014-02-12 23:04:22 +00:00
meson.build Revert "meson: remove exposure of lookup paths" 2017-11-04 10:35:06 +00:00
meson_options.txt Revert "meson: remove exposure of lookup paths" 2017-11-04 10:35:06 +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

meson ninja EFL from git master (>= 1.20.99) libclang-dev (or llvm-clang-devel)

Installation

Using meson and ninja to install this software is the usual:

meson build/
cd build
ninja
sudo ninja 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.

Also included are handy utility apps that you can try

edi_build
edi_scm