BTW I want to let you know that I love the insensitive search

It makes it so much valuable (by reducing assumptions on how much the user should know apriori)

I'ts a nice little bit of the OS X experience bring to the smalltalk image

fantastic







On Dec 30, 2013, at 12:23 PM, Sean DeNigris <sean@clipperadams.com> wrote:

I needed an entry completion with groups, like Mac's Spotlight. While I was at it, I figured it would also be useful as a UI for the existing Spotlight. So I made a SpotlightMorph, which is a very Mac-like stand-alone Morph, which is a textField + results morph, and an adaptor for EntryCompetion, SpotlightEntryCompletion, which can be passed to #entryCompletion:

A short screencast will be available at https://vimeo.com/82953583 in about 45 minutes.

And here's a screenshot for the impatient ;)

<Screen Shot 2013-12-30 at 9.23.02 AM.png>

To load (tested in Pharo 2.0 latest):
    Gofer it
smalltalkhubUser: 'SeanDeNigris' project: 'SeansPlayground';
package: 'Spotlight';
load.

Then try:
SpotlightCompletionExample open.
or
SpotlightMorphExample exampleFileSearch.
or
SpotlightMorphExample exampleSmalltalkSearch.