Details
-
New Feature
-
Resolution: Fixed
-
Major
-
1.0 M1
-
None
Description
When there is no class template document or sheet template document AbstractSuperClass first try to find the content to set in the new sheet/template document from the resources. If it can't find any resource it used getClassSheetDefaultContent or getClassTemplateDefaultContent.
For class sheet document the resource path is : "sheets/" + SuperClass.getClassSheetFullName() + ".vm"
For class template document the resource path is : "templates/" + SuperClass.getClassTemplateFullName() + ".vm"