Re: [Pharo-project] update to OCompletion

2010-09-13 Thread Alexandre Bergel
Nevertheless, I would say that once I pressed the down arrow, my focus is to the completion, and thus enter should mean selection of the completion. +1 I totally agree on this one. We should also be able to do a mouse click on a list item. Alexandre On 12 Sep 2010, at 01:30,

Re: [Pharo-project] Update to OCompletion

2010-09-13 Thread Romain Robbes
Message: 17 Date: Sun, 12 Sep 2010 08:52:27 +0300 From: Tudor Girba tudor.gi...@gmail.com Subject: Re: [Pharo-project] update to OCompletion To: Pharo-project@lists.gforge.inria.fr Message-ID: 01233679-6338-49eb-8460-4952904ba...@gmail.com Content-Type: text/plain; charset=iso-8859-1

Re: [Pharo-project] Update to OCompletion

2010-09-13 Thread Tudor Girba
Hi Romain, On 13 Sep 2010, at 11:22, Romain Robbes wrote: Message: 17 Date: Sun, 12 Sep 2010 08:52:27 +0300 From: Tudor Girba tudor.gi...@gmail.com Subject: Re: [Pharo-project] update to OCompletion To: Pharo-project@lists.gforge.inria.fr Message-ID: 01233679-6338-49eb-8460-4952904ba

Re: [Pharo-project] update to OCompletion

2010-09-12 Thread Alexandre Bergel
This is because when you have a line split into multiple lines, I want Enter to mean new line, not complete. This is particularly the case when you have pseudo-domain specific languages like in Glamour or Mondrian. A bit hard to get used to it, but I agree. Nevertheless, I would say that

Re: [Pharo-project] update to OCompletion

2010-09-12 Thread Francisco Ortiz Peñaloza
On Sun, Sep 12, 2010 at 5:08 AM, Alexandre Bergel alexan...@bergel.eu wrote: This is because when you have a line split into multiple lines, I want Enter to mean new line, not complete. This is particularly the case when you have pseudo-domain specific languages like in Glamour or Mondrian.

Re: [Pharo-project] update to OCompletion

2010-09-11 Thread Francisco Ortiz Peñaloza
Hi, i'm trying the latest version cause i's tired of waiting for the switch to the longer list of suggestions. But i don't understand the following change -removed enter to insert a completion am i missing something? why do u ppl make this change? Cheers, Francisco Ortiz Peñaloza On Wed, Aug

Re: [Pharo-project] update to OCompletion

2010-09-11 Thread Tudor Girba
This is because when you have a line split into multiple lines, I want Enter to mean new line, not complete. This is particularly the case when you have pseudo-domain specific languages like in Glamour or Mondrian. Nevertheless, I would say that once I pressed the down arrow, my focus is to

Re: [Pharo-project] update to OCompletion

2010-08-04 Thread Lukas Renggli
1) If you hilite an expresion and press ) - in eCompletion it surrounds that selection with the matching characters, OC doesn't seem to I removed that, because no popular editor I tried does this (Eclipse, TextMate). Lukas 2) If you type [ - you get [], but then when you press backspace it

Re: [Pharo-project] update to OCompletion

2010-08-04 Thread Romain Robbes
Message: 1 Date: Wed, 4 Aug 2010 01:09:25 +0100 From: Tim Mackinnon tamackin...@gmail.com Subject: Re: [Pharo-project] update to OCompletion To: Pharo-project@lists.gforge.inria.fr Message-ID: 8a0e7719-7c1d-4e1b-9f44-fa570521d...@gmail.com Content-Type: text/plain; charset=ISO-8859-1

Re: [Pharo-project] update to OCompletion

2010-08-04 Thread Mariano Martinez Peck
+0200 From: St?phane Ducasse stephane.duca...@inria.fr Subject: Re: [Pharo-project] update to OCompletion To: Pharo-project@lists.gforge.inria.fr Message-ID: 94557fa5-8f73-42b7-8537-3882867a8...@inria.fr Content-Type: text/plain; charset=us-ascii thanks romain (and sorry for my stupid

Re: [Pharo-project] update to OCompletion

2010-08-04 Thread Tim Mackinnon
, 2010, at 5:29 PM, Mariano Martinez Peck wrote: On Tue, Aug 3, 2010 at 5:20 PM, Romain Robbes romain.rob...@gmail.com wrote: Message: 7 Date: Tue, 3 Aug 2010 11:20:03 +0200 From: St?phane Ducasse stephane.duca...@inria.fr Subject: Re: [Pharo-project] update to OCompletion To: Pharo-project

Re: [Pharo-project] update to OCompletion

2010-08-04 Thread Tim Mackinnon
I shall definitely give that a read - especially now i have an example to think back on. By the way - these chapters that people keep writing, are a great help (the monticello one certainly took away a huge load of frustrations I was having) - so thanks to everyone that keeps chipping away

Re: [Pharo-project] update to OCompletion

2010-08-03 Thread Tudor Girba
Hi, On 3 Aug 2010, at 00:38, Romain Robbes wrote: Hi All, I just committed: http://squeaksource.com/OCompletion/Ocompletion-RomainRobbes.64.mcz the changes are: -incorporated Lukas' smart characters algorithm (thanks Lukas!) -removed enter to insert a completion; only tab works now.

Re: [Pharo-project] update to OCompletion

2010-08-03 Thread Stéphane Ducasse
thanks romain (and sorry for my stupid suggestion - good that you corrected it) Your tools are really important. Is there a ConfigurationOfOCompletion or just loading OCompletion works? Hi All, I just committed: http://squeaksource.com/OCompletion/Ocompletion-RomainRobbes.64.mcz the

Re: [Pharo-project] update to OCompletion

2010-08-03 Thread Mariano Martinez Peck
there is. I did it the first time we build PharoDev with metacello On Tue, Aug 3, 2010 at 11:20 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: thanks romain (and sorry for my stupid suggestion - good that you corrected it) Your tools are really important. Is there a

Re: [Pharo-project] update to OCompletion

2010-08-03 Thread Alexandre Bergel
This greatly improves usability. Actually, you must have changed something else too because when I hit the third time the down arrow, it is significantly faster than before. It was sometimes the case that the image would hang for even tens of seconds, but now everything is pretty snappy.

Re: [Pharo-project] update to OCompletion

2010-08-03 Thread Romain Robbes
Message: 7 Date: Tue, 3 Aug 2010 11:20:03 +0200 From: St?phane Ducasse stephane.duca...@inria.fr Subject: Re: [Pharo-project] update to OCompletion To: Pharo-project@lists.gforge.inria.fr Message-ID: 94557fa5-8f73-42b7-8537-3882867a8...@inria.fr Content-Type: text/plain; charset=us-ascii

Re: [Pharo-project] update to OCompletion

2010-08-03 Thread Mariano Martinez Peck
On Tue, Aug 3, 2010 at 5:20 PM, Romain Robbes romain.rob...@gmail.comwrote: Message: 7 Date: Tue, 3 Aug 2010 11:20:03 +0200 From: St?phane Ducasse stephane.duca...@inria.fr Subject: Re: [Pharo-project] update to OCompletion To: Pharo-project@lists.gforge.inria.fr Message-ID: 94557fa5

Re: [Pharo-project] update to OCompletion

2010-08-03 Thread Stéphane Ducasse
From: St?phane Ducasse stephane.duca...@inria.fr Subject: Re: [Pharo-project] update to OCompletion To: Pharo-project@lists.gforge.inria.fr Message-ID: 94557fa5-8f73-42b7-8537-3882867a8...@inria.fr Content-Type: text/plain; charset=us-ascii thanks romain (and sorry for my stupid

Re: [Pharo-project] update to OCompletion

2010-08-03 Thread Romain Robbes
Message: 6 Date: Tue, 3 Aug 2010 00:46:07 +0200 (CEST) From: Levente Uzonyi le...@elte.hu Subject: Re: [Pharo-project] update to OCompletion To: Pharo Development (Pharo-project@lists.gforge.inria.fr Development pharo-project@lists.gforge.inria.fr) Pharo-project

Re: [Pharo-project] update to OCompletion

2010-08-03 Thread Sean P. DeNigris
Romain Robbes-2 wrote: Cool. Does it work in Squeak? Early versions did, but I'm not sure this one does. When I first released it, the Squeak community showed little interest, so I focused on Pharo. FWIW, I sorely miss it when working in Squeak. Sean -- View this message in

Re: [Pharo-project] update to OCompletion

2010-08-03 Thread Tim Mackinnon
wrote: Message: 7 Date: Tue, 3 Aug 2010 11:20:03 +0200 From: St?phane Ducasse stephane.duca...@inria.fr Subject: Re: [Pharo-project] update to OCompletion To: Pharo-project@lists.gforge.inria.fr Message-ID: 94557fa5-8f73-42b7-8537-3882867a8...@inria.fr Content-Type: text/plain; charset=us-ascii

Re: [Pharo-project] update to OCompletion

2010-08-03 Thread Tim Mackinnon
If the eCompletion tweaks look good from Lucas' point of view - they also apply to oCompletion as well - however I noticed that there seem to be a few additional bugs in oCompletion (at least compared to eCompletion). 1) If you hilite an expresion and press ) - in eCompletion it

Re: [Pharo-project] update to OCompletion

2010-08-03 Thread Tim Mackinnon
Actually correction on #1 - eCompletion suffers from that one as well - I'm sure they should both be able to surround a selection with characters no matter which side of the selection you are on. Tim On 4 Aug 2010, at 01:28, Tim Mackinnon wrote: If the eCompletion tweaks look good from

Re: [Pharo-project] update to OCompletion

2010-08-02 Thread Alexandre Bergel
Excellent! Alexandre On 3 Aug 2010, at 00:38, Romain Robbes wrote: Hi All, I just committed: http://squeaksource.com/OCompletion/Ocompletion-RomainRobbes.64.mcz the changes are: -incorporated Lukas' smart characters algorithm (thanks Lukas!) -removed enter to insert a completion;

Re: [Pharo-project] update to OCompletion

2009-07-01 Thread Damien Cassou
2009/7/1 Mariano Martinez Peck marianop...@gmail.com: 1) right button - system - software update This will ONLY update the pharo core. But all the added packages to Pharo, like dev tools (OB, OCompletion, etc..) won't be updated. that often does not work because of some overrides in installed

Re: [Pharo-project] update to OCompletion

2009-07-01 Thread Mariano Martinez Peck
On Wed, Jul 1, 2009 at 8:04 AM, Damien Cassou damien.cas...@gmail.comwrote: 2009/7/1 Mariano Martinez Peck marianop...@gmail.com: 1) right button - system - software update This will ONLY update the pharo core. But all the added packages to Pharo, like dev tools (OB, OCompletion, etc..)

Re: [Pharo-project] update to OCompletion

2009-06-30 Thread Mariano Martinez Peck
On Tue, Jun 30, 2009 at 11:14 PM, Pat Maddox pat.mad...@gmail.com wrote: On Mon, Jun 29, 2009 at 2:52 AM, Damien Cassoudamien.cas...@gmail.com wrote: On Sat, Jun 27, 2009 at 4:53 AM, Steve Hayessteve.ha...@cogentconsulting.com.au wrote: I'm sorry, I'm a complete novice at Pharo. When I

Re: [Pharo-project] update to OCompletion

2009-06-29 Thread Damien Cassou
On Sat, Jun 27, 2009 at 4:53 AM, Steve Hayessteve.ha...@cogentconsulting.com.au wrote: I'm sorry, I'm a complete novice at Pharo. When I try to do that code fragment I get Unknown variable: Installer. Can someone tell me what I'm doing wrong? OCompletion is already included in Pharo images:

Re: [Pharo-project] update to OCompletion

2009-06-29 Thread Steve Hayes
Thanks all - easily done with your help. I am using the 2.8.4 Seaside image. Steve On 28/06/2009, at 4:18 AM, Mariano Martinez Peck wrote: Yes. The other option is to always evaluate something like this: |instClass| instClass := Smalltalk at: #Installer ifAbsent: [ScriptLoader

Re: [Pharo-project] update to OCompletion

2009-06-27 Thread Stéphane Ducasse
steve which image are you using? You have to install the Installer you can do it that way ScriptLoader new installingInstaller (bad name I should change it to installInstaller). Stef On Jun 27, 2009, at 4:53 AM, Steve Hayes wrote: I'm sorry, I'm a complete novice at Pharo. When I

Re: [Pharo-project] update to OCompletion

2009-06-27 Thread Mariano Martinez Peck
Yes. The other option is to always evaluate something like this: |instClass| instClass := Smalltalk at: #Installer ifAbsent: [ScriptLoader loadLatestPackage: 'Installer-Core' fromSqueaksource: 'Installer'. Smalltalk at: #Installer]. instClass ss project: 'OCompletion'; install:

Re: [Pharo-project] update to OCompletion

2009-06-26 Thread Steve Hayes
I'm sorry, I'm a complete novice at Pharo. When I try to do that code fragment I get Unknown variable: Installer. Can someone tell me what I'm doing wrong? On 26/06/2009, at 11:58 PM, Romain Robbes wrote: Dear Pharo users, I fixed a few things in OCompletion: -When completing class