I’m looking into the code templates and have two questions:
1.What is the entry ‘Design Element’ for? What lotusscript do you have to write to activate this template?
2.on the property get/set templates: the private member gets the same name as the property with a suffix. How can i get the template to generate this in front or after the getter/setter?
TIA.
Jo.
Subject: additional:no comment generated for ‘sub delete’
‘sub delete’ method of a customer class.Also code completion does not work for this method (you have to write the ‘end sub’ your self.
Code completion and comment/code generation do work for ‘sub new’
j.
Subject: answer for question 2
I wrote the declaration for the private member in the comment template…Not really clean, but it works.
j.