I have moved from LuaEdit to LDT and have a similar issue now that I had in LE.
Due to the platform that my Lua code runs in the functions are called self:<name>() as such the template can't cope with the : in there How do I edit the template to factor in the self: part of each function?
Benjamin CABE Messages: 146 Registered: July 2009 Location: Toulouse, France
Senior Member
Hi Stuart,
Would you mind sharing a couple lines of the code where you'd like to use a template? I am not sure I get what you are looking for (and I am not sure that templates are the best way to go for what seems to be your use case)