[squeak-dev] The Trunk: Morphic-ct.1843.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Wed Jan 12 13:18:12 UTC 2022


Hi Christoph --

This is what I meant what we should not do. We should not change the preferences a user currently has in his or her image through the update stream. Just because we agreed on a different default value, we must not change what users decided before that. :-( Please don't do that again in the future. :-) We only synchronize those preferences in the release-building process.

Best,
Marcel
Am 10.01.2022 17:29:45 schrieb commits at source.squeak.org <commits at source.squeak.org>:
Christoph Thiede uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-ct.1843.mcz

==================== Summary ====================

Name: Morphic-ct.1843
Author: ct
Time: 10 January 2022, 5:29:01.402518 pm
UUID: c969959b-377b-aa41-a85a-b4ffc3239a2d
Ancestors: Morphic-ct.1841

Synchronizes default preference value for "Enclose selection with brackets". Complements Morphic-mt.1812.

=============== Diff against Morphic-ct.1841 ===============

Item was changed:
(PackageInfo named: 'Morphic') postscript: '"Fix missing command key shortcuts such as [cmd]+[+/-] for scale changes."
Project allMorphicProjects do: [:p | p world initializeDesktopCommandKeySelectors].

"New ''scale factor'' menu"
+ TheWorldMainDockingBar updateInstances.
+
+ "Enable ''Enclose selection with brackets'' by default (Morphic-mt.1812)"
+ TextEditor encloseSelection: true.'!
- TheWorldMainDockingBar updateInstances.'!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220112/f5271830/attachment.html>


More information about the Squeak-dev mailing list