Re: [E-devel] Enventor 1.0 Release

2016-09-02 Thread Hermet Park
Yo, Nikawhite. What do you mean by vim-like navigator? F3, F4 are hotkeys to navigate files in forwarding / backwarding. -- ___ enlightenment-devel mailing list enlightenment-

Re: [E-devel] Enventor 1.0 Release

2016-09-02 Thread Mykyta Biliavskyi
I mean key bindings for navigation/edit into the EDC code entry. For me vim-style navigation is a keys h,j,k,l for movement cursor through text. I need to think out more detailed. Will share concept later this month (end of september maybe).   Also will be great to have ability to change keys and

Re: [E-devel] Enventor 1.0 Release

2016-09-02 Thread Simon Lees
On 09/02/2016 06:08 PM, Hermet Park wrote: > Yo, Nikawhite. > > What do you mean by vim-like navigator? > > F3, F4 are hotkeys to navigate files in forwarding / backwarding. I haven't tried building yet as eo usage is still quite annoying to handle, was this release designed to work with efl

Re: [E-devel] [EGIT] [core/efl] master 02/03: eo: general speedup of all Eo related operation.

2016-09-02 Thread Tom Hacohen
Good job trying to tackle it, but this is wrong. This is not thread-safe and the Eo infrastructure should be. So essentially, this optimisation is not allowed. You could maybe do a cache per-thread, raster claims that __thread is actually quite alright nowadays with GCC, I'm not sure, but this,

Re: [E-devel] [EGIT] [core/efl] master 02/03: eo: general speedup of all Eo related operation.

2016-09-02 Thread Cedric BAIL
On Sep 2, 2016 07:15, "Tom Hacohen" wrote: > > Good job trying to tackle it, but this is wrong. > > This is not thread-safe and the Eo infrastructure should be. So > essentially, this optimisation is not allowed. You could maybe do a > cache per-thread, raster claims that __thread is actually quit

Re: [E-devel] [EGIT] [core/efl] master 02/03: eo: general speedup of all Eo related operation.

2016-09-02 Thread Tom Hacohen
On 02/09/16 15:40, Cedric BAIL wrote: > On Sep 2, 2016 07:15, "Tom Hacohen" wrote: >> >> Good job trying to tackle it, but this is wrong. >> >> This is not thread-safe and the Eo infrastructure should be. So >> essentially, this optimisation is not allowed. You could maybe do a >> cache per-thread

[EGIT] [core/enlightenment] master 01/01: ibar: try to get a better min size

2016-09-02 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=50030dc69346c209109c36bb41631b176c85b2c5 commit 50030dc69346c209109c36bb41631b176c85b2c5 Author: Marcel Hollerbach Date: Thu Sep 1 21:49:31 2016 +0200 ibar: try to get a better min siz

Re: [E-devel] [EGIT] [core/efl] master 02/03: eo: general speedup of all Eo related operation.

2016-09-02 Thread Cedric BAIL
On Fri, Sep 2, 2016 at 7:44 AM, Tom Hacohen wrote: > On 02/09/16 15:40, Cedric BAIL wrote: >> On Sep 2, 2016 07:15, "Tom Hacohen" wrote: >>> Good job trying to tackle it, but this is wrong. >>> >>> This is not thread-safe and the Eo infrastructure should be. So >>> essentially, this optimisation

[EGIT] [core/efl] master 03/03: eo: protect efl_isa from thread race condition.

2016-09-02 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=05f05dde5c96b284c4fafd8457e6c3bb30c47c73 commit 05f05dde5c96b284c4fafd8457e6c3bb30c47c73 Author: Cedric Bail Date: Fri Sep 2 09:59:09 2016 -0700 eo: protect efl_isa from thread race condition. --

[EGIT] [core/efl] master 01/03: eo: improve speed of walking callback array by sorting them during creation.

2016-09-02 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=605fec91ee794c564582e9c5ea3a833b21a8c937 commit 605fec91ee794c564582e9c5ea3a833b21a8c937 Author: Cedric BAIL Date: Wed Aug 31 14:12:02 2016 -0700 eo: improve speed of walking callback array by so

[EGIT] [core/efl] master 02/03: eo: store registered callbacks in an array instead of a single chained list.

2016-09-02 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3ab60a15646630a9a76a0a6d437dc2132cae75fd commit 3ab60a15646630a9a76a0a6d437dc2132cae75fd Author: Cedric BAIL Date: Wed Aug 31 17:15:35 2016 -0700 eo: store registered callbacks in an array instea

Re: [E-devel] [EGIT] [website/planet] master 01/01: MINOR: config: Remove raster dead blog

2016-09-02 Thread Jose Gonzalez
onefang Rejected wrote: > On Thu, 01 Sep 2016 14:06:19 + Mike Blumenkrantz > wrote: > > >> how is this thread still active >> > > Coz I'm finding Rasters attitude to EFL application developers is > deplorable, and I'm having serious thoughts about dropping my > involvement in EFL devel

Re: [E-devel] Enventor 1.0 Release

2016-09-02 Thread The Rasterman
On Wed, 31 Aug 2016 16:46:13 +0900 (KST) Hermet Park said: > Hello everyone, > > I'm glad to announce Enventor 1.0 release. awesome man! :) good work. > Please see and enjoy it. :) > > Demo Video: >https://youtu.be/lTLfr6knXrA > > And fyi, Enventor has an official about page that helps

Re: [E-devel] [EGIT] [website/planet] master 01/01: MINOR: config: Remove raster dead blog

2016-09-02 Thread The Rasterman
On Fri, 02 Sep 2016 16:33:02 -0400 Jose Gonzalez said: > onefang Rejected wrote: > > On Thu, 01 Sep 2016 14:06:19 + Mike Blumenkrantz > > wrote: > > > > > >> how is this thread still active > >> > > > > Coz I'm finding Rasters attitude to EFL application developers is > > deplorable,

Re: [E-devel] [EGIT] [core/efl] master 02/03: eo: general speedup of all Eo related operation.

2016-09-02 Thread The Rasterman
On Fri, 2 Sep 2016 15:15:07 +0100 Tom Hacohen said: > Good job trying to tackle it, but this is wrong. > > This is not thread-safe and the Eo infrastructure should be. So > essentially, this optimisation is not allowed. You could maybe do a > cache per-thread, raster claims that __thread is ac

Re: [E-devel] [EGIT] [core/efl] master 02/03: eo: general speedup of all Eo related operation.

2016-09-02 Thread The Rasterman
On Fri, 2 Sep 2016 09:53:25 -0700 Cedric BAIL said: > On Fri, Sep 2, 2016 at 7:44 AM, Tom Hacohen wrote: > > On 02/09/16 15:40, Cedric BAIL wrote: > >> On Sep 2, 2016 07:15, "Tom Hacohen" wrote: > >>> Good job trying to tackle it, but this is wrong. > >>> > >>> This is not thread-safe and the E