Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1005 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 1005 Bytes

PopupFinder

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.

Finder screenshot

Install

Drag and drop PopupFinder.pck.st file into Cuis or:

Feature require: 'PopupFinder'

Usage

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.