AW: [Squeak-ev] Scratch in Deutschland/Österreich/Schweiz - und bei squeak.de?

Jens Moenig jens at moenig.org
Mit Nov 21 07:50:31 UTC 2007


Hallo Micha,

Wenn du im Scratch-image bist, und die "preferences" deinen Wünschen
entsprechend geändert und eingestellt hast, kannst du das nicht
funktionierende fileIn/fileOut mit folgendem Code reparieren:

!ClassOrganizer methodsFor: 'fileIn/Out'!
fileOutCommentOn: t1 moveSource: t2 toFile: t3 
	| t4 |
	globalComment ifNotNil: [globalComment text
			ifNotNil: [
				[t1 cr.
				t4 _ RemoteString
							newString: globalComment text
							onFileNumber: t3
							toFile: t1.
				t2 ifTrue: [globalComment _ t4]]]]! !

Ist nicht besonders elegant, funktioniert aber.

Viele Grüße
Jens
-- 
View this message in context: http://www.nabble.com/Scratch-in-Deutschland-%C3%96sterreich-Schweiz---und-bei-squeak.de--tf4835183.html#a13872483
Sent from the Deutschsprachiges Squeak Forum mailing list archive at Nabble.com.