Re: [Pharo-project] OCompletion

2011-05-12 Thread Romain Robbes
Off the top of my head, that should be something like: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfOCompletion'; load. (Smalltalk at: #ConfigurationOfOCompletion) perform: #loadDefault. Cheers, Romain On Thu, May 12, 2011 at 5:37 AM, Benja

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 > 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 > > This is because

Re: [Pharo-project] update to OCompletion

2010-08-04 Thread Romain Robbes
se and: > > Select Proceed to continue, or close this window to cancel the > operation.??? > Which class, in which package, is sending it? I have no senders of #and:and: in my image. Romain -- Romain Robbes http://romain.robb.es rrob...@dcc.uchile.cl __

Re: [Pharo-project] Refactor source method is grayed out?

2010-08-04 Thread Romain Robbes
s Renggli wrote: > >> I am using the images from hudson.lukas-renggli.ch. I don't know how >> oCompletion depends/overrides on eCompletion, so indeed it might make >> a difference. >> >> Lukas >> OCompletion is a fork of eCompletion. A while ago I

Re: [Pharo-project] update to OCompletion

2010-08-03 Thread Romain Robbes
> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed > > On Mon, 2 Aug 2010, Romain Robbes wrote: > >> Hi All, >> >> I just committed: >> http://squeaksource.com/OCompletion/Ocompletion-RomainRobbes.64.mcz >> >> the changes are: >> &g

Re: [Pharo-project] update to OCompletion

2010-08-03 Thread Romain Robbes
latest OCompletion package on top of the old one should work too. Romain -- Romain Robbes http://romain.robb.es rrob...@dcc.uchile.cl ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

[Pharo-project] update to OCompletion

2010-08-02 Thread Romain Robbes
algorithm, hence the slowdown when using the down arrow happens only after the third time pressing it (after OCompletion's all of OCompletion's menu items). Cheers, Romain -- Romain Robbes http://romain.robb.es rrob...@dcc.uchile.cl _

Re: [Pharo-project] Auto-Completion in the debugger

2010-06-08 Thread Romain Robbes
; Cheers, > > Niko > > -- > http://scg.unibe.ch/staff/Schwarz > twitter.com/nes1983 > Tel: +41 076 235 8683 -- Romain Robbes http://romain.robb.es rrob...@dcc.uchile.cl ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr htt

Re: [Pharo-project] making O/Ecompletion even better

2010-04-26 Thread Romain Robbes
_ > Pharo-project mailing list > Pharo-project@lists.gforge.inria.fr > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- Romain Robbes http://romain.robb.es rrob...@dcc.uchile.cl

Re: [Pharo-project] [squeak-dev] World menu OCompletion-like algorithm

2010-04-26 Thread Romain Robbes
462p2064529.html > Sent from the Pharo Smalltalk mailing list archive at Nabble.com. > > _______ > Pharo-project mailing list > Pharo-project@lists.gforge.inria.fr > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-pro

Re: [Pharo-project] [squeak-dev] Fix to OCompletion for Pharo 1.1

2010-04-23 Thread Romain Robbes
to OCompletion for Pharo 1.1 > To: squeak-...@lists.squeakfoundation.org > > > My email to Romain Robbes (with the address on squeaksource) was returned. > Can someone pass this along... > > OCompletionTable class >> initializeWithPackages > Changed FillInTheBlank to F

Re: [Pharo-project] potential bugfix for orphan OCompletion menus

2010-04-09 Thread Romain Robbes
Thanks! So that would be for the Pharo 1.1 version, I suppose? Romain On Apr 9, 2010, at 7:46 PM, Henrik Sperre Johansen wrote: > On 10.04.2010 01:35, Romain Robbes wrote: >> >> Hi Mariano, >> >> I couldn't find a better way. The model has to be not

Re: [Pharo-project] potential bugfix for orphan OCompletion menus

2010-04-09 Thread Romain Robbes
ariano Martinez Peck wrote: > > > On Thu, Apr 8, 2010 at 7:51 PM, Romain Robbes wrote: > Dear list, > > I just published a version of OCompletion with a possible fix for the bug in > which OCompletion menus would stay on the screen after a browser is closed. > > Th

Re: [Pharo-project] potential bugfix for orphan OCompletion menus

2010-04-08 Thread Romain Robbes
I also published, in Ocompletion-RomainRobbes.55, a potential fix for this issue: http://code.google.com/p/pharo/issues/detail?id=1678 Cheers, Romain On Apr 8, 2010, at 4:55 PM, Stéphane Ducasse wrote: > > On Apr 8, 2010, at 7:51 PM, Romain Robbes wrote: > >> Dear

[Pharo-project] potential bugfix for orphan OCompletion menus

2010-04-08 Thread Romain Robbes
timeout (I tried to stay conservative, maybe something like 3 seconds would work better). Cheers, Romain -- Romain Robbes http://romain.robb.es rrob...@dcc.uchile.cl ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http

Re: [Pharo-project] Failing ECUntypedModelTest >> testNarrowWith

2010-02-15 Thread Romain Robbes
yes, this test should either be deleted or rewritten. When I'm back from holidays I'll look into it. Romain On Monday, February 15, 2010, Lukas Renggli wrote: > It is stupid to have tests that depend on what else is loaded in the image. > > OB and RB (for some parts) use a fake image with fa

Re: [Pharo-project] Putting Algernon and WorkingSet in a Dev image

2010-01-16 Thread Romain Robbes
rtinezPeck.395 > > Romain, can you take a look and if this is not enough, how can we solve > easily this problem in Pharo? > > Thanks > > Mariano > > 2010/1/15 Simon Denier > > On 15 janv. 2010, at 23:03, Mariano Martinez Peck wrote: > >> >

Re: [Pharo-project] Putting Algernon and WorkingSet in a Dev image

2010-01-15 Thread Romain Robbes
ou > http://damiencassou.seasidehosting.st > > "Lambdas are relegated to relative obscurity until Java makes them > popular by not having them." James Iry > > ___ > Pharo-project mailing list > Pharo-project@lists.gforge.in

Re: [Pharo-project] [ANN] WorkingSet

2010-01-14 Thread Romain Robbes
On Jan 14, 2010, at 7:34 AM, Simon Denier wrote: > > On 14 janv. 2010, at 00:33, Romain Robbes wrote: > >>>> >>>> >>>>> Future work: integration in the browser :) >>>>> >>>> >>>> How do you envision

Re: [Pharo-project] [ANN] WorkingSet

2010-01-13 Thread Romain Robbes
ed by it :-). What I would like to have now is a better window placement, with possibilities to tile windows. Has anybody done something like that already? Romain -- Romain Robbes http://www.inf.unisi.ch/phd/robbes ___ Phar

Re: [Pharo-project] [ANN] WorkingSet

2010-01-12 Thread Romain Robbes
e browser :) > How do you envision that? I tried to not be too browser-specific, as these things are moving targets. Romain > > > On 11 janv. 2010, at 16:42, Romain Robbes wrote: > >> Dear list, >> >> I've been working on a small tool to help peo

Re: [Pharo-project] [ANN] WorkingSet

2010-01-11 Thread Romain Robbes
I still have to see how to integrate navigation. > > -- > Lukas Renggli > http://www.lukas-renggli.ch > > ___ > Pharo-project mailing list > Pharo-project@lists.gforge.inria.fr > http://lists.gforge.inria.fr/cgi-bin/mailman/listin

Re: [Pharo-project] [ANN] WorkingSet

2010-01-11 Thread Romain Robbes
But I don't know how if this a good idea or not. > It is a good idea, but it's more difficult to get that information, so for now it's changes only. Stay tuned :-) Romain -- Romain Robbes http://www.inf.unisi.ch/phd/robbes __

Re: [Pharo-project] [ANN] WorkingSet

2010-01-11 Thread Romain Robbes
spect that I could get used to it :-) > > Lukas > > >> >> 2010/1/11 Romain Robbes : >>> >>> On Jan 11, 2010, at 12:57 PM, Mariano Martinez Peck wrote: >>> >>> Wow!!! I don't know what you said. I have been playing 10 minut

Re: [Pharo-project] [ANN] WorkingSet

2010-01-11 Thread Romain Robbes
Thanks a lot for this tool. I'm just scratching my own itch :-) Cheers, Romain > > Mariano > > On Mon, Jan 11, 2010 at 4:42 PM, Romain Robbes > wrote: > Dear list, > > I've been working on a small tool to help people navigate their code in Pharo. > WorkingSe

[Pharo-project] [ANN] WorkingSet

2010-01-11 Thread Romain Robbes
ce by separating them with spaces. Enjoy! Romain -- Romain Robbes http://www.inf.unisi.ch/phd/robbes ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] MetacelloRepository is online

2009-12-18 Thread Romain Robbes
I added the ConfigurationOfOCompletion: Gofer new squeaksource: 'MetacelloRepository'; addPackage: 'ConfigurationOfOCompletion'; load. (Smalltalk at: #ConfigurationOfOCompletion) perform: #loadDefault Romain___ Pharo

Re: [Pharo-project] DeprecationHistory

2009-12-09 Thread Romain Robbes
hop!, a browser is opened on the > deprecated method. > I've tried it on the last pharo image and it seems ok. With it, it is > still always possible to let deprecation warning > without having to close any dialog window. > What do you think ? > > A screenshot is attach

Re: [Pharo-project] ocompletion usability

2009-11-30 Thread Romain Robbes
r the 'tab' keybinding) Is that settings package included by default? Romain -- Romain Robbes http://www.inf.unisi.ch/phd/robbes ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/ma

Re: [Pharo-project] ocompletion usability

2009-11-30 Thread Romain Robbes
; ___ >> Pharo-project mailing list >> Pharo-project@lists.gforge.inria.fr >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > -- > Stefan Marr > Software Languages Lab > Vrije Universiteit Brussel > Pleinlaan 2 / B-1050 Brussels /

Re: [Pharo-project] ocompletion usability

2009-11-30 Thread Romain Robbes
On Nov 30, 2009, at 10:58 AM, George Herolyants wrote: > Hi all! > > 2009/11/30 Romain Robbes : > >>> 2. When no completion is offered and I press tab, I do get some >>> list. >>> Why is this not offered by default? Is it because it is slower? Is

Re: [Pharo-project] ocompletion usability

2009-11-30 Thread Romain Robbes
s cutting your hair, > you will end up with a messy haircut." > > > _______ > Pharo-project mailing list > Pharo-project@lists.gforge.inria.fr > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- Romain Robbes ht

Re: [Pharo-project] OCompletion in the rc1 dev image

2009-10-27 Thread Romain Robbes
lass > > Essentially, I leave index at nil, if debugerMap is nil. > > I don't know enough about OCompletion to tell whether this is a fix, > or makes things worse somehow. > > Cheers, > > Niko > > ___ > Pharo-project ma

[Pharo-project] update to OCompletion

2009-06-26 Thread Romain Robbes
when on rare occasions the selected item in the menu would be out of sync with the entries and cause a walkback. As always, OCompletion is available at: Installer squeaksource project: 'OCompletion'; install: 'OCLoader' Cheers, Romain -- Romain Robbes http://www.inf

Re: [Pharo-project] [update] 10343

2009-06-24 Thread Romain Robbes
This should make Pharo MIT license clean. Will do an audit to be sure tomorrow. Adrian ___ http://www.adrian-lienhard.ch/ ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/l

[Pharo-project] need your help for a survey about OCompletion

2009-06-03 Thread Romain Robbes
iliar with it. If you are not, simply install it via: Installer squeaksource project: 'OCompletion'; install: 'OCLoader' if you use pharo-core: ScriptLoader loadOBAlpha Installer squeaksource project: 'OCompletion'; install: 'OCLoader' Thanks for you

Re: [Pharo-project] loading ECompletion and OCompletion

2009-06-02 Thread Romain Robbes
but directly installed the Ocompletion. > > Thanks, > Doru > > > On 2 Jun 2009, at 10:45, Romain Robbes wrote: > >> Hi Doru, >> >> I use dev images most of the time, so I would have to look in more >> details. >> OCLoader takes care of loading Shout

Re: [Pharo-project] loading ECompletion and OCompletion

2009-06-02 Thread Romain Robbes
_______ > Pharo-project mailing list > Pharo-project@lists.gforge.inria.fr > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- Romain Robbes http://www.inf.unisi.ch/phd/robbes ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] [ANN] update to OCompletion

2009-05-29 Thread Romain Robbes
As much as ecompletion does, which is enough. Try it out! Romain On May 28, 2009, at 7:56 PM, Stéphane Ducasse wrote: > Romain > do you support instance variable completion? :) > Stef > > > On May 28, 2009, at 2:32 PM, Romain Robbes wrote: > >> Of course, I

Re: [Pharo-project] [ANN] update to OCompletion

2009-05-28 Thread Romain Robbes
Of course, I forgot to remind you how to install it. Just execute the following line in a workspace: Installer squeaksource project: 'OCompletion'; install: 'OCLoader'. Cheers, Romain On May 28, 2009, at 2:30 PM, Romain Robbes wrote: > new in this update: >

[Pharo-project] [ANN] update to OCompletion

2009-05-28 Thread Romain Robbes
only proposes matches strictly longer than what was actually typed. -Various small bug fixes (thanks Simon!). I'm looking forward to your feedback as usual, Romain -- Romain Robbes http://www.inf.unisi.ch/phd/robbes ___ Pharo-project ma

Re: [Pharo-project] MethodDictionary >> #do: deprecated

2009-05-28 Thread Romain Robbes
lass and the array contains values whereas the indexable > part contains the keys). > > Adrian > > On May 28, 2009, at 12:30 , Stéphane Ducasse wrote: > >> I really do not know from where this method is coming from. >> Scary. We will have to improve our tracability >

Re: [Pharo-project] MethodDictionary >> #do: deprecated

2009-05-28 Thread Romain Robbes
n in Dictionary should work fine too. > > Does someone know when/why nil values could be stored in a method > dictionary? > Maybe as a side effect of removing a method from the system? Romain > On 28 mai 09, at 11:25, Romain Robbes wrote: > >> in Pharo 10318 >&

Re: [Pharo-project] MethodDictionary >> #do: deprecated

2009-05-28 Thread Romain Robbes
in Pharo 10318 On May 28, 2009, at 11:12 AM, Stéphane Ducasse wrote: > in which image? > > Stef > > On May 28, 2009, at 10:48 AM, Romain Robbes wrote: > >> Each time methodDictionary >> #do: is invoked, I get a warning. >> Worse, if warnings are disa

[Pharo-project] MethodDictionary >> #do: deprecated

2009-05-28 Thread Romain Robbes
Each time methodDictionary >> #do: is invoked, I get a warning. Worse, if warnings are disabled, it will not do anything, which sounds error-prone. Why not just removing the method and use the implementation in Dictionary? Romain -- Romain Robbes http://www.inf.unisi.ch/phd/

Re: [Pharo-project] OCompletion feedback

2009-05-28 Thread Romain Robbes
> Pharo-project mailing list > Pharo-project@lists.gforge.inria.fr > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- Romain Robbes http://www.inf.unisi.ch/phd/robbes ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] New Pharo based on core 10318 with antialiased fonts

2009-05-28 Thread Romain Robbes
o-project mailing list > Pharo-project@lists.gforge.inria.fr > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- Romain Robbes http://www.inf.unisi.ch/phd/robbes ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] New Pharo based on core 10318 with antialiased fonts

2009-05-27 Thread Romain Robbes
On May 27, 2009, at 3:37 PM, Simon Denier wrote: > > On 27 mai 09, at 14:49, Romain Robbes wrote: > >> Oh ok. Indeed I noticed it works in the workspace, but not in OB. >> How can we fix this? Just by including ECompletionOmniBrowser in the >> distri

Re: [Pharo-project] New Pharo based on core 10318 with antialiased fonts

2009-05-27 Thread Romain Robbes
rowser is missing > in the Pharo distrib, hence it does not work at all in OB unless you > install it. > > > On 27 mai 09, at 13:31, Romain Robbes wrote: > >> Hi Ramiro, >> >> In which version was OCompletion not working for you? >> >> Romain >

Re: [Pharo-project] New Pharo based on core 10318 with antialiased fonts

2009-05-27 Thread Romain Robbes
tiality, legal privilege, and legal entity disclaimers, > available at http://www.jpmorgan.com/pages/disclosures/email. > > ___ > Pharo-project mailing list > Pharo-project@lists.gforge.inria.fr > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- Rom

Re: [Pharo-project] [ANN] OCompletion improves the accuracy of eCompletion

2009-05-14 Thread Romain Robbes
ro-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- Romain Robbes http://www.inf.unisi.ch/phd/robbes ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.

Re: [Pharo-project] [ANN] OCompletion improves the accuracy of eCompletion

2009-05-14 Thread Romain Robbes
pletion in a debugger (the standard one), but not in OB > (obtained from ScriptLoader loadOBAlpha). > > Am i the only one? > > Cheers, > Alexandre > >> >> On May 13, 2009, at 3:26 PM, Damien Cassou wrote: >> >>> Hi Romain, >>> >>> On Tue, Ma

Re: [Pharo-project] [ANN] OCompletion improves the accuracy of eCompletion

2009-05-14 Thread Romain Robbes
tter. > > Cheers, > Doru > > > On 13 May 2009, at 16:07, Romain Robbes wrote: > >> Hi Damien, >> >> Yes, it also works on OmniBrowser, and in the Workspace too. >> I suppose it works also with Traits, but I haven't tried. >> >> Cheers, &

Re: [Pharo-project] [ANN] OCompletion improves the accuracy of eCompletion

2009-05-13 Thread Romain Robbes
Hi Damien, Yes, it also works on OmniBrowser, and in the Workspace too. I suppose it works also with Traits, but I haven't tried. Cheers, Romain On May 13, 2009, at 3:26 PM, Damien Cassou wrote: > Hi Romain, > > On Tue, May 12, 2009 at 10:07 AM, Romain Robbes > wrote:

Re: [Pharo-project] [ANN] OCompletion improves the accuracy of eCompletion

2009-05-12 Thread Romain Robbes
nto account that the receiver is a class (to > look for class method only)? > > Stef > On May 12, 2009, at 10:07 AM, Romain Robbes wrote: > >> Dear Pharo users, >> >> OCompletion is an extension to ECompletion. Like ECompletion, it >> completes >> the names

[Pharo-project] [ANN] OCompletion improves the accuracy of eCompletion

2009-05-12 Thread Romain Robbes
insert a match, or the down arrow to select the next match. To install it on Squeak or Pharo, simply execute the following line in your image: Installer squeaksource project: 'OCompletion'; install: 'OCLoader' Cheers, Romain -- Romain Robbes

Re: [Pharo-project] About ecompletion

2008-12-04 Thread Romain Robbes
_ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- Romain Robbes http://www.inf.unisi.ch/phd/robbes ChangeCompletion-rr.19.mcz Description: Binary data OCompletion-rr.4.mcz Description: Binary data ___

Re: [Pharo-project] About ecompletion

2008-12-02 Thread Romain Robbes
2, 2008 at 12:11 PM, Romain Robbes <[EMAIL PROTECTED]> wrote: Dear all, I uplooaded the paper at: http://www.inf.unisi.ch/phd/robbes/papers/ASE2008-completion.pdf Do you have packages that I can install inside dev images to enhance code completion? -- Damien Cassou http://dami

Re: [Pharo-project] About ecompletion

2008-12-02 Thread Romain Robbes
Dear all, I uplooaded the paper at: http://www.inf.unisi.ch/phd/robbes/papers/ASE2008-completion.pdf Cheers, Romain On Dec 2, 2008, at 10:48 AM, Stéphane Ducasse wrote: How Program History Can Improve Code Completion Romain Robbes ~ Michele Lanza ASE 2008 (12% acceptance) ~ to appear