On Mon, Jan 19, 2015 at 5:07 PM, Tudor Girba <tudor@tudorgirba.com> wrote:Thanks for the feedback.I am still looking for concrete use cases why people need to see the printout in the editor. Could you provide an example of when you need it?Here is one I just had.�� I wanted to select the result of this...�� �� ��Object allMethods detect: [ :m | m senders size = 1 ] ��so that I could press the shortcut key for "all senders" on it to view that code.cheers -ben