-
-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the old morphic-based FileList #16084
base: Pharo13
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 :) |
This commit uses StFileBrowserTextBasedContentPreviewer new feature which enables to adaptively change previewers.
Updated. This needs pharo-spec/NewTools#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 |
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
.