PrefixBrowser

Description

A Spec2 application for exploring class name prefixes in Pharo

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
Jan. 19, 2020
Updated
Jan. 19, 2020

Categories

UI / Graphics IDE / Dev Tools

README excerpt

# PrefixBrowser
A Spec2 application for exploring class name prefixes in Pharo.

## Installation

To install the PrefixBrowser, go to the Playground (Ctrl+OW) in your Pharo image and execute the following Metacello script (select it and press Do-it button or Ctrl+D):

```Smalltalk
Metacello new
  baseline: 'PrefixBrowser';
  repository: 'github://olekscode/PrefixBrowser/src';
  load.
```

## How to use it?

```Smalltalk
PrefixBrowser new openWithSpec.
```
← Back to results