Issue 4471 in pharo: Long lines in Transcript

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

Issue 4471 in pharo: Long lines in Transcript

pharo
Status: Accepted
Owner: marianopeck
CC: [hidden email]
Labels: Milestone-1.3

New issue 4471 by marianopeck: Long lines in Transcript
http://code.google.com/p/pharo/issues/detail?id=4471

Latest Pharo image took from Hudson:

https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%201.3/232/artifact/Pharo-1.3.zip

Steps to reproduce:
1. Open a Transcript
2. Evaluate Transcript show: 'Paste or attach stack trace if applicable  
(look at the file PharoDebug.log
located in the same directory as your image):'.


If the Transcript windows is smaller than the length of what you show in  
transcipt, you cannot see the whole text. There is no horizontal scroll and  
the text does not follow in the next line. So the only way to see it is  
maximizing the windows, which is annoying. Even more, it may not even be  
possible if the required size is bigger than the screen.



_______________________________________________
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 4471 in pharo: Long lines in Transcript

pharo

Comment #1 on issue 4471 by marianopeck: Long lines in Transcript
http://code.google.com/p/pharo/issues/detail?id=4471

ups....I now see http://code.google.com/p/pharo/issues/detail?id=4431

is it a duplicate?


_______________________________________________
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 4471 in pharo: Long lines in Transcript

pharo

Comment #2 on issue 4471 by [hidden email]: Long lines in Transcript
http://code.google.com/p/pharo/issues/detail?id=4471

The transcript window presents one-line per entry, in a custom made
scrollable widget (vertical scrolling working, horizontal missing for
now ISSUE  4431).


yes, since i made a fast custom made scrollable widget for the transcript,  
i still missing the horizontal scrolling.
i modified the presenting logic of the previous, to be faithful to the  
transcript's model entries:

Transcript show: 1; show: 222222222 (even though the morph is not wide  
enough, wont go into two lines)

Transcript show:1;cr.


With horizontal scrolling wouldn't be a problem right?


_______________________________________________
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 4471 in pharo: Long lines in Transcript

pharo

Comment #3 on issue 4471 by marianopeck: Long lines in Transcript
http://code.google.com/p/pharo/issues/detail?id=4471

Fernando, I see 2 solutions: a) use an horizontal scroll; b) continue in  
next line if you reached the max of the current line?

In the old Transcript, b) was what happened. Isn't that good enoguh? what  
is the problem with that which deserved to change it ?

Thanks!


_______________________________________________
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 4471 in pharo: Long lines in Transcript

pharo
Updates:
        Labels: Type-Bug Milestone-1.4

Comment #4 on issue 4471 by [hidden email]: Long lines in Transcript
http://code.google.com/p/pharo/issues/detail?id=4471

(No comment was entered for this change.)


_______________________________________________
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 4471 in pharo: Long lines in Transcript

pharo
Updates:
        Labels: -Milestone-1.3

Comment #5 on issue 4471 by [hidden email]: Long lines in Transcript
http://code.google.com/p/pharo/issues/detail?id=4471

moved to 1.4


_______________________________________________
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 4471 in pharo: Long lines in Transcript

pharo
Updates:
        Status: Closed

Comment #6 on issue 4471 by [hidden email]: Long lines in Transcript
http://code.google.com/p/pharo/issues/detail?id=4471

(No comment was entered for this change.)


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