Issue 4209 in pharo: Transcipt could still be improved a little more

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
26 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4209 in pharo: Transcipt could still be improved a little more

pharo

Comment #20 on issue 4209 by [hidden email]: Transcipt could still  
be improved a little more
http://code.google.com/p/pharo/issues/detail?id=4209

added file logging fix to 13234


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4209 in pharo: Transcipt could still be improved a little more

pharo

Comment #21 on issue 4209 by [hidden email]: Transcipt could still be  
improved a little more
http://code.google.com/p/pharo/issues/detail?id=4209

Shouldn't TranscriptModel>>displayUnfinishedEntry line where checking for  
expired time change to
(DateAndTime now - lastDisplayTime) asSeconds > 1 instead of (DateAndTime  
now - lastDisplayTime) seconds > 1.

Still works but for completeness sake it should be asSeconds.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4209 in pharo: Transcipt could still be improved a little more

pharo

Comment #22 on issue 4209 by [hidden email]: Transcipt could still  
be improved a little more
http://code.google.com/p/pharo/issues/detail?id=4209

Fixed the bug , the TranscriptModel>>windowIsClosing , was not being  
called, therefore the TranscriptModel is never informed that it should stop  
displaying its contents ( fast un-morphic transcript display)
       

Attachments:
        TranscriptShowOnDisplay.1.cs  295 bytes


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4209 in pharo: Transcipt could still be improved a little more

pharo

Comment #23 on issue 4209 by [hidden email]: Transcipt could still  
be improved a little more
http://code.google.com/p/pharo/issues/detail?id=4209

We should really use multiple issues for the multiple issues.

I am getting lost.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4209 in pharo: Transcipt could still be improved a little more

pharo

Comment #24 on issue 4209 by [hidden email]: Transcipt could still  
be improved a little more
http://code.google.com/p/pharo/issues/detail?id=4209

We should really use multiple issues for the multiple issues.

I am getting lost.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4209 in pharo: Transcipt could still be improved a little more

pharo
Updates:
        Status: Closed

Comment #25 on issue 4209 by [hidden email]: Transcipt could still  
be improved a little more
http://code.google.com/p/pharo/issues/detail?id=4209

Ok, I added:

Issue 4327: bug when closing the transcript window when in readOnly mode
Issue 4328: Transcript: 5 ) Update problem when evaluating 1 to: 30 do: [:
Issue 4329: Transcript: 4)clear on cmd-s

I close this issue


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
12