Underscores (was: Re: graphic designers: trash can icon!!)

Bert Freudenberg bert at impara.de
Sun Apr 3 22:34:03 UTC 2005


Am 30.03.2005 um 20:00 schrieb stéphane ducasse:

>
> On 14 févr. 05, at 12:05, Bert Freudenberg wrote:
>
>> Am 13.02.2005 um 21:20 schrieb Doug Way:
>>>
>>> There are a few aspects of the new look that we may need to revert 
>>> or fix, such as the default code font which doesn't have left 
>>> assignment arrows.
>>
>> Since we now finally move to proper font support, I'd rather not 
>> mangle underscores again. I've written a small package to patch the 
>> old  fonts (make arrow into underscores) and replace _ in the code by 
>> := (see http://source.impara.de/underscore.html). We still could add 
>> a proper unicode left-arrow back ...
>>
>> - Bert -
>
> Hi bert
>
> I tried your code on 3.9 but I do not get := instead of _
> only when I pretty print but this was also the case without your fix.
> So can you tell me what is the result that I should get.

Just loading tht code does not patch the sources. You have to invoke 
that manually:

	FixUnderscores fixPackages: #('Kernel' 'Morphic')

This uses PI.

- Bert -




More information about the Squeak-dev mailing list