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.
 
 
 
 
Alastair Poole c9500ca7e5 editor: Changes in Editor Mode. 3 years ago
data Examples: Introduce C# Examples. 3 years ago
doc Remove old autotools build files - meson only now 6 years ago
packaging/pkgbuild Prep for 0.7.1 release 4 years ago
pc Fix pkg-config script. 6 years ago
po Up to date translations 5 years ago
scripts build: Fix chmod for DESTDIR builds 5 years ago
src editor: Changes in Editor Mode. 3 years ago
.arcconfig Add arc config 7 years ago
.gitignore gitignore: Ignore VIM .swp files!!! 3 years ago
AUTHORS AUTHORS: update to use my real name. 5 years ago
COPYING Examples: Introduce C# Examples. 3 years ago
COPYING.GPLv2 Clarify EDI licensing. 8 years ago
COPYING.GPLv3 Examples: Introduce C# Examples. 3 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 Quick missing word fix. 4 years ago
NEWS And moving on to next develop 5 years ago
README.md Update docs for latest EFL api usage 4 years ago
TODO Update TODO doc 5 years ago
description Add a description 9 years ago
meson.build debug: FreeBSD debugging improve. 3 years ago
meson_options.txt Better explanations of the build options 5 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 latest release (>= 1.22.0) 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