[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sat Aug 20 23:55:08 UTC 2011


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

http://lists.squeakfoundation.org/pipermail/packages/2011-August/004938.html

Name: Morphic-cmm.570
Ancestors: Morphic-cmm.568

- Properly capture UndoSelection like the old TextEditor.  The recent conversion of the TextEditor to be event-based was a great piece of work, but I cannot live without important functions of the Squeak text-editor, such as Command+j, and Command+z which stopped working.
	The old design would not update the start and mark blocks until after the UndoSelection was captured.  The new design could not do that easily because the typeAhead was replaced with an KeyboardEvent.
	The solution was to make typeAhead an instance-variable, and put back the interpret-key / update-paragraph cycle back.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-August/004939.html

Name: Morphic-cmm.571
Ancestors: Morphic-cmm.570, Morphic-jmg.569

- Merged.
- Show seconds on DockingBar clock because it's useful for quick-and-rough timings as well as to know if the UI process is available.  It is not distracting.
- Make the docking bar dropEnabled:, so that custom buttons can be dropped there.

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



More information about the Squeak-dev mailing list