PharoUtilities

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
May 17, 2018
Updated
Aug. 26, 2018

README excerpt

# PharoUtilities

Extra Utility code on top of Pharo 6.1
FileTreeFix enables sorted json output when writing filetree data which improves diff of metadata.
FuzzySpotter changes most of the searching in Spotter to use FuzzyMatching.
IconTaskbar changes the taskbar to only show icons, and to be centered in the middle.

Load using

```smalltalk
Metacello new
   baseline: 'PharoUtilities';
   repository: 'github://DraagrenKirneh/PharoUtilities';
   load.
```
← Back to results