Skip to content
Sean DeNigris edited this page Apr 14, 2020 · 3 revisions

Features

Preserve your play pages when you move to a new image.

You've created some great scripts and they are saved in GT's caches, but you want to upgrade to the latest Pharo? If you use #gtCustomizationScript to save caches in a stable location, they will be automatically there when you load your project into the new image. See method comment for more info.

Convert Old-Style Small[Mc|Metacello]Project to SmallProject

  • Usage: mySmallMcOrMetacelloProject becomeSmallProject
  • Motivation: We are phasing out the SmallProject subclasses because MC, Metacello, etc are simply loading/packaging strategies employed by a particular project, which can be changed during its lifetime. #becomeSmallProject captures the conversion and provides a button on a project's Magritte form.