[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Tue Apr 19 21:55:26 UTC 2016


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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/016736.html

Name: Morphic-mt.1116
Ancestors: Morphic-mt.1115

Adds preference to enclose a selection with brackets etc. to bypass the respective (shift)cmd-key shortcuts, which actually do not work on German keyboard layouts.

Updates wording and preference categorization for other text editing preferences.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/016737.html
=============================================

http://lists.squeakfoundation.org/pipermail/packages/2016-April/016738.html
=============================================

http://lists.squeakfoundation.org/pipermail/packages/2016-April/016739.html

Name: Morphic-mt.1117
Ancestors: Morphic-mt.1116

Fixes return values of enclose feature. Only return true if you perfomed an edit operation.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/016740.html

Name: Morphic-mt.1118
Ancestors: Morphic-mt.1117

Improves documentation and usage of #refreshWorld to avoid direct calls to #displayWorldSafely, which requires a check whether the morph in in a world or not.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/016741.html

Name: EToys-mt.134
Ancestors: EToys-mt.133

Improves usage of #refreshWorld to avoid direct calls to #displayWorldSafely, which requires a check whether the morph in in a world or not.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/016742.html

Name: MorphicExtras-mt.170
Ancestors: MorphicExtras-cmm.169

Improves usage of #refreshWorld to avoid direct calls to #displayWorldSafely, which requires a check whether the morph in in a world or not.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/016743.html

Name: MorphicExtras-mt.171
Ancestors: MorphicExtras-mt.170

Improves usage of #refreshWorld to avoid direct calls to #displayWorldSafely, which requires a check whether the morph in in a world or not.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/016744.html

Name: Morphic-mt.1119
Ancestors: Morphic-mt.1118

Improves stability of filter in lists:
1) Restore prior selection on filter clear
2) Restore prior selection if there are matches (again)
3) Update prior selection of you make a new selection in a filtered list

Note that this will still not be propagated between connected lists in, for example, the code browser. While you now will enjoy more stability when filtering the list of methods, filtering the list of system categories might still update/clear all other lists.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-April/016745.html

Name: Morphic-cmm.1120
Ancestors: Morphic-mt.1119

Undo Morphic-mt.1119 because it totally broke the filtering function.

	- It broke navigation by filtering.
	- It broke toggling between two selections with the backspace key.

Filtering is its own isolated feature that works on texts of lists, it was never meant to interact with the model or user selections made outside the filtering feature.

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


More information about the Squeak-dev mailing list