Updates:
Summary: Transcript: 5) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.]. Comment #2 on issue 4328 by [hidden email]: Transcript: 5) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.]. http://code.google.com/p/pharo/issues/detail?id=4328 (No comment was entered for this change.) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #3 on issue 4328 by [hidden email]: Transcript: 5) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.]. http://code.google.com/p/pharo/issues/detail?id=4328 almost fixed, i had to care of the scrolling only. had to recode a custom text morph, because the pluggable morph started to get "hackish". will commit before the end of the day _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #4 on issue 4328 by [hidden email]: Transcript: 5) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.]. http://code.google.com/p/pharo/issues/detail?id=4328 sorry guys, still working on this one. by tonight it should be done. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #5 on issue 4328 by [hidden email]: Transcript: 5) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.]. http://code.google.com/p/pharo/issues/detail?id=4328 FIXED 90%: Almost there, made a couple of enhancements. Icons (by hand still, because ExternalIconManager is still not adopted), and the use of some custom made widgets , due to the complexity of some standard widgets, and the need for a fast Transcript. If someone wants to load them in the latest Pharo, and give it a try i would appreciate it. The issue is already solved, with the attached changeset. The readOnly transcript works way better now. The scrolling features, dont fully work yet, i will work on it tomorrow, to finally close this issue. Attachments: ISSUE4328.12.cs 55.9 KB _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: ReviewNeeded Comment #6 on issue 4328 by [hidden email]: Transcript: 5) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.]. http://code.google.com/p/pharo/issues/detail?id=4328 (No comment was entered for this change.) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #7 on issue 4328 by [hidden email]: Transcript: 5) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.]. http://code.google.com/p/pharo/issues/detail?id=4328 I get a notification of an already existing var when filing in... else it seems to work. I tested > file output (happens olny after a cr, but that's ok, I think > read only (there is a first line about having no contents even though it hat) Should I add it to 1.3 so it gets tested more? _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #8 on issue 4328 by [hidden email]: Transcript: 5) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.]. http://code.google.com/p/pharo/issues/detail?id=4328 thanks marcus, i will take care of them now. Please wait till i finish the scrolling, because people will complain about that missing feature. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #9 on issue 4328 by [hidden email]: Transcript: 5) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.]. http://code.google.com/p/pharo/issues/detail?id=4328 So what is the status? Alternatively, we could just go back to the state of 1.2 and move this to 1.4... in the end, we lived with the old transcript for over a decade and there would be no problem to release 1.3 with the old one... _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #10 on issue 4328 by [hidden email]: Transcript: 5) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.]. http://code.google.com/p/pharo/issues/detail?id=4328 fair point marcus, if its ok with you i will give the last try this weekend. If i succeed we can integrate it to 1.3, otherwise we can do as you advised. I already fixed the the first line on read only transcript. missing: scrolling and keyboard shortcuts. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: FixToInclude Comment #11 on issue 4328 by [hidden email]: Transcript: 5) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.]. http://code.google.com/p/pharo/issues/detail?id=4328 Marcus, i finished the transcript. In its current state its good to go, at least to finally integrate it into 1.3 . I fixed the issues you mentioned, and also the ISSUE 4329. The single missing feature is: horizontal scrolling. Everything else works. Attachments: ISSUE4328.24.cs 74.1 KB _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #12 on issue 4328 by [hidden email]: Transcript: 5) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.]. http://code.google.com/p/pharo/issues/detail?id=4328 please load this one instead, i've removed the duplicate inst var problem. Attachments: ISSUE4328.1.cs 69.1 KB _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #13 on issue 4328 by [hidden email]: Transcript: 5) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.]. http://code.google.com/p/pharo/issues/detail?id=4328 i've created ISSUE 4431, for the pending horizontal scrolling. So we can close this one now. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #14 on issue 4328 by [hidden email]: Transcript: 5) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.]. http://code.google.com/p/pharo/issues/detail?id=4328 Issue 4329 has been merged into this issue. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Labels: Milestone-1.4 Comment #15 on issue 4328 by [hidden email]: Transcript: 5) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.]. http://code.google.com/p/pharo/issues/detail?id=4328 in 13270 TODO: 1.4 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: Closed Comment #16 on issue 4328 by [hidden email]: Transcript: 5) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.]. http://code.google.com/p/pharo/issues/detail?id=4328 in 14004 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Free forum by Nabble | Edit this page |