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.
 
 
 
 
Al Poole 29c5ecb538 edi_debug: improve debugging support. 6 years ago
data Remove old autotools build files - meson only now 6 years ago
doc Remove old autotools build files - meson only now 6 years ago
packaging/pkgbuild Remove old autotools build files - meson only now 6 years ago
pc Fix pkg-config script. 7 years ago
po l10n: latest strings from new features 6 years ago
scripts meson: add a option where to find the clang library and header 6 years ago
src edi_debug: improve debugging support. 6 years ago
.arcconfig Add arc config 7 years ago
.gitignore Update ignores of template tarballs 6 years ago
AUTHORS Fix not catching reload of files outside of program. 6 years ago
COPYING COPYING: include license information of icons taken from Faenza. 6 years ago
COPYING.GPLv2 Clarify EDI licensing. 8 years ago
COPYING.LGPL Clarify EDI licensing. 8 years ago
ChangeLog elm_code: Removed and migrated to using the elementary merged version 7 years ago
INSTALL Remove old autotools build files - meson only now 6 years ago
NEWS change list for release 6 years ago
README.md Update name casing 6 years ago
TODO Update TODO following release 6 years ago
description Add a description 9 years ago
meson.build Revert "meson: remove exposure of lookup paths" 6 years ago
meson_options.txt Revert "meson: remove exposure of lookup paths" 6 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

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