MorphicAPIExplorer

Description

(SWT22-14)

Details

Source
GitHub
Dialect
squeak (25% confidence)
Stars
4
Forks
1
Created
April 15, 2019
Updated
Dec. 13, 2023

Categories

UI / Graphics

README excerpt

# MorphicAPIExplorer ![Build Status](https://github.com/hpi-swa-teaching/MorphicAPIExplorer/workflows/CI/badge.svg?branch=dev)[![Coverage Status](https://coveralls.io/repos/github/hpi-swa-teaching/MorphicAPIExplorer/badge.svg?branch=dev)](https://coveralls.io/github/hpi-swa-teaching/MorphicAPIExplorer?branch=dev)

## Usage
When you cloned the repository from GitHub or installed the SAR archive you can simply open up a Workspace and type
```smalltalk
MEXTool open
```
and press Ctrl+D (or Cmd+D on Mac) to run the code and open the Morphplorer.

## Features
- OverView: The window that appears when you open the tool. It gives you an overview in which categories you could search for methods related to the Morphic framework
- ExplorationView: The window that appears after clicking on a category in OverView. Here you can select multiple methods from the tree (top left), see the morph before those methods were applied on it (bottom, left), the morph after those methods were applied on it (top right) and a codeholder to see how you can apply these changes with Smalltalk code and play around by changing the code and running it via the "Run code"-button or Ctrl+S (or Cmd+S).

## Wiki
In our wiki you can find the project's coding standards and the current class diagram, showing the architecture.
For further information, please refer to the class comments in your image after installing the package.
← Back to results