Go to file
Davide Andreoli 2fb3280d07 Added a python project skeleton
The provided app is identical to the C skeleton (just a window and a label)

Is still a bit minimal, but all the basic functions are implemented:
./setup.py check
./setup.py build
./setup.py run
./setup.py install / uninstall
./setup.py clean --all

Later I will extend the skeleton to support:
* gettext translations
* FDO stuff installation (.desktop and icons)
* Edje theme building
2017-05-29 21:37:37 +02:00
data Added a python project skeleton 2017-05-29 21:37:37 +02:00
doc docs: Fix manpage and skeleton manpage 2015-06-04 08:40:43 +01:00
m4 rework configure.ac, remove attribute and quicklaunch 2015-02-28 16:04:16 +00:00
packaging Correct the EDI license in packaging - GPLv2. 2016-09-09 09:12:06 +01:00
pc Fix pkg-config script. 2016-11-20 22:08:59 +00:00
po Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
src create: Allow detection of skeletons of different type. 2017-05-28 21:24:24 +01:00
.arcconfig Add arc config 2016-02-21 18:18:31 +00:00
.gitignore clang: Add support for compile command databases 2017-02-17 22:49:27 +00:00
AUTHORS Fix not catching reload of files outside of program. 2017-03-24 17:52:32 +00:00
COPYING Update metadata etc 2016-06-10 10:04:56 +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: Removed and migrated to using the elementary merged version 2016-06-10 10:03:40 +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 lib: add pkgconfig support for libedi 2016-10-11 21:45:37 +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 Update to new eolian_gen usage 2015-11-19 23:00:16 +00:00
NEWS Merge branch 'edi-0.5' 2017-05-26 22:07:30 +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 Edi -> Search Project - Add initial support for search in project. 2017-03-30 23:06:34 +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 Merge branch 'edi-0.5' 2017-05-26 22:07:30 +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.