|
13067
-----
- Issue 3765: fixed printPadded. Thanks David Lewis.
- Issue 3743: Fix Finder UI (add shortcuts and more commands). Thanks Benjmain van Ryseghem.
- Issue 3761: overlappingPairsCollect: fails on OrderedCollections. Thanks guys :)
| collection |
collection := OrderedCollection withAll: #(1 2 3 4 5).
collection overlappingPairsCollect: [ :a :b | a + b ].
- Issue 3762: Refactor TextEditor >> dispatchOn:. Thanks Camillo Bruni
Stef
|