<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi Nicola,<br>
    <br>
    On 12/3/2021 2:09 PM, Nicola Mingotti via Cuis-dev wrote:
    <blockquote
      cite="mid:066c782e-d56a-fd20-8de1-f255b422b3f1@gmail.com"
      type="cite">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <font size="4"><font face="monospace">Hi guys,<br>
          <br>
          I am not able to do these things, I don't understand if they
          are not there because you don't like them<br>
          or because they are just still to be implemented. If the last
          holds true I will put these features in my<br>
          TODO list of desiderata.<br>
          <br>
          1. Newline does not work, example<br>
          --------------<br>
          Transcript show: 'hello<br>
          world'. <br>
          => shows hello and world on a single line<br>
          --------------<br>
        </font></font></blockquote>
    <br>
    Fixed. Find the update at GitHub.<br>
    <br>
    <blockquote
      cite="mid:066c782e-d56a-fd20-8de1-f255b422b3f1@gmail.com"
      type="cite"><font size="4"><font face="monospace"> 2. No Wrapping.
          strings extends infinitely on the right.<br>
          <br>
          3. No possibility of copying text <br>
          <br>
          4. No vertical scrolling <br>
        </font></font></blockquote>
    <br>
    Right.<br>
    <br>
    <blockquote
      cite="mid:066c782e-d56a-fd20-8de1-f255b422b3f1@gmail.com"
      type="cite"><font size="4"><font face="monospace"> My question
          are:<br>
          a) Is there a way (a Preference) to enable features 1,2,3,4 ?<br>
        </font></font></blockquote>
    <br>
    No. Just fixed 1. For 2, 3, 4 try Right Click / Workspace with
    contents.<br>
    <br>
    <blockquote
      cite="mid:066c782e-d56a-fd20-8de1-f255b422b3f1@gmail.com"
      type="cite"><font size="4"><font face="monospace"> b) Is any of
          you using the Trascript ? I don't understand at all how you
          can survive<br>
          these limitations.  <br>
          <br>
          Please enlighten me :)<br>
          <br>
          bye<br>
          Nicola<br>
        </font></font></blockquote>
    <br>
    The reason Transcript is "special" is because it doesn't use
    Morphic. Evaluate this:<br>
    1 to: 10 do: [ :i | i print. (Delay forSeconds: 0.2) wait ]<br>
    See how the Transcript shows the updates while the code runs, even
    though it is running in the UI process and Morphic is frozen. Note
    that if you have  the TranscriptContents wokspace, its contents only
    update when the script finishes and Morphic runs again.<br>
    <br>
    This low level Transcript is extremely useful for debugging.<br>
    <br>
    Hope this helps.<br>
    <pre class="moz-signature" cols="72">-- 
Juan Vuletich
<a class="moz-txt-link-abbreviated" href="http://www.cuis-smalltalk.org">www.cuis-smalltalk.org</a>
<a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a>
<a class="moz-txt-link-freetext" href="https://github.com/jvuletich">https://github.com/jvuletich</a>
<a class="moz-txt-link-freetext" href="https://www.linkedin.com/in/juan-vuletich-75611b3">https://www.linkedin.com/in/juan-vuletich-75611b3</a>
@JuanVuletich</pre>
  </body>
</html>