pharo
pharo copied to clipboard
Remove the old morphic-based FileList
This is just a first PR to remove the FileList based on Morphic. The tool has already a replacement version based in Spec 2 recently integrated and ready to be used.
The new file system lister or browser is implemented in StFileSystemPresenter.
Hi @hernanmd Thanks!
This PR is just removing the tool from the listed packages, but it's not removing the package. To do that in Iceberg you need to use the "Remove from repository" option and commit that.
Thanks, I will fix this today as there are a couple of users of UITheme that needs translation.
Hi @hernanmd Thanks! This PR is just removing the tool from the listed packages, but it's not removing the package. To do that in Iceberg you need to use the "Remove from repository" option and commit that.
Thanks, I will fix this today as there are a couple of users of UITheme that needs translation.
Oh I see this is a work in progress. I'll mark the PR as draft to avoid accidental merges :)
Updated. This needs https://github.com/pharo-spec/NewTools/pull/682 prior to be applied.
I resolved the conflict. The PR in NewTools got merged so maybe this PR should not be a draft anymore?
As discussed for P13