May 30, 2016
2:34 p.m.
Hi, My understanding is that now instead of Smalltalk ui icons smallConfigurationIcon I should do Smalltalk ui iconNamed: #smallConfigurationIcon This is however really unpractical, because it changes the operator priority, so I have to wrap it in parentheses every single time. Button new icon: (... iconNamed: ...) How about we add '@' or another binary selector so we can avoid the parentheses? Peter