Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jurajkubelka/calypsoextensions

Calypso Extensions: https://github.com/dionisiydk/Calypso
https://github.com/jurajkubelka/calypsoextensions

ide pharo plugin systembrowser

Last synced: 5 days ago
JSON representation

Calypso Extensions: https://github.com/dionisiydk/Calypso

Awesome Lists containing this project

README

        

# Calypso Extensions

Calypso is a system browser for Pharo, see
[GitHub repository](https://github.com/dionisiydk/Calypso) for more
information.

## Installation

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

To make Calypso default toolset evaluate:

```Smalltalk
ClyBrowser beAllDefault.
```

And to open browser evaluate:

```Smalltalk
ClySystemBrowser open.
```

## Class References as method protocol item

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

![Screenshot](assets/img/screenshot.png)