Re: [E-devel] [EGIT] [core/enlightenment] master 11/17: add default comp match for geany autocompete window

2014-01-30 Thread The Rasterman
On Fri, 31 Jan 2014 10:39:03 +1000 David Seikel said: > On Thu, 30 Jan 2014 19:16:19 -0500 Michael Blumenkrantz > wrote: > > > On Fri, 31 Jan 2014 08:15:24 +0900 > > Carsten Haitzler (The Rasterman) wrote: > > > > > On Thu, 30 Jan 2014 18:47:07 + Chris Michael > > > said: > > > > > > >

Re: [E-devel] [EGIT] [core/enlightenment] master 11/17: add default comp match for geany autocompete window

2014-01-30 Thread David Seikel
On Thu, 30 Jan 2014 19:16:19 -0500 Michael Blumenkrantz wrote: > On Fri, 31 Jan 2014 08:15:24 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Thu, 30 Jan 2014 18:47:07 + Chris Michael > > said: > > > > > On 30/01/14 18:36, Michael Blumenkrantz wrote: > > > > On Thu, 30 Jan 2014 1

Re: [E-devel] [EGIT] [core/enlightenment] master 11/17: add default comp match for geany autocompete window

2014-01-30 Thread Michael Blumenkrantz
On Fri, 31 Jan 2014 08:15:24 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 30 Jan 2014 18:47:07 + Chris Michael > said: > > > On 30/01/14 18:36, Michael Blumenkrantz wrote: > > > On Thu, 30 Jan 2014 18:32:33 + > > > Chris Michael wrote: > > > > > >> If it is left to the User

Re: [E-devel] [EGIT] [core/enlightenment] master 11/17: add default comp match for geany autocompete window

2014-01-30 Thread The Rasterman
On Thu, 30 Jan 2014 18:47:07 + Chris Michael said: > On 30/01/14 18:36, Michael Blumenkrantz wrote: > > On Thu, 30 Jan 2014 18:32:33 + > > Chris Michael wrote: > > > >> If it is left to the User, than the argument is Moot ! > >> > >> They can add/del Any Number of Matches that They w

Re: [E-devel] [EGIT] [core/enlightenment] master 11/17: add default comp match for geany autocompete window

2014-01-30 Thread Chris Michael
On 30/01/14 18:36, Michael Blumenkrantz wrote: > On Thu, 30 Jan 2014 18:32:33 + > Chris Michael wrote: > >> If it is left to the User, than the argument is Moot ! >> >> They can add/del Any Number of Matches that They wish ... >> Just NOT in favor of a billion App Name matches through Our

Re: [E-devel] [EGIT] [core/enlightenment] master 11/17: add default comp match for geany autocompete window

2014-01-30 Thread Michael Blumenkrantz
On Thu, 30 Jan 2014 18:32:33 + Chris Michael wrote: > If it is left to the User, than the argument is Moot ! > > They can add/del Any Number of Matches that They wish ... > Just NOT in favor of a billion App Name matches through Our codebase !! I hardly think we'll end up with half that

Re: [E-devel] [EGIT] [core/enlightenment] master 11/17: add default comp match for geany autocompete window

2014-01-30 Thread Chris Michael
If it is left to the User, than the argument is Moot ! They can add/del Any Number of Matches that They wish ... Just NOT in favor of a billion App Name matches through Our codebase !! I am NOT saying You're commit is bad !! I am simply saying: "At What Point do we Draw a line and Stop addin

Re: [E-devel] [EGIT] [core/enlightenment] master 11/17: add default comp match for geany autocompete window

2014-01-30 Thread Michael Blumenkrantz
On Thu, 30 Jan 2014 18:19:51 + Chris Michael wrote: > I am arguing against adding 9,000 corner cases for various app names > that don't behave !! Hate to see ANY of the code littered with: > > If App Name == "Some Dumb App"; Do This > > type of bullshit. We've been there before. It sucked

Re: [E-devel] [EGIT] [core/enlightenment] master 11/17: add default comp match for geany autocompete window

2014-01-30 Thread Chris Michael
I am arguing against adding 9,000 corner cases for various app names that don't behave !! Hate to see ANY of the code littered with: If App Name == "Some Dumb App"; Do This type of bullshit. We've been there before. It sucked then, It will still suck !! That is all I am saying. I have no "Tech

Re: [E-devel] [EGIT] [core/enlightenment] master 11/17: add default comp match for geany autocompete window

2014-01-30 Thread Michael Blumenkrantz
I'm fine with adding more cases for commonly used applications if it results in a more positive experience for users. At worst it will just require that some of the infrastructure be optimized a little. On Thu, 30 Jan 2014 17:58:21 + Chris Michael wrote: > Fair enough > > But "allowi

Re: [E-devel] [EGIT] [core/enlightenment] master 11/17: add default comp match for geany autocompete window

2014-01-30 Thread Chris Michael
On 30/01/14 18:00, Michael Blumenkrantz wrote: > I'm fine with adding more cases for commonly used applications if it results > in a more positive experience for users. At worst it will just require that > some of the infrastructure be optimized a little. > And I am 900% in favor of that!!! ;) B

Re: [E-devel] [EGIT] [core/enlightenment] master 11/17: add default comp match for geany autocompete window

2014-01-30 Thread Michael Blumenkrantz
On Thu, 30 Jan 2014 18:06:01 + Chris Michael wrote: > On 30/01/14 18:00, Michael Blumenkrantz wrote: > > I'm fine with adding more cases for commonly used applications if it > > results in a more positive experience for users. At worst it will just > > require that some of the infrastructur

Re: [E-devel] [EGIT] [core/enlightenment] master 11/17: add default comp match for geany autocompete window

2014-01-30 Thread Chris Michael
Fair enough But "allowing this" to happen means there are a (possible) million cases where we need to do this again ... Simply wondering "Is there Not a Better Way ?" dh On 30/01/14 17:52, Michael Blumenkrantz wrote: > Except that they can't be added generically, which is the entire reaso

Re: [E-devel] [EGIT] [core/enlightenment] master 11/17: add default comp match for geany autocompete window

2014-01-30 Thread Michael Blumenkrantz
Except that they can't be added generically, which is the entire reason why specific matches exist. On Thu, 30 Jan 2014 17:49:14 + Chris Michael wrote: > IMO, would make more sense to add them Generically based on window type > or class or something > > To add them based on app name o

Re: [E-devel] [EGIT] [core/enlightenment] master 11/17: add default comp match for geany autocompete window

2014-01-30 Thread Chris Michael
IMO, would make more sense to add them Generically based on window type or class or something To add them based on app name or something is sheer sillines... dh On 30/01/14 17:12, Mike Blumenkrantz wrote: > discomfitor pushed a commit to branch master. > > http://git.enlightenment.org/core/