Andreas Raab uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-ar.82.mcz==================== Summary ====================
Name: ST80-ar.82
Author: ar
Time: 4 January 2010, 12:48:58 pm
UUID: ac312df6-90b8-414d-be66-530d39cbee6a
Ancestors: ST80-dtl.80
Make Etoys unloadable: Remove selectionAsTiles support.
=============== Diff against ST80-dtl.80 ===============
Item was removed:
- ----- Method: ParagraphEditor>>selectionAsTiles (in category 'menu messages') -----
- selectionAsTiles
- "Try to make new universal tiles from the selected text"
- | selection |
-
- selection := self selection.
- self terminateAndInitializeAround:
- [| tiles |
- self currentHand attachMorph: (tiles := Player tilesFrom: selection).
- Preferences tileTranslucentDrag
- ifTrue: [tiles lookTranslucent]
- ifFalse: [tiles align: tiles topLeft
- with: self currentHand position + tiles cursorBaseOffset]].!