pharo
pharo copied to clipboard
Pharo 12 - 'file in'
To save what I had done in Pharo 11, I did a ‘file out’ to a ‘*.st’ file. I had been under the impression there would be a ‘file in’ (or equivalent) in Pharo 12 but cannot locate such a command/mechanism. Is there one ? If so, where is it ?
Thanks for opening your first issue! Please check the CONTRIBUTING documents for some tips about which information should be provided. You can find information of how to do a Pull Request here: https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo
GitHub
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk. - pharo-project/pharo
Related to: https://github.com/pharo-project/pharo/issues/15933
You may drag&drop your file on the Pharo window, select Changes browser from the menu that appears, do select all
and then file in selected
. But that is only a workaround, not intended usage.
Thank you very much Pavel. This worked just fine.
Is there a plan to re-implement ‘file in’ ?
Kind regards,
Aril Dyrseth
From: Pavel Krivanek @.> Sent: Sunday, April 28, 2024 8:16 PM To: pharo-project/pharo @.> Cc: arihd2024 @.>; Author @.> Subject: Re: [pharo-project/pharo] Pharo 12 - 'file in' (Issue #16545)
Related to: #15933 https://github.com/pharo-project/pharo/issues/15933
You may drag&drop your file on the Pharo window, select Changes browser from the menu that appears, do select all and then file in selected. But that is only a workaround, not intended usage.
— Reply to this email directly, view it on GitHub https://github.com/pharo-project/pharo/issues/16545#issuecomment-2081584766 , or unsubscribe https://github.com/notifications/unsubscribe-auth/BIEP3JGBQBUY3DER6TEINKTY7U4FBAVCNFSM6AAAAABG5DRCLSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBRGU4DINZWGY . You are receiving this because you authored the thread. https://github.com/notifications/beacon/BIEP3JFD7M52NXYEXB3KHKTY7U4FBA5CNFSM6AAAAABG5DRCLSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTT4CJ3H4.gif Message ID: @.*** @.***> >
Normally with the file browser you can. At least I saw that we reintroduced it.
The PR was
https://github.com/pharo-project/pharo/pull/16470
Very strange that it is gone again
After dropping a .st file and selecting "Code-file browser", I get "Instance of RGClassDefinition did not understand #protocolNames" (Pharo 12):
I created the .st file in the same image in the context menu of the class in Calypso.