Best way to clear the Transcript?
I am looking for a way to clear the Transcript. There is no direct command like Transcript clear available. I do not want to reopen a new one, just be able to clear one with code, so that I can leave the window placed properly where I want it. TIA Phil
What version of Pharo? `Transcript clear.` does exactly that. :) On Mon, May 2, 2016 at 8:49 AM, phil@highoctane.be <phil@highoctane.be> wrote:
I am looking for a way to clear the Transcript.
There is no direct command like Transcript clear available.
I do not want to reopen a new one, just be able to clear one with code, so that I can leave the window placed properly where I want it.
TIA Phil
Transcript clear works for me in Pharo 4 and 5 images. On Sun, May 1, 2016 at 11:52 PM, Peter Uhnák <i.uhnak@gmail.com> wrote:
What version of Pharo?
`Transcript clear.` does exactly that. :)
On Mon, May 2, 2016 at 8:49 AM, phil@highoctane.be <phil@highoctane.be> wrote:
I am looking for a way to clear the Transcript.
There is no direct command like Transcript clear available.
I do not want to reopen a new one, just be able to clear one with code, so that I can leave the window placed properly where I want it.
TIA Phil
participants (3)
-
john pfersich -
Peter Uhnák -
phil@highoctane.be