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 57d2c5810a edi_theme: Add support for colour themes in EDI. 6 years ago
data edi_theme: Add support for colour themes in EDI. 6 years ago
doc Remove old autotools build files - meson only now 6 years ago
packaging/pkgbuild build: Rplace PKGBUILD with a working script 6 years ago
pc Fix pkg-config script. 7 years ago
po gui: Merge debugger menu into build menu 6 years ago
scripts build: Fix chmod for DESTDIR builds 6 years ago
src edi_theme: Add support for colour themes in EDI. 6 years ago
.arcconfig Add arc config 8 years ago
.gitignore Update ignores of template tarballs 6 years ago
AUTHORS Fix not catching reload of files outside of program. 7 years ago
COPYING COPYING: include license information of icons taken from Faenza. 6 years ago
COPYING.GPLv2 Clarify EDI licensing. 9 years ago
COPYING.LGPL Clarify EDI licensing. 9 years ago
ChangeLog elm_code: Removed and migrated to using the elementary merged version 8 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 doc 6 years ago
description Add a description 10 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