I think your GUI takes too much space on screen , there is too much open space and that for me is not good. Also I would love to see it work in Pharo 3, I have no reason to work on Pharo 2 and loads of reasons to work on Pharo 3 :) I would also like to have a sticky window on demand so it does not disappear each time I click away.
Of course I welcome any effort to improve spotlight , its definitely a very useful and important feature for pharo. On Mon, Dec 30, 2013 at 4:58 PM, Esteban Lorenzano <esteba...@gmail.com>wrote: > looks cool… but it does not works in 3.0 :( > > in any case, I vote to include the UI part (at least) in the new-pharo-ide > :) > > Esteban > > > On 30 Dec 2013, at 15:26, Benjamin <benjamin.vanryseghem.ph...@gmail.com> > wrote: > > Cool :P > > Did you had a look at: > https://ci.inria.fr/pharo-contribution/job/New-Pharo-IDE/ > There is also a Spotlight thingy there :) > > Ben > > On 30 Dec 2013, at 15:23, Sean DeNigris <s...@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. > > > >