Advanced keyboard access with OB

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

Advanced keyboard access with OB

Simon Denier-3

http://www.lukas-renggli.ch/blog/ob-completion-dialog

Looks great, thanks Lukas!

--
 Simon




_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Advanced keyboard access with OB

Francisco Ortiz Peñaloza
Love these changes, thanks!

Francisco

On Sun, Sep 26, 2010 at 6:30 PM, Simon Denier <[hidden email]> wrote:

http://www.lukas-renggli.ch/blog/ob-completion-dialog

Looks great, thanks Lukas!

--
 Simon




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


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Advanced keyboard access with OB

Fernando olivero-2
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 <[hidden email]> wrote:

http://www.lukas-renggli.ch/blog/ob-completion-dialog

Looks great, thanks Lukas!

--
 Simon




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

<ATT00001..txt>


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