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 d988b4045e EDI -> Mainview -> Prev/Next tab Buttons -> FEATURE 6 years ago
data template: Update build and default app settings 7 years ago
doc docs: Fix manpage and skeleton manpage 8 years ago
m4 rework configure.ac, remove attribute and quicklaunch 8 years ago
packaging Correct the EDI license in packaging - GPLv2. 7 years ago
pc Fix pkg-config script. 7 years ago
po Output of eflprj with a couple of tweaks - and EDI is born 9 years ago
src EDI -> Mainview -> Prev/Next tab Buttons -> FEATURE 6 years ago
.arcconfig Add arc config 7 years ago
.gitignore clang: Add support for compile command databases 6 years ago
AUTHORS Fix not catching reload of files outside of program. 6 years ago
COPYING Update metadata etc 7 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 Output of eflprj with a couple of tweaks - and EDI is born 9 years ago
Makefile.am lib: add pkgconfig support for libedi 7 years ago
Makefile_Edje_Helper.am Output of eflprj with a couple of tweaks - and EDI is born 9 years ago
Makefile_Eolian_Helper.am Update to new eolian_gen usage 8 years ago
NEWS Update for a new release with Elm_Code and efl 1.18 7 years ago
README update intro docs for newer build requirements etc 8 years ago
README.md update intro docs for newer build requirements etc 8 years ago
TODO Edi -> Search Project - Add initial support for search in project. 6 years ago
autogen.sh Output of eflprj with a couple of tweaks - and EDI is born 9 years ago
configure.ac Fix configure for bear-less machines 6 years ago
description Add a description 9 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.