BlockStyler

Description

Styles Blocks with a background color so start, end, and nesting is easier to recognize.

Details

Source
GitHub
Stars
13
Forks
3
Created
Sept. 6, 2017
Updated
April 30, 2019

Categories

UI / Graphics

README excerpt

# BlockStyler

Highlights blocks to make them stand out more and detect nesting levels more easily.

## Highlight

![Highlight](highlight.png)

## Installation

Install through the Catalog by searching for BlockStyler or install with Metacello from GitHub:

```smalltalk
Metacello new
	baseline: 'BlockStyler';
	repository: 'github://maenu/BlockStyler/repository';
	load
```

## Settings

You can set the highlight color with alpha using the settings browser under `Code Browsing > Syntax Highlighting > BlockStyler`.
Themes are supported.

![Settings](settings.png)
← Back to results