[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Tue Dec 22 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-December/009218.html

Name: Morphic-mt.1061
Ancestors: Morphic-tpr.1060

Text editing: code clean-up and fix for in-place find. Here is how it works:

- You just moved your cursor to some place without selecting something.
- You type something.
- You hit CMD+G to "find again"
- The previous input will be removed and taken as search text.
- The next match will be selected.
- (If you err here, you can undo with CMD+Z to insert the input from above again.)

If you hit CMD+J, nothing will happen because there was no replace operation detected. If you, however, hit CMD+G to find the next match and then continue wit a CMD+J, it will find/replace the next match (with nothing) because your insertion was removed automatically as described above.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-December/009219.html

Name: ToolBuilder-Morphic-cmm.154
Ancestors: ToolBuilder-Morphic-mt.153

Encountered the model already nil'd out before entering PluggableSystemWindow>>#delete on occasion.  Protect against that.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-December/009220.html

Name: Network-cmm.169
Ancestors: Network-dtl.168

Update MailComposition menu for recent find-again changes.

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


More information about the Squeak-dev mailing list