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!
<ATT00001..txt>
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project