[squeak-dev] The Trunk: Files-jcg.27.mcz

Bert Freudenberg bert at freudenbergs.de
Tue Sep 1 09:45:24 UTC 2009


On 01.09.2009, at 10:01, Joshua Gargus wrote:

> Does anyone know why several classes had their class variables
> alphabetized when I committed this version?  I didn't do it  
> explicitly.
> Is this the desired behavior?

Yes:

http://lists.squeakfoundation.org/pipermail/squeak-dev/2009-August/138223.html

Looking at how the formatting is lost in the archive me thinks we need  
to remind people not to send HTML to the list if possible. Including  
you, Eliot ;)

- Bert -

> Cheers,
> Josh
>
>
> commits at source.squeak.org wrote:
>>
>>  StandardFileStream subclass: #CrLfFileStream
>>  	instanceVariableNames: 'lineEndConvention'
>> + 	classVariableNames: 'Cr CrLf Lf LineEndDefault LineEndStrings  
>> LookAheadCount'
>> - 	classVariableNames: 'LookAheadCount LineEndDefault  
>> LineEndStrings CrLf Cr Lf'
>>  	poolDictionaries: ''
>>  	category: 'Files-Kernel'!




More information about the Squeak-dev mailing list