[Cuis-dev] [bug] asPlainString
Hilaire Fernandes
hilaire at drgeo.eu
Sat May 14 01:57:51 PDT 2022
Hi,
With very latest update.
From the browser, when requesting a subclass template, there is a MNU
error on #asPlainString.
Template method may use #asString or #name instead of asPlainString?
templateForSubclassOf: priorClassName category: systemCategoryName
"Answer an expression that can be edited and evaluated in order to
define a new class, given that the class previously looked at was as given"
^ priorClassName asPlainString, ' subclass: #NameOfSubclass
instanceVariableNames: ''''
classVariableNames: ''''
poolDictionaries: ''''
category: ''' , systemCategoryName asPlainString , ''''
Thanks
Hilaire
--
GNU Dr. Geo
http://drgeo.eu
http://blog.drgeo.eu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20220514/864e4196/attachment.htm>
More information about the Cuis-dev
mailing list