---------- Forwarded message ----------
From:��Davide Varvello <varvello@yahoo.com>
To:��pharo-users@lists.pharo.org
Cc:��
Bcc:��
Date:��Mon, 7 May 2018 13:22:58 -0700 (MST)
Subject:��How to pretty print a dynamic array
Hi guys,
I have a dynamic array that the formatter put on a column like this:
{self meth1.
self meth2.
self meth3}
instead I want it in a single row, like this:
{self meth1. self meth2. self meth3}
But I can't find any settings to pretty print in the last way.
Can you help me, please?