Skip to content

JurajKubelka/CalypsoExtensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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