Re: [Pharo-dev] [Pharo-users] Pharo 4 Playground open file menu
2015-04-30 21:24 GMT+02:00 Esteban A. Maringolo <emaringolo@gmail.com>:
2015-04-30 16:14 GMT-03:00 Nicolai Hess <nicolaihess@web.de>:
2015-04-30 20:36 GMT+02:00 Esteban A. Maringolo <emaringolo@gmail.com>:
Since the workspace is hidden (*)... what's the recommended procedure to open a smalltalk script file (.st or .ws) without having to open the FileBrowser?(**)
you can use inspector to open the directory. 'directory_with_your_st_file' asFileReference inspect.
in the inspector you can navigate through the directory or select a file and for example for a .st file the menu offers a "do it and open" entry, this will execute the selected code and open an inspector tab on the result.
So basically there is no way to "File -> Open" from the Playground. :) (nor a a way "File -> Save" its contents either [1])
alt+s or click the small disk icon
I guess I'll keep opening a Workspace and continue the old way from there.
Yes, I use the Workspace often too. But the navigation in directories to find a file is much easier with the inspector than the FileBrowser or a FileOpen-Dialog.
Regards!
Esteban A. Maringolo
[1]: IMO this is taking the "no-files based" concept to the extreme. A step back if I could add.
participants (1)
-
Nicolai Hess