Cuis-Smalltalk / Cuis-Smalltalk-Dev

Active development of Cuis Smalltalk
MIT License
433 stars 71 forks source link

Package Installer and Downloader integration #222

Closed mmontone closed 2 years ago

mmontone commented 2 years ago

This pull request contains the integration of Package Installer and Downloader to Cuis.

I've added Package Installer directly to Core, as they are just two classes and has no dependencies. Let me know if that's acceptable.

PackageDownloader package file is in Packages/Tools directory and is loaded via an 'package autoload' menuitem in Open menu.

I haven't improved how the description of packages is shown in the tools as I forgot to do it before I'm making this pull request. I'll improve that next.