[Seaside-dev] Re: Grease - set author initials?

Paul DeBruicker pdebruic at gmail.com
Mon Nov 12 03:59:51 UTC 2012


You can do it with these two lines:

('Pharo*' match: Smalltalk version) ifTrue:[Author fullName: 'travisci'].

('Squeak*' match: Smalltalk version) ifTrue:[Utilities 
setAuthorInitials: 'tra'].


On 11/11/2012 02:04 PM, Paul DeBruicker wrote:
> Using Grease can you set the author initials of an image on Squeak and
> Pharo?  If not is that something that should/could be added ?
>
>





More information about the seaside-dev mailing list