Re: [E-devel] Edje split/merge/copy

2010-04-12 Thread The Rasterman
On Thu, 8 Apr 2010 22:30:51 +0200 Andreas Volz said: > Am Thu, 8 Apr 2010 08:13:54 +0900 schrieb Carsten Haitzler (The > Rasterman): > > > On Mon, 5 Apr 2010 23:06:52 +0200 Andreas Volz > > said: > > > > > Hello, > > > > > > for some needs I thought about implementing a tool that is able to >

Re: [E-devel] Edje split/merge/copy

2010-04-08 Thread Gustavo Sverzut Barbieri
On Thu, Apr 8, 2010 at 1:19 PM, Gustavo Chaves wrote: > >> >> I agree with Andreas about that, these functions are useful. >> Particularly split/merge :-) >> > > Wouldn't support by Editje itself be the way to go? it would help, like ability to import a group parts into the current, also load tem

Re: [E-devel] Edje split/merge/copy

2010-04-08 Thread Gustavo Chaves
> I agree with Andreas about that, these functions are useful. > Particularly split/merge :-) > > Wouldn't support by Editje itself be the way to go? > BR, > > -- > Gustavo Sverzut Barbieri > http://profusion.mobi embedded systems > -- > MSN: barbi...@gmail.c

Re: [E-devel] Edje split/merge/copy

2010-04-08 Thread Tiago Falcão
On Mon, Apr 5, 2010 at 9:06 PM, Andreas Volz wrote: > > - do this on Edje or Edc base? > Edje, like Edje_Edit make. -- Tiago Rezende Campos Falcão Developer @ ProFUSION Embedded Systems -- Download Intel® Parallel Studio

Re: [E-devel] Edje split/merge/copy

2010-04-08 Thread Gustavo Sverzut Barbieri
On Thu, Apr 8, 2010 at 12:30 PM, Andreas Volz wrote: > Am Thu, 8 Apr 2010 08:13:54 +0900 schrieb Carsten Haitzler (The > Rasterman): > >> On Mon, 5 Apr 2010 23:06:52 +0200 Andreas Volz >> said: >> >> > Hello, >> > >> > for some needs I thought about implementing a tool that is able to >> > do the

Re: [E-devel] Edje split/merge/copy

2010-04-08 Thread Andreas Volz
Am Thu, 8 Apr 2010 08:13:54 +0900 schrieb Carsten Haitzler (The Rasterman): > On Mon, 5 Apr 2010 23:06:52 +0200 Andreas Volz > said: > > > Hello, > > > > for some needs I thought about implementing a tool that is able to > > do these actions: > > > > - copy a group in a Edje file in the same E

Re: [E-devel] Edje split/merge/copy

2010-04-07 Thread The Rasterman
On Mon, 5 Apr 2010 23:06:52 +0200 Andreas Volz said: > Hello, > > for some needs I thought about implementing a tool that is able to do > these actions: > > - copy a group in a Edje file in the same Edje (double a group) hmmm... why? if it's just a copy - then you can use aliases (symlinks wit

Re: [E-devel] Edje split/merge/copy

2010-04-06 Thread Jose Gonzalez
u got named on the E developer list that you implemented something >>> with Edje split/merge in the past. Is this true? Could you provide >>> me something as base or at least some tips? >>> >>> regards >>> Andreas >>> >>

Re: [E-devel] Edje split/merge/copy

2010-04-06 Thread Andreas Volz
this true? Could you provide > > me something as base or at least some tips? > > > > regards > > Andreas > > > > Von: Jose Gonzalez > > An: Andreas Volz > > Cc: enlightenment-devel@lists.sourceforge.net > > Betreff: Re: [E-devel] Edje s

Re: [E-devel] Edje split/merge/copy

2010-04-05 Thread Jose Gonzalez
Andreas Volz wrote: > Hello, > > for some needs I thought about implementing a tool that is able to do > these actions: > > - copy a group in a Edje file in the same Edje (double a group) > > - copy a group in a Edje file to a new Edje file (split) > > - merge all groups of two Edje files > > I

Re: [E-devel] Edje split/merge/copy

2010-04-05 Thread Gustavo Sverzut Barbieri
On Mon, Apr 5, 2010 at 1:06 PM, Andreas Volz wrote: > Hello, > > for some needs I thought about implementing a tool that is able to do > these actions: > > - copy a group in a Edje file in the same Edje (double a group) > > - copy a group in a Edje file to a new Edje file (split) > > - merge all g

[E-devel] Edje split/merge/copy

2010-04-05 Thread Andreas Volz
Hello, for some needs I thought about implementing a tool that is able to do these actions: - copy a group in a Edje file in the same Edje (double a group) - copy a group in a Edje file to a new Edje file (split) - merge all groups of two Edje files I've some ideas how to implement this, but m