improving print-it in playground
Hi, I worked with Andrei to find a solution for improving the print-it support. You can take a look here: http://www.humane-assessment.com/blog/improving-print-it-support-in-gtplaygr... The current solution can be found in the latest Pharo image. Cheers, Doru -- www.tudorgirba.com "Every thing has its own flow"
For me, you nailed it. It makes Playgrounds even more useful. I also want this in every code pane, including all browsers.
On 19 Jan 2015, at 08:33, Tudor Girba <tudor@tudorgirba.com> wrote:
Hi,
I worked with Andrei to find a solution for improving the print-it support. You can take a look here: http://www.humane-assessment.com/blog/improving-print-it-support-in-gtplaygr...
The current solution can be found in the latest Pharo image.
Cheers, Doru
-- www.tudorgirba.com
"Every thing has its own flow"
Yes, the print-it now is much better than the classic ST behavior! I appreciate the latest feature of being able to get the response as commented text. I have needed that in the past, sporadically. (But I donât remember specific cases, sorry.)
On Jan 19, 2015, at 08:33, Tudor Girba <tudor@tudorgirba.com> wrote:
Hi,
I worked with Andrei to find a solution for improving the print-it support. You can take a look here: http://www.humane-assessment.com/blog/improving-print-it-support-in-gtplaygr... <http://www.humane-assessment.com/blog/improving-print-it-support-in-gtplaygr...>
The current solution can be found in the latest Pharo image.
Cheers, Doru
-- www.tudorgirba.com <http://www.tudorgirba.com/>
"Every thing has its own flow"
---> Save our in-boxes! http://emailcharter.org <--- Johan Fabry - http://pleiad.cl/~jfabry PLEIAD lab - Computer Science Department (DCC) - University of Chile
Since this can be interesting for others I resend to the mailing-list I did the following: (1 + 2) * 4 selected (1 + 2) print get the bubble [3] esc killed the bubble (1 + 2) is selected and I want to add just after the selection soemthing like -5 if I type something I erase the selection (normal) so I need the deselect (ok correct) so I press esc the expression is deselected but the cursor goes to the beginning of the line and not just after the selected text. Why because I selected the ( 1 + 2 ) from right to left I have the impression that I would like to always have the cursor after the ) so that I can continue to compose expressions based on sub-expressions I previously checked (and discarded results). Stef
participants (4)
-
Johan Fabry -
stepharo -
Sven Van Caekenberghe -
Tudor Girba