# HG changeset patch # User Claus Gittinger # Date 1436265728 -7200 # Node ID 85db156be93399a9735fa486e9a646932965e924 # Parent 0bd301f4d1e1580aafb208068fbbc07c9b8dc460 class: UIPainter changed: #doSave FIX: the generated code may include backslashes (for example, inside a string constant), which should not be xlated to line breaks. diff -r 0bd301f4d1e1 -r 85db156be933 UIPainter.st --- a/UIPainter.st Tue Jul 07 12:20:42 2015 +0200 +++ b/UIPainter.st Tue Jul 07 12:42:08 2015 +0200 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 1995-1998 by eXept Software AG All Rights Reserved @@ -6123,7 +6121,7 @@ with:extentUsed printString allBold) ]. - code := painter generateWindowSpecMethodSource withCRs. + code := painter generateWindowSpecMethodSource. Class packageQuerySignal answer:specClass package do:[ (ReadStream on:code) fileIn. ].