[Cuis-dev] Proposal. make Utils setAuthor scriptable

Nicola Mingotti nmingotti at gmail.com
Sat Aug 7 06:17:11 PDT 2021



> Good idea.
>
> BTW, you don't even need to make the suggestion. Just write it, and 
> email the change set to the list! The worst thing that could happen is 
> you wasting 5 minutes.
>
> Cheers,
> -- 
> Juan Vuletich



I got it, my first fileOut, in attach :)

bye
Nicola




-------------- next part --------------
'From Cuis 5.0 [latest update: #4738] on 7 August 2021 at 3:13:42 pm'!

!Utilities class methodsFor: 'identification' stamp: 'NM 8/7/2021 15:12:44'!
setAuthorName: aStringName initials: aStringInitials
	"The main purpose of this method is to set author name and initials automatically at system
	book via script."
	self classPool at: #AuthorName put: aStringName.
	self classPool at: #AuthorInitials put: aStringInitials.
	! !



More information about the Cuis-dev mailing list