Go to file
Andy Williams 3999fb67fd [elm_code] don't strip whitespace on current line
When saving if any widget has a cursor on the line
we shouldn't strip the trailing whitespace
2015-08-29 14:11:40 +01:00
data docs: Fix manpage and skeleton manpage 2015-06-04 08:40:43 +01:00
doc docs: Fix manpage and skeleton manpage 2015-06-04 08:40:43 +01:00
elm_code [elm_code] don't strip whitespace on current line 2015-08-29 14:11:40 +01:00
m4 rework configure.ac, remove attribute and quicklaunch 2015-02-28 16:04:16 +00:00
packaging Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
po Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
src typo-- 2015-08-28 00:13:38 +01:00
.gitignore elm_code: add legacy API. 2015-06-02 08:22:36 +01:00
AUTHORS Clarify EDI licensing. 2015-06-01 14:07:36 +01:00
COPYING Clarify EDI licensing. 2015-06-01 14:07:36 +01:00
COPYING.GPLv2 Clarify EDI licensing. 2015-06-01 14:07:36 +01:00
COPYING.LGPL Clarify EDI licensing. 2015-06-01 14:07:36 +01:00
ChangeLog [elm_code] trim all trailing whitespace on save 2015-08-29 12:05:56 +01:00
INSTALL Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
Makefile.am Fix dist of licenses 2015-06-02 08:18:36 +01:00
Makefile_Edje_Helper.am Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
Makefile_Eolian_Helper.am elm_code: add legacy API. 2015-06-02 08:22:36 +01:00
NEWS Summarise the changes that elm_code editor brings 2015-03-30 23:54:24 +01:00
README update intro docs for newer build requirements etc 2015-05-21 14:04:44 +01:00
README.md update intro docs for newer build requirements etc 2015-05-21 14:04:44 +01:00
TODO menu: flesh out our application menu 2015-05-19 22:32:55 +01:00
autogen.sh Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
configure.ac Fix many warnings. 2015-05-31 21:18:18 +01:00
description Add a description 2014-02-12 23:04:22 +00:00

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.