Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 638 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 638 Bytes

Calypso Extensions

Calypso is a system browser for Pharo, see GitHub repository for more information.

Installation

Metacello new
  baseline: 'CalypsoExtensions';
  repository: 'github://JurajKubelka/CalypsoExtensions/src';
  load.

To make Calypso default toolset evaluate:

ClyBrowser beAllDefault.

And to open browser evaluate:

ClySystemBrowser open.

Class References as method protocol item

The repository includes a Calypso plugin that shows class references in the system browser.

Screenshot