[Pkg] The Trunk: Morphic-nice.562.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Aug 3 22:48:34 UTC 2011


Nicolas Cellier uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-nice.562.mcz

==================== Summary ====================

Name: Morphic-nice.562
Author: nice
Time: 4 August 2011, 12:47:15.151 am
UUID: c33f17a9-28ad-450c-9b35-54ee67d9f0b9
Ancestors: Morphic-nice.561

Restore correct behaviour of selecting between delimiters when clicking twice.

=============== Diff against Morphic-nice.561 ===============

Item was changed:
  ----- Method: Editor>>selectWord (in category 'new selection') -----
  selectWord
  	"Select delimited text or word--the result of double-clicking."
  
+ 	^self
+ 		selectWordLeftDelimiters: '([{<''"
+ '
+ 		rightDelimiters: ')]}>''"
+ '!
- 	^self selectWordLeftDelimiters: String cr rightDelimiters: String cr!



More information about the Packages mailing list