[squeak-dev] The Inbox: EToys-ct.389.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Apr 5 19:13:05 UTC 2020


A new version of EToys was added to project The Inbox:
http://source.squeak.org/inbox/EToys-ct.389.mcz

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

Name: EToys-ct.389
Author: xyz
Time: 5 April 2020, 9:12:49.970061 pm
UUID: 843215f1-865c-2e4b-8c42-484a3f382840
Ancestors: EToys-eem.388

Removes extension methods in deprecated class TextMorphEditor. Complements Squeak-Version-mt.5252. Thanks to Subbu (kks) for the report!

=============== Diff against EToys-eem.388 ===============

Item was removed:
- ----- Method: TextMorphEditor>>select (in category '*Etoys-Squeakland-current selection') -----
- select
- 	"Ignore selection redraw requests."!

Item was removed:
- ----- Method: TextMorphEditor>>selectionInterval: (in category '*Etoys-Squeakland-private') -----
- selectionInterval: anInterval
- 	"Make my selection span the indicated interval.  If the interval extends outside the range of characters of the current text, force it within."
- 
- 	| mySize |
- 	mySize := paragraph text string size.
- 	self selectFrom: (anInterval start min: mySize)
- 		to:	(anInterval stop min: mySize)!



More information about the Squeak-dev mailing list