pharo-project / pharo-launcher

Lets you manage your pharo images and download new ones
https://pharo-project.github.io/pharo-launcher/
MIT License
109 stars 46 forks source link

Add ‘fileService’ for PharoLauncherApplication allowing ‘.image’ files to be opened through PhLLaunchImageFromDiskCommand #696

Closed Rinzwind closed 2 months ago

Rinzwind commented 2 months ago

This pull request adds a ‘fileService’ for PharoLauncherApplication allowing ‘.image’ files to be opened through PhLLaunchImageFromDiskCommand. Currently, when an ‘.image’ file is dropped onto Pharo Launcher, an inspector is opened on the FileReference. With the addition of this pull request, the image is launched instead as if the file was selected when using the ‘From disk’ toolbar button.

Rinzwind commented 2 months ago

Related issue: issue #627.

demarey commented 2 months ago

Thank you for this nice feature @Rinzwind !