Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jurajkubelka/calypsoextensions
- Owner: JurajKubelka
- License: mit
- Created: 2017-11-02T19:41:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T16:25:48.000Z (almost 6 years ago)
- Last Synced: 2024-10-31T13:45:58.465Z (about 2 months ago)
- Topics: ide, pharo, plugin, systembrowser
- Language: Smalltalk
- Size: 209 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)