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.
 
 
 
 
Andy Williams 1998483d06 docs: Fix manpage and skeleton manpage 9 years ago
data docs: Fix manpage and skeleton manpage 9 years ago
doc docs: Fix manpage and skeleton manpage 9 years ago
elm_code elm_code: consistently use 0 based text index 9 years ago
m4 rework configure.ac, remove attribute and quicklaunch 9 years ago
packaging Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
po Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
src docs: Fix manpage and skeleton manpage 9 years ago
.gitignore elm_code: add legacy API. 9 years ago
AUTHORS Clarify EDI licensing. 9 years ago
COPYING Clarify EDI licensing. 9 years ago
COPYING.GPLv2 Clarify EDI licensing. 9 years ago
COPYING.LGPL Clarify EDI licensing. 9 years ago
ChangeLog builds: Add a run button and the launch config to support. 9 years ago
INSTALL Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
Makefile.am Fix dist of licenses 9 years ago
Makefile_Edje_Helper.am Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
Makefile_Eolian_Helper.am elm_code: add legacy API. 9 years ago
NEWS Summarise the changes that elm_code editor brings 9 years ago
README update intro docs for newer build requirements etc 9 years ago
README.md update intro docs for newer build requirements etc 9 years ago
TODO menu: flesh out our application menu 9 years ago
autogen.sh Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
configure.ac Fix many warnings. 9 years ago
description Add a description 10 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

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.