Next: , Previous: , Up: TextCollector   [Index]


1.198.2 TextCollector: accessing

cr

Emit a new-line (carriage return) to the Transcript

critical: aBlock

Evaluate aBlock while holding the Transcript lock

endEntry

Emit two new-lines. This method is present for compatibility with VisualWorks.

next: anInteger put: anObject

Write anInteger copies of anObject to the Transcript

next: n putAll: aString startingAt: pos

Write aString to the Transcript

nextPut: aCharacter

Emit aCharacter to the Transcript

show: aString

Write aString to the Transcript

showCr: aString

Write aString to the Transcript, followed by a new-line character

showOnNewLine: aString

Write aString to the Transcript, preceded by a new-line character