- PartsBin
- ObjectsTool
- BookMorph
- GraphicalDictionaryMenu
I started browsing classes in Squeak to follow these dependencies, and the "dependency tree" seems kind of deep, so exporting classes from Squeak and importing them into Pharo manually feels kind of dirty, I always end up having to resolve yet�anoher dependency...
So I started looking for some Metacello configurations that could help me with this, but I just found ConfigurationOfPharoMorphicExtras, which helped me with some of the dependencies but not all of them.
Are there any Metacello configurations that could help me with this, at least with some of the dependencies? Or should I keep tracing dependencies and doing this 'manual porting' from Squeak to Pharo?
Thanks in advance!
Carla.
PS: When I used�ConfigurationOfPharoMorphicExtras, it loaded some Morphic packages �but not the MorphicExtras package itself, I had to load it manually later. Is that OK?�