On May 14, 2013, at 7:55 PM, Juraj Kubelka <Juraj.Kubelka(a)gmail.com> wrote:
Hi Stef,
please, can you be more specific? Do you want something like this?
I do not remember the creation interface of a Distribution Map but for any label
displayed in any layout
we should be able to shorten them using a kind of protocol
removePrefix: 'Seaside*'
removePrefixes: #('SW*' 'Seaside*')
removePostFix: '*Test'
removePostFixes: #('*Tests' '*Test')
contractUpTo: 6
contractUpTo: should use Contractor this is a simple class that remove letters based on
thier frequency.
Agreed. This utility methods should be part of the LabelShape protocol.