Re: [e-users] EFL based IDE project

2014-05-11 Thread Andrew Williams
Hi Wido,

Thanks for that.
I think raster’s comments cover it on bindings, we’ll see how it progresses 
alongside the project.

In terms of search / replace I’ve updated the tasks to:

✔ Search in file
Replace in file
Search / replace in project / directory
I hope that covers it.

Andy

-
Andy Williams
blog:   http://ajwillia.ms
web:http://andywilliams.me





On 7 May 2014, at 03:40, Wido wido...@gmail.com wrote:

 I liked the milestones. I think this is a great idea for lowering the entry
 barrier.
 
 I think 'Cross reference for c, c++ and some scripting language' should be
 explicit with python, since is the most supported efl language. Also, I
 think that 'search' should be expanded into 'search' (for current
 directory), 'search and replace' (plain text or regex) and 'find in files'
 (like a grep).
 
 my 2 cents =)
 
 
 2014-05-02 10:48 GMT-03:00 Carsten Haitzler ras...@rasterman.com:
 
 On Sun, 27 Apr 2014 19:21:28 +0100 Andy Williams a...@andywilliams.me
 said:
 
 awesome. how... organized! :) i think i'll just add emacs mode to the mode
 line... :)
 
 Hi,
 
 So I thought it was about time I posted about the EDI project that I'm
 working on. The Dev list has seen this before but I thought it was a
 good time to post on this list too.
 In an attempt to learn EFL whilst reducing barriers to new devs I wanted
 to create an IDE for / using EFL.
 
 And i've just started phase 2 - a code aware editor.
 What this means is we have basic editing but also integrated build
 functionality too.
 You can see / contribute to the TODO list / plan
 here:https://phab.enlightenment.org/w/edi/.
 
 I'd be delighted to get feedback or suggestions on what's there or
 what's planned.
 You can grab the code
 here:http://git.enlightenment.org/devs/ajwillia-ms/edi.git
 
 Cheers,
 Andy
 
 -
 Andy Williams
 blog:http://ajwillia.ms http://ajwillia.ms/
 web:http://andywilliams.me http://andywilliams.me/
 
 
 --
 Start Your Social Network Today - Download eXo Platform
 Build your Enterprise Intranet with eXo Platform Software
 Java Based Open Source Intranet - Social, Extensible, Cloud Ready
 Get Started Now And Turn Your Intranet Into A Collaboration Platform
 http://p.sf.net/sfu/ExoPlatform
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 
 
 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
 
 --
 Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
 Instantly run your Selenium tests across 300+ browser/OS combos.  Get
 unparalleled scalability from the best Selenium testing platform available.
 Simple to use. Nothing to install. Get started now for free.
 http://p.sf.net/sfu/SauceLabs
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 
 
 
 -- 
 Wido
 --
 Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
 #149; 3 signs your SCM is hindering your productivity
 #149; Requirements for releasing software faster
 #149; Expert tips and advice for migrating your SCM now
 http://p.sf.net/sfu/perforce
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFL based IDE project

2014-05-11 Thread Daniel Juyung Seo
Dear Andrew Williams,
Great job!

I have checked it and it looks super promising. I have been asking to have
this kind of IDE for EFL for years and finally we have a working project!
But it needs a lot more love from many people.

By the way, you should check enventor, an edc editor.
https://phab.enlightenment.org/w/projects/enventor/

It uses entry for the editing and it supports very nice features that edi
needs to have such as:
- auto indentation
- syntax highlighting
- displaying candidate words
- find  replace dialog
- etc.

Anyhow, I would like to join edi project if I have time.
Thanks a lot for your effort.

Daniel Juyung Seo (SeoZ)


On Sun, May 11, 2014 at 6:28 PM, Andrew Williams a...@andywilliams.mewrote:

 Hi Wido,

 Thanks for that.
 I think raster’s comments cover it on bindings, we’ll see how it
 progresses alongside the project.

 In terms of search / replace I’ve updated the tasks to:

 ✔ Search in file
 Replace in file
 Search / replace in project / directory
 I hope that covers it.

 Andy

 -
 Andy Williams
 blog:   http://ajwillia.ms
 web:http://andywilliams.me





 On 7 May 2014, at 03:40, Wido wido...@gmail.com wrote:

  I liked the milestones. I think this is a great idea for lowering the
 entry
  barrier.
 
  I think 'Cross reference for c, c++ and some scripting language' should
 be
  explicit with python, since is the most supported efl language. Also, I
  think that 'search' should be expanded into 'search' (for current
  directory), 'search and replace' (plain text or regex) and 'find in
 files'
  (like a grep).
 
  my 2 cents =)
 
 
  2014-05-02 10:48 GMT-03:00 Carsten Haitzler ras...@rasterman.com:
 
  On Sun, 27 Apr 2014 19:21:28 +0100 Andy Williams a...@andywilliams.me
  said:
 
  awesome. how... organized! :) i think i'll just add emacs mode to the
 mode
  line... :)
 
  Hi,
 
  So I thought it was about time I posted about the EDI project that I'm
  working on. The Dev list has seen this before but I thought it was a
  good time to post on this list too.
  In an attempt to learn EFL whilst reducing barriers to new devs I
 wanted
  to create an IDE for / using EFL.
 
  And i've just started phase 2 - a code aware editor.
  What this means is we have basic editing but also integrated build
  functionality too.
  You can see / contribute to the TODO list / plan
  here:https://phab.enlightenment.org/w/edi/.
 
  I'd be delighted to get feedback or suggestions on what's there or
  what's planned.
  You can grab the code
  here:http://git.enlightenment.org/devs/ajwillia-ms/edi.git
 
  Cheers,
  Andy
 
  -
  Andy Williams
  blog:http://ajwillia.ms http://ajwillia.ms/
  web:http://andywilliams.me http://andywilliams.me/
 
 
 
 --
  Start Your Social Network Today - Download eXo Platform
  Build your Enterprise Intranet with eXo Platform Software
  Java Based Open Source Intranet - Social, Extensible, Cloud Ready
  Get Started Now And Turn Your Intranet Into A Collaboration Platform
  http://p.sf.net/sfu/ExoPlatform
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 
 
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
 
 
 --
  Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
  Instantly run your Selenium tests across 300+ browser/OS combos.  Get
  unparalleled scalability from the best Selenium testing platform
 available.
  Simple to use. Nothing to install. Get started now for free.
  http://p.sf.net/sfu/SauceLabs
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 
 
 
  --
  Wido
 
 --
  Is your legacy SCM system holding you back? Join Perforce May 7 to find
 out:
  #149; 3 signs your SCM is hindering your productivity
  #149; Requirements for releasing software faster
  #149; Expert tips and advice for migrating your SCM now
  http://p.sf.net/sfu/perforce
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users


 --
 Is your legacy SCM system holding you back? Join Perforce May 7 to find
 out:
 #149; 3 signs your SCM is hindering your productivity
 #149; Requirements for releasing software faster
 #149; Expert tips and advice for migrating your SCM now
 http://p.sf.net/sfu/perforce
 

Re: [e-users] EFL based IDE project

2014-05-10 Thread The Rasterman
On Tue, 6 May 2014 23:40:48 -0300 Wido wido...@gmail.com said:

 I liked the milestones. I think this is a great idea for lowering the entry
 barrier.
 
 I think 'Cross reference for c, c++ and some scripting language' should be
 explicit with python, since is the most supported efl language. Also, I

unless the python bindings start using eloian, that will not remain the case
for long. eolian currently has code for generating c++ bindings (it's being
reviewed and merged over the past weeks and will come in fulling in the coming
weeks). soon we'll have a full luajit runtime with complete bindings (well
anything that is an eo class/method/property etc.). so soon lua will be far
better supported.

the hint here is... use eolian and make a bindings generator. then it can be
complete and keep up automatically as interfaces etc. are added.

 think that 'search' should be expanded into 'search' (for current
 directory), 'search and replace' (plain text or regex) and 'find in files'
 (like a grep).
 
 my 2 cents =)
 
 
 2014-05-02 10:48 GMT-03:00 Carsten Haitzler ras...@rasterman.com:
 
  On Sun, 27 Apr 2014 19:21:28 +0100 Andy Williams a...@andywilliams.me
  said:
 
  awesome. how... organized! :) i think i'll just add emacs mode to the mode
  line... :)
 
   Hi,
  
   So I thought it was about time I posted about the EDI project that I'm
   working on. The Dev list has seen this before but I thought it was a
   good time to post on this list too.
   In an attempt to learn EFL whilst reducing barriers to new devs I wanted
   to create an IDE for / using EFL.
  
   And i've just started phase 2 - a code aware editor.
   What this means is we have basic editing but also integrated build
   functionality too.
   You can see / contribute to the TODO list / plan
   here:https://phab.enlightenment.org/w/edi/.
  
   I'd be delighted to get feedback or suggestions on what's there or
   what's planned.
   You can grab the code
   here:http://git.enlightenment.org/devs/ajwillia-ms/edi.git
  
   Cheers,
   Andy
  
   -
   Andy Williams
   blog:http://ajwillia.ms http://ajwillia.ms/
   web:http://andywilliams.me http://andywilliams.me/
  
  
  --
   Start Your Social Network Today - Download eXo Platform
   Build your Enterprise Intranet with eXo Platform Software
   Java Based Open Source Intranet - Social, Extensible, Cloud Ready
   Get Started Now And Turn Your Intranet Into A Collaboration Platform
   http://p.sf.net/sfu/ExoPlatform
   ___
   enlightenment-users mailing list
   enlightenment-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  
 
 
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
 
  --
  Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
  Instantly run your Selenium tests across 300+ browser/OS combos.  Get
  unparalleled scalability from the best Selenium testing platform available.
  Simple to use. Nothing to install. Get started now for free.
  http://p.sf.net/sfu/SauceLabs
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 
 
 
 -- 
 Wido
 --
 Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
 #149; 3 signs your SCM is hindering your productivity
 #149; Requirements for releasing software faster
 #149; Expert tips and advice for migrating your SCM now
 http://p.sf.net/sfu/perforce
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFL based IDE project

2014-05-06 Thread Wido
I liked the milestones. I think this is a great idea for lowering the entry
barrier.

I think 'Cross reference for c, c++ and some scripting language' should be
explicit with python, since is the most supported efl language. Also, I
think that 'search' should be expanded into 'search' (for current
directory), 'search and replace' (plain text or regex) and 'find in files'
(like a grep).

my 2 cents =)


2014-05-02 10:48 GMT-03:00 Carsten Haitzler ras...@rasterman.com:

 On Sun, 27 Apr 2014 19:21:28 +0100 Andy Williams a...@andywilliams.me
 said:

 awesome. how... organized! :) i think i'll just add emacs mode to the mode
 line... :)

  Hi,
 
  So I thought it was about time I posted about the EDI project that I'm
  working on. The Dev list has seen this before but I thought it was a
  good time to post on this list too.
  In an attempt to learn EFL whilst reducing barriers to new devs I wanted
  to create an IDE for / using EFL.
 
  And i've just started phase 2 - a code aware editor.
  What this means is we have basic editing but also integrated build
  functionality too.
  You can see / contribute to the TODO list / plan
  here:https://phab.enlightenment.org/w/edi/.
 
  I'd be delighted to get feedback or suggestions on what's there or
  what's planned.
  You can grab the code
  here:http://git.enlightenment.org/devs/ajwillia-ms/edi.git
 
  Cheers,
  Andy
 
  -
  Andy Williams
  blog:http://ajwillia.ms http://ajwillia.ms/
  web:http://andywilliams.me http://andywilliams.me/
 
 
 --
  Start Your Social Network Today - Download eXo Platform
  Build your Enterprise Intranet with eXo Platform Software
  Java Based Open Source Intranet - Social, Extensible, Cloud Ready
  Get Started Now And Turn Your Intranet Into A Collaboration Platform
  http://p.sf.net/sfu/ExoPlatform
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com



 --
 Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
 Instantly run your Selenium tests across 300+ browser/OS combos.  Get
 unparalleled scalability from the best Selenium testing platform available.
 Simple to use. Nothing to install. Get started now for free.
 http://p.sf.net/sfu/SauceLabs
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




-- 
Wido
--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFL based IDE project

2014-05-02 Thread The Rasterman
On Sun, 27 Apr 2014 19:21:28 +0100 Andy Williams a...@andywilliams.me said:

awesome. how... organized! :) i think i'll just add emacs mode to the mode
line... :)

 Hi,
 
 So I thought it was about time I posted about the EDI project that I'm 
 working on. The Dev list has seen this before but I thought it was a 
 good time to post on this list too.
 In an attempt to learn EFL whilst reducing barriers to new devs I wanted 
 to create an IDE for / using EFL.
 
 And i've just started phase 2 - a code aware editor.
 What this means is we have basic editing but also integrated build 
 functionality too.
 You can see / contribute to the TODO list / plan 
 here:https://phab.enlightenment.org/w/edi/.
 
 I'd be delighted to get feedback or suggestions on what's there or 
 what's planned.
 You can grab the code 
 here:http://git.enlightenment.org/devs/ajwillia-ms/edi.git
 
 Cheers,
 Andy
 
 -
 Andy Williams
 blog:http://ajwillia.ms http://ajwillia.ms/
 web:http://andywilliams.me http://andywilliams.me/
 
 --
 Start Your Social Network Today - Download eXo Platform
 Build your Enterprise Intranet with eXo Platform Software
 Java Based Open Source Intranet - Social, Extensible, Cloud Ready
 Get Started Now And Turn Your Intranet Into A Collaboration Platform
 http://p.sf.net/sfu/ExoPlatform
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] EFL based IDE project

2014-04-27 Thread Andy Williams
Hi,

So I thought it was about time I posted about the EDI project that I'm 
working on. The Dev list has seen this before but I thought it was a 
good time to post on this list too.
In an attempt to learn EFL whilst reducing barriers to new devs I wanted 
to create an IDE for / using EFL.

And i've just started phase 2 - a code aware editor.
What this means is we have basic editing but also integrated build 
functionality too.
You can see / contribute to the TODO list / plan 
here:https://phab.enlightenment.org/w/edi/.

I'd be delighted to get feedback or suggestions on what's there or 
what's planned.
You can grab the code 
here:http://git.enlightenment.org/devs/ajwillia-ms/edi.git

Cheers,
Andy

-
Andy Williams
blog:http://ajwillia.ms http://ajwillia.ms/
web:http://andywilliams.me http://andywilliams.me/

--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFL based IDE project

2014-04-27 Thread William
This is very much welcome. Despite the laundry list left to go, you are 
well on your way to creating something we really need. I will clone it 
later and take a look. What really need is some good, solid, consistent 
documentation on EFI and some good solid tutorials on Elementary, and 
python bindings. I am simply to busy to learn it from reading source 
code and accompanying comments. A crash course would be much better. I 
believe this is something holding Enlightenment back.

William

On 04/27/2014 01:21 PM, Andy Williams wrote:
 Hi,

 So I thought it was about time I posted about the EDI project that I'm
 working on. The Dev list has seen this before but I thought it was a
 good time to post on this list too.
 In an attempt to learn EFL whilst reducing barriers to new devs I wanted
 to create an IDE for / using EFL.

 And i've just started phase 2 - a code aware editor.
 What this means is we have basic editing but also integrated build
 functionality too.
 You can see / contribute to the TODO list / plan
 here:https://phab.enlightenment.org/w/edi/.

 I'd be delighted to get feedback or suggestions on what's there or
 what's planned.
 You can grab the code
 here:http://git.enlightenment.org/devs/ajwillia-ms/edi.git

 Cheers,
 Andy

 -
 Andy Williams
 blog:http://ajwillia.ms http://ajwillia.ms/
 web:http://andywilliams.me http://andywilliams.me/

 --
 Start Your Social Network Today - Download eXo Platform
 Build your Enterprise Intranet with eXo Platform Software
 Java Based Open Source Intranet - Social, Extensible, Cloud Ready
 Get Started Now And Turn Your Intranet Into A Collaboration Platform
 http://p.sf.net/sfu/ExoPlatform
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users