Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2016-August/068449.htmlName: 51Deprecated-mt.39
Ancestors: 51Deprecated-mt.38
Fix typo.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-August/068450.htmlName: Morphic-mt.1238
Ancestors: Morphic-mt.1237
Fixes a regression in "query symbol" autocompletion in text fields, triggered via CMD+Q. It now also cycles through all symbols including message categories again. There will be spaces inserted for messages just like in Squeak 5.0. Still, the text cursor will always remain at the end of the completed symbol due to the mechanis of the text editor command history. Undoing after cycling through many suggestions will revert to the initial input.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-August/068451.htmlName: Morphic-mt.1239
Ancestors: Morphic-mt.1238
Give all existing applications the chance to NOT be themed by the new UI theming mechanism. For example, you can use pluggable buttons and set #noUserInterfaceTheme. Then you can just configure #color, #borderWidth, etc. as usual.
Note that this affects primarily morphs that applications use without making specific subclasses such as PluggableButtonMorph, PluggableListMorph, etc. Via subclassing, one can always override Morph >> #canApplyUserInterfaceTheme.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-August/068452.htmlName: Morphic-mt.1240
Ancestors: Morphic-mt.1239
Fixes the search bar to not intern search terms as symbols by accident.
Add preference to turn off the "smart" in the search bar. It's remains on by default.
=============================================