Re: [E-devel] UI syntax, last call discussion

2016-04-12 Thread Yakov Goldberg
Once again about resources... ...we discussed that resource should have a keyword like path=res("path/image.png") I think it doesn't make sense in this file (UI file), this should be implemented in Gui Builder itself. It would be nice if parser can provide list of all files, so Gui Builder will

Re: [E-devel] UI syntax, last call discussion

2016-04-04 Thread Yakov Goldberg
On 04/04/2016 02:42 AM, Carsten Haitzler (The Rasterman) wrote: > On Sun, 03 Apr 2016 17:37:16 +0300 Yakov Goldberg said: > >> Tom, Raster thanks for comments. >> >> Wiki: https://phab.enlightenment.org/w/ui_builders_format/ >> Changes: >> - first letter of widget is now lower case; >> - f

Re: [E-devel] UI syntax, last call discussion

2016-04-03 Thread The Rasterman
On Mon, 4 Apr 2016 15:31:11 +1000 David Seikel said: > On Mon, 4 Apr 2016 13:20:50 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Mon, 4 Apr 2016 12:14:30 +1000 David Seikel > > said: > > > > > > file:/// . (but i have to write a uri parser/converter first) > > > > http:// (

Re: [E-devel] UI syntax, last call discussion

2016-04-03 Thread David Seikel
On Mon, 4 Apr 2016 13:20:50 +0900 Carsten Haitzler (The Rasterman) wrote: > On Mon, 4 Apr 2016 12:14:30 +1000 David Seikel > said: > > > > file:/// . (but i have to write a uri parser/converter first) > > > http:// (but then i have to write a whole http fetcher, > > > downloader, cacher

Re: [E-devel] UI syntax, last call discussion

2016-04-03 Thread The Rasterman
On Mon, 4 Apr 2016 12:14:30 +1000 David Seikel said: > > file:/// . (but i have to write a uri parser/converter first) > > http:// (but then i have to write a whole http fetcher, > > downloader, cacher) > > ssh:// (like with http - but need to use > > libssh etc.) > > As part of my

Re: [E-devel] UI syntax, last call discussion

2016-04-03 Thread David Seikel
On Mon, 4 Apr 2016 08:42:50 +0900 Carsten Haitzler (The Rasterman) wrote: > On Sun, 03 Apr 2016 17:37:16 +0300 Yakov Goldberg > said: > > > Tom, Raster thanks for comments. > > > > Wiki: https://phab.enlightenment.org/w/ui_builders_format/ > > Changes: > >- first letter of widget is now lo

Re: [E-devel] UI syntax, last call discussion

2016-04-03 Thread The Rasterman
On Sun, 03 Apr 2016 17:37:16 +0300 Yakov Goldberg said: > Tom, Raster thanks for comments. > > Wiki: https://phab.enlightenment.org/w/ui_builders_format/ > Changes: >- first letter of widget is now lower case; >- fixed indentation - 4 spaces everywhere; >- fix Resource description; >

Re: [E-devel] UI syntax, last call discussion

2016-04-03 Thread Yakov Goldberg
Tom, Raster thanks for comments. Wiki: https://phab.enlightenment.org/w/ui_builders_format/ Changes: - first letter of widget is now lower case; - fixed indentation - 4 spaces everywhere; - fix Resource description; - other minor updates. The reason I put resources separately is that

Re: [E-devel] UI syntax, last call discussion

2016-03-31 Thread The Rasterman
On Thu, 31 Mar 2016 16:13:23 +0100 Tom Hacohen said: > On 31/03/16 03:51, Carsten Haitzler wrote: > > On Wed, 30 Mar 2016 15:48:15 +0100 Tom Hacohen said: > > > >> You're a bit inconsistent on the wiki page. > >> In some places you use lower case letters at the beginning of class > >> names, in

Re: [E-devel] UI syntax, last call discussion

2016-03-31 Thread Tom Hacohen
On 31/03/16 03:51, Carsten Haitzler wrote: > On Wed, 30 Mar 2016 15:48:15 +0100 Tom Hacohen said: > >> You're a bit inconsistent on the wiki page. >> In some places you use lower case letters at the beginning of class >> names, in others upper case. In some cases you put a space after a >> class,

Re: [E-devel] UI syntax, last call discussion

2016-03-30 Thread The Rasterman
On Wed, 30 Mar 2016 15:48:15 +0100 Tom Hacohen said: > You're a bit inconsistent on the wiki page. > In some places you use lower case letters at the beginning of class > names, in others upper case. In some cases you put a space after a > class, in some not. Please take care of that. > There a

Re: [E-devel] UI syntax, last call discussion

2016-03-30 Thread Tom Hacohen
You're a bit inconsistent on the wiki page. In some places you use lower case letters at the beginning of class names, in others upper case. In some cases you put a space after a class, in some not. Please take care of that. There are even more spacing mistakes/confusions all around, for example

[E-devel] UI syntax, last call discussion

2016-03-28 Thread Yakov Goldberg
Hello, I'd like to initiate last call discussion on UI syntax. Wiki is here:https://phab.enlightenment.org/w/ui_builders_format/ If you have any objections or ideas, please share. Also some notes: As I understood from previous discussion, most like 4-spaced indentation. But maybe we shouldn't