pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.17k stars 348 forks source link

No button to fileIn code from FileBrowser #16453

Closed yannij closed 2 months ago

yannij commented 2 months ago

Bug description FileIn code using the FIleBrowser can no longer be done, because there is no button the initiate a fileIn

To Reproduce Steps to reproduce the behavior:

  1. Go to System/FileBrowser menu to open a FIleBrowser
  2. Navigate to a .st file you have previously filed-out, and select it
  3. Notice there is no way to fileIn the file. In version 11, there was an Install button

Expected behavior There should be a button labelled Install or FileIn

Screenshots filebrowser-v11 filebrowser-v12

Version information:

Ducasse commented 2 months ago

thanks a lot

estebanlm commented 2 months ago

@hernanmd this is for you :)

jecisc commented 2 months ago

I think this got lost when we removed the change set browser. IIRC there was a file service in that package to manage the file in of code.

jecisc commented 2 months ago

Related issue: https://github.com/pharo-project/pharo/issues/15933

hernanmd commented 2 months ago

@hernanmd this is for you :)

In #16470 (please note since I'm on vacation, it may take me longer to respond)

jecisc commented 2 months ago

Fixed

MarcusDenker commented 2 months ago

I do not see the fileIn button when I select a .st file

MarcusDenker commented 2 months ago

Ah, we have a new issue:

https://github.com/pharo-project/pharo/issues/16453

I close this