Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-March/003005.htmlName: Tools-cmm.209
Ancestors: Tools-cmm.208
When removing message from a MessageTrace, maintain the selection index.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-March/003007.htmlName: Tools-nice.210
Ancestors: Tools-cmm.209
Let the debugger retain context selection when requested for fullStack.
Note: I don't like (self changed: #flash) for these reasons:
- it traverses all dependents (inefficient MVC like process)
- the text flash (not always, I don't know why), not the list from which the menu was triggered.
Maybe it would be better to disable the menu and the button when (contextStack last sender isNil).
=============================================