tim Rowledge uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-tpr.1437.mcz==================== Summary ====================
Name: Morphic-tpr.1437
Author: tpr
Time: 22 May 2018, 5:33:32.199768 pm
UUID: d675d118-fb16-4878-b0a7-1756fb5b8aae
Ancestors: Morphic-kfr.1436
Use the new DirectoryChooser to find projects.
It lacks the interesting decorations of the older version; this may upset people enough to want to revert this.
=============== Diff against Morphic-kfr.1436 ===============
Item was changed:
----- Method: MorphicProject>>findAFolderForProject:label: (in category 'utilities') -----
findAFolderForProject: aProject label: dialogLabel
"Find a folder for saving or loading a project"
+ ^DirectoryChooserDialog findAFolderForProject: aProject label: dialogLabel
- ^FileList2 modalFolderSelectorForProject: aProject
!