squeak-smalltalk / squeak-object-memory

Issues and assets related to the Squeak object memory.
https://bugs.squeak.org
MIT License
11 stars 1 forks source link

Workspace default name for save oddly depends on the directory name #49

Open isCzech opened 2 years ago

isCzech commented 2 years ago

If the installation directory contains . (dot) the default suggested name when saving is Workspace. If the installation directory doesn't contain any dot then the default suggested name is Workspace.text. That feels odd :) image image