Go to file
Andy Williams 90b2389a74 Manage open-in-new-window requests for files or open tabs. When selecting a file that is in a window raise the window rather than selecting the tab 2014-03-13 18:31:24 +00:00
data Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
doc Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
m4 Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +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 Manage open-in-new-window requests for files or open tabs. When selecting a file that is in a window raise the window rather than selecting the tab 2014-03-13 18:31:24 +00:00
.gitignore Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
AUTHORS Update some copyright bugs from script 2014-02-12 20:58:43 +00:00
COPYING Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
ChangeLog Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
GPLv2.txt Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
INSTALL Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
Makefile.am Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00: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
NEWS Output of eflprj with a couple of tweaks - and EDI is born 2014-02-12 20:56:20 +00:00
README Some docs for interested people 2014-02-22 00:32:26 +00:00
TODO Manage open-in-new-window requests for files or open tabs. When selecting a file that is in a window raise the window rather than selecting the tab 2014-03-13 18:31:24 +00: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 Loading the panel from the filesystem. organise out a little and commit where i've got to 2014-02-14 23:50:25 +00:00
description Add a description 2014-02-12 23:04:22 +00:00

README

EDI - The Enlightened IDE
===

This is a project to create a complete IDE using EFL.

Using autotools to install this software is the usual:

# ./autogen.sh
# make
# sudo make install

After that 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.