extracted the Cmd-q autocompletion to it's own class

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

extracted the Cmd-q autocompletion to it's own class

Guillermo Polito
So it can play with the same mechanism as O/ECompletion does.

Attached is a changeset with a little class.

I'm not sure how to package it yet, but I think it has to be packaged along with SelectorChooserMorph and others.

It's related to this issue: http://code.google.com/p/pharo/issues/detail?id=439&q=cmd%20q&colspec=ID%20Type%20Status%20Summary%20Milestone%20Difficulty

Guille

simple completion.1.cs (8K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: extracted the Cmd-q autocompletion to it's own class

Stéphane Ducasse
Neat I will have a look.

Stef

On Feb 23, 2012, at 8:40 PM, Guillermo Polito wrote:

> So it can play with the same mechanism as O/ECompletion does.
>
> Attached is a changeset with a little class.
>
> I'm not sure how to package it yet, but I think it has to be packaged along with SelectorChooserMorph and others.
>
> It's related to this issue: http://code.google.com/p/pharo/issues/detail?id=439&q=cmd%20q&colspec=ID%20Type%20Status%20Summary%20Milestone%20Difficulty
>
> Guille
> <simple completion.1.cs>