This is a variation of Cuis Finder by Nicolas Papagna, that uses a popup morph as user interface.
Finder is a system-wide search tool for Cuis Smalltalk.
You can use it to search for classes, methods, senders, implementors, system categories... you name it!
It is inspired by Pharo's Spotter and the search feature provided by JetBrains tools, such as IntelliJ IDEA.
Drag and drop PopupFinder.pck.st file into Cuis or:
Feature require: 'PopupFinder'
Use shift + enter key
to open the finder.
tab
or left arrow
and right arrow
keys to change catalog.
Also, you can use catalog specific shortcuts:
alt-c
: Classes catalog.alt-n
: Senders catalog.alt-m
: Implementors catalog.alt-s
: Selectors catalog.alt-p
: System categories catalog.alt-t
: Tools catalog.