Grafoscopio/src/Grafoscopio/GrafoscopioFmtBeginningLine...

12 lines
426 B
Smalltalk

Class {
#name : #GrafoscopioFmtBeginningLinebreak,
#superclass : #GrafoscopioFormat,
#category : #'Grafoscopio-Pillar-TextFormat'
}
{ #category : #'target resize' }
GrafoscopioFmtBeginningLinebreak >> beInstalledIn: aNode [
" Should be using OSPlatform current lineEnding, but our text presenter does not support to have 2 character representation "
self installTextNodeAtLeftWithValue: String cr in: aNode
]