Lukas, for Gaucho1.1 i've implemented a completion editor.

It would allow to remove the list  or to provide a quick access to the most 
relevant search ( just like the google-like url search field does).

Once Gaucho1.1 is released i will push  those additions into Pharo1.2. 
And maybe integrate them into you OB search entry field.

Fernando

pd: the two classes that are needed.

SimpleEditor subclass: #CompletionEditor
        instanceVariableNames: ''
        classVariableNames: ''
        poolDictionaries: ''
        category: 'GauchoGUI-Morphic-Widgets'


EntryFieldMorph subclass: #CompletionEntryField
        instanceVariableNames: 'completionStrategy completion defaultContents'
        classVariableNames: ''
        poolDictionaries: ''
        category: 'GauchoGUI-Morphic-Widgets'




On Sep 27, 2010, at 1:48 AM, Francisco Ortiz Peñaloza wrote:

> Love these changes, thanks!
> 
> Francisco
> 
> On Sun, Sep 26, 2010 at 6:30 PM, Simon Denier <[email protected]> wrote:
> 
> http://www.lukas-renggli.ch/blog/ob-completion-dialog
> 
> Looks great, thanks Lukas!
> 
> --
>  Simon
> 
> 
> 
> 
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> 
> <ATT00001..txt>

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to