<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        We might want to move all those filler texts to the "Tools" category...<div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div>
                                        <blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 01.03.2022 17:39:35 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">Marcel Taeumel uploaded a new version of Collections to project The Trunk:
<br>http://source.squeak.org/trunk/Collections-mt.991.mcz
<br>
<br>==================== Summary ====================
<br>
<br>Name: Collections-mt.991
<br>Author: mt
<br>Time: 1 March 2022, 5:39:24.888136 pm
<br>UUID: f34c5b0e-4785-3045-b7ac-4d2913b6b3bb
<br>Ancestors: Collections-mt.990
<br>
<br>Complements Morphic-mt.1917
<br>
<br>=============== Diff against Collections-mt.990 ===============
<br>
<br>Item was added:
<br>+ ----- Method: Text class>>codeSample (in category 'filler text') -----
<br>+ codeSample
<br>+ 
<br>+     ^ 'exampleWithNumber: x
<br>+     "A method that illustrates every part of Smalltalk method syntax
<br>+     including primitives. It has unary, binary, and keyboard messages,
<br>+     declares arguments and temporaries, accesses a global variable
<br>+     (but not an instance variable), uses literals (array, character,
<br>+     symbol, string, integer, float), uses the pseudo variables true,
<br>+     false, nil, self, and super, and has sequence, assignment, return
<br>+     and cascade. It has both zero argument and one argument blocks."
<br>+     <primitive: ''primitivecopybits''="" module:="" #bitbltplugin="" error:="" ec="">
<br>+     | y |
<br>+     true & false not & (nil isNil) ifFalse: [self halt].
<br>+     y := self size + super size.
<br>+     #($a #a ''a'' "a" 1 1.0)
<br>+             do: [ :each |
<br>+                     Transcript
<br>+                             show: (each class name);
<br>+                             show: '' ''].
<br>+     ^ x < y'!
<br>
<br>Item was added:
<br>+ ----- Method: Text class>>forssmanSample (in category 'filler text') -----
<br>+ forssmanSample
<br>+     "Detailtypografie. Friedrich Forssmann, Ralf de Jong. Verlag Hermann Schmidt. 2004. ISBN 978-3874395687. http://www.detailtypografie.de/"
<br>+ 
<br>+     ^ self fromString: 'Wien, Venedig, Ravenna? Also gut: Ravenna. Gleichmäßiger
<br>+ Regen hüllt den Abend ein. Die Fassaden der Häuser haben ihr
<br>+ Antlitz verloren. Ein korpulenter Polizist humpelt auf
<br>+ Krücken zum Strand. Vergeblich halten wir Ausschau,
<br>+ melancholisch spielt Frau Löwe mit ihrem Zirkel. Wir öffnen
<br>+ die Tür. Wir sehen nichts. In der Ferne ein Gewitter. Früher
<br>+ wägte man den Sinn und den Unsinn und entschied sich für den
<br>+ Unsinn. Das war eine Geschmackssache. Wir liegen in Fesseln,
<br>+ ach und in Feuchte. Frau Löwe malt ein vergangenes Bild der
<br>+ Wissenschaft auf die bröcklige Leinwand der Herzen. Sie
<br>+ verneigt sich und küßt uns die Augen. Wir finden keine Luft
<br>+ mehr, wir halten uns nur noch auf dem laufenden. Gott im
<br>+ Himmel, laß es ein Ende haben!! Gott im Himmel, erweiche dein
<br>+ Herz!! Gott im Himmel schenk uns dein Fleisch!! Wir finden ...
<br>+ Luft ... Das Leselicht erlischt. »Blind ist der Blinde nur
<br>+ hinter der Binde.« Schiller & Goethe reichen sich die Hände.
<br>+ »Na denn? Na denn!!«'!
<br>
<br>Item was added:
<br>+ ----- Method: Text class>>melvilleSample (in category 'filler text') -----
<br>+ melvilleSample
<br>+     "
<br>+     https://en.wikipedia.org/wiki/Moby-Dick
<br>+     "
<br>+ 
<br>+     ^ self fromString:  'Call me Ishmael. Some years ago - never mind how long
<br>+ precisely - having little or no money in my purse, and
<br>+ nothing particular to interest me on shore, I thought I
<br>+ would sail about a little and see the watery part of the
<br>+ world. It is a way I have of driving off the spleen and
<br>+ regulating the circulation. Whenever I find myself growing
<br>+ grim about the mouth; whenever it is a damp, drizzly
<br>+ November in my soul; whenever I find myself involuntarily
<br>+ pausing before coffin warehouses, and bringing up the rear
<br>+ of every funeral I meet; and especially whenever my hypos
<br>+ get such an upper hand of me, that it requires a strong
<br>+ moral principle to prevent me from deliberately stepping
<br>+ into the street, and methodically knocking people''s hats off
<br>+ - then, I account it high time to get to sea as soon as I
<br>+ can. This is my substitute for pistol and ball. With a
<br>+ philosophical flourish Cato throws himself upon his sword; I
<br>+ quietly take to the ship. There is nothing surprising in
<br>+ this. If they but knew it, almost all men in their degree,
<br>+ some time or other, cherish very nearly the same feelings
<br>+ towards the ocean with me.
<br>+ 
<br>+ There now is your insular city of the Manhattoes, belted
<br>+ round by wharves as Indian isles by coral reefs - commerce
<br>+ surrounds it with her surf. Right and left, the streets take
<br>+ you waterward. Its extreme down-town is the battery, where
<br>+ that noble mole is washed by waves, and cooled by breezes,
<br>+ which a few hours previous were out of sight of land. Look
<br>+ at the crowds of water-gazers there.
<br>+ 
<br>+     -- Herman Melville'!
<br>
<br>Item was changed:
<br>  ----- Method: Text class>>symbolSample (in category 'filler text') -----
<br>  symbolSample
<br>+     "Symbols are specific to a font family. We cannot know which code points are supported and how symbols will look like. Thus, you should ask the font of your choice to provide you with a #symbolSample."
<br>+     
<br>+     ^ TextStyle defaultFont symbolSample!
<br>- 
<br>-     ^ self streamContents: [:stream | | lineLength character|
<br>-             lineLength := 0.
<br>-             33 to: 255 do:[ :index |
<br>-                     character := stream nextPut: (Character value: index).
<br>-                     lineLength := lineLength + 1.
<br>-                     (('@Z`z' includes: character) or: [lineLength >= 30]) 
<br>-                             ifTrue: [
<br>-                                     lineLength :=0.
<br>-                                     stream cr]]]!
<br>
<br><br></primitive:></div></blockquote></div>