The Trunk: Compiler-ct.535.mcz

[email protected] Thu, 11 Jun 2026 21:56:19 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Christoph Thiede uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-ct.535.mcz

==================== Summary ====================

Name: Compiler-ct.535
Author: ct
Time: 11 June 2026, 11:56:19.453286 pm
UUID: 947b38e8-62b5-4aa2-b5eb-18b5a280cfcd
Ancestors: Compiler-ct.534

Fixes new preference prefPrettyPrintCommentWidthInPoints: (introduced in Compiler-eem.508) to appear in the preference browser by adding missing setter.

=============== Diff against Compiler-ct.534 ===============

Item was added:
+ ----- Method: ParseNode class>>prefPrettyPrintCommentWidthInPoints: (in category 'preferences') -----
+ prefPrettyPrintCommentWidthInPoints: anInteger
+ 
+ 	PrettyPrintCommentWidth := anInteger.!

Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]