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]) I guess I'll keep opening a Workspace and continue the old way from there. Regards! Esteban A. Maringolo [1]: IMO this is taking the "no-files based" concept to the extreme. A step back if I could add.