[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Wed Nov 18 22:55:02 UTC 2015


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2015-November/009172.html

Name: Protocols-mt.53
Ancestors: Protocols-topa.52

Fixes regression in Lexicon with message icons enabled. The Lexicon does some fancy trick with displaying bold items in the message list. We might want to refactor that. See Lexicon >> #initListFrom:highlighting: to understand the existing hack.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-November/009173.html

Name: Tools-ul.653
Ancestors: Tools-cmm.652

Implemented #messageIconAt: in TimeProfileBrowser, to make it work again. It's not a "real" MessageSet, because its messageList contains strings instead of MethodReferences.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-November/009174.html

Name: Morphic-eem.1044
Ancestors: Morphic-mt.1043

Fix typing of tabs in the "middle" of a line.  Only interpret the tab as an indent if the start of the selection is in a run of whitespace from the start of line.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-November/009175.html

Name: Morphic-eem.1045
Ancestors: Morphic-eem.1044

And fix typing a tab at the send of the text.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-November/009176.html

Name: Morphic-mt.1046
Ancestors: Morphic-eem.1045

Text editing: Fixes a bug with an endless loop when find/replace under certain conditions. Refactors the find, find/replace, and do-again code.

=============================================


More information about the Squeak-dev mailing list