Grafoscopio/src/Grafoscopio/GrafoscopioFmtDoubleLinebre...

13 lines
481 B
Smalltalk

Class {
#name : #GrafoscopioFmtDoubleLinebreak,
#superclass : #GrafoscopioFormat,
#category : #'Grafoscopio-Pillar-TextFormat'
}
{ #category : #'target resize' }
GrafoscopioFmtDoubleLinebreak >> 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.
self installTextNodeAtRightWithValue: String cr in: aNode
]