[squeak-dev] The Trunk: 51Deprecated-mt.36.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jul 31 08:56:12 UTC 2016


Marcel Taeumel uploaded a new version of 51Deprecated to project The Trunk:
http://source.squeak.org/trunk/51Deprecated-mt.36.mcz

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

Name: 51Deprecated-mt.36
Author: mt
Time: 31 July 2016, 10:56:06.86249 am
UUID: 5dae79d1-829b-6046-82de-e00a2acb0379
Ancestors: 51Deprecated-mt.35

*** Widget Refactorings and UI Themes (Part 3 of 11) ***

Prepare Shout syntax highlighting for UI themes. (Temporarily no syntax highlighting. Sorry. Be patient.)

=============== Diff against 51Deprecated-mt.35 ===============

Item was added:
+ ----- Method: SHTextStylerST80 class>>attributesByPixelHeight: (in category '*51Deprecated') -----
+ attributesByPixelHeight: aNumber
+ 
+ 	self deprecated: 'Use UI themes.'.
+ 	^self textAttributesByPixelHeight
+ 		at: aNumber 
+ 		ifAbsent: [Dictionary new]!

Item was added:
+ ----- Method: SHTextStylerST80 class>>attributesFor:pixelHeight: (in category '*51Deprecated') -----
+ attributesFor: aSymbol pixelHeight: aNumber
+ 
+ 	self deprecated: 'Use UI themes.'.
+ 	^(self textAttributesByPixelHeight 
+ 		at: aNumber 
+ 		ifAbsent:[Dictionary new]) 
+ 			at: aSymbol ifAbsent:[nil]!



More information about the Squeak-dev mailing list