Dec. 11, 2013
11:46 a.m.
Thanks a lot. I will check and resolve the bug. I wanted to continue working on unloading code so this is why we time bombed our investigation. Stef
printing strings with quotes and doubling this quotes is done in Finder>>computeWithMethodFinder:
node formattedCode printOn: strm.
replace it with strm << node formattedCode.
An awful big method btw.
nicolai