Skip to content

pharo-graphics/Album

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

Tests Pharo 11 Pharo 12

Album

Album is a text editor library based on Bloc. Album provide functions to create widgets with advanced text edition features as input field, text area, etc.

Originaly forked from Brick project editor.

Installation

Load the stable Album in current stable Pharo with:

Metacello new
	baseline: 'Album';
	repository: 'github://pharo-graphics/Album:master/src';
	onConflictUseIncoming;
	load

Add Album to your project Baseline with:

spec baseline: 'Album' with: [ spec repository: 'github://pharo-graphics/Album:master/src' ].

For development, replace master by dev in previous code.

License

This code is licensed under the MIT license.

Releases

No releases published

Packages

No packages published