#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Fri, 12 Apr 2019 05:48:07 +0200
changeset 24063 6193bcaef956
parent 24062 d95c06ef5614
child 24064 9f4295bdff8e
#FEATURE by cg class: Metaclass class: Metaclass class added: #classTemplateFor:in:asNamespace:private:
Metaclass.st
--- a/Metaclass.st	Thu Apr 11 18:39:22 2019 +0200
+++ b/Metaclass.st	Fri Apr 12 05:48:07 2019 +0200
@@ -98,6 +98,18 @@
     "
 ! !
 
+!Metaclass class methodsFor:'method templates'!
+
+classTemplateFor:aSuperClass in:categoryString asNamespace:asNameSpace private:isPrivate
+    "returning nil here, will let the browser generate a template.
+     However, special metaclasses (other languages)
+     may redefine this"
+     
+    ^ nil
+
+    "Created: / 12-04-2019 / 05:18:51 / Claus Gittinger"
+! !
+
 !Metaclass class methodsFor:'queries'!
 
 asPrivate