I've just added a new file to the repo, which is a set of macros to use within Notepad++, to help speed up coding time. There are currently 5 macros, which will auto complete code segments for the basic for, while, if and function statements.
For example, if you are typing a line that looks like this
myFunc
and when your cursor is at the end of the "c", your press ALT-SHIFT-F, you will end up with
myFunc = function()
end function
with a tab indent on the second line, and the cursor sitting between the round brackets.
Note there could be some placement issues with the cursor if you aren't starting at the beginning of a line. I'm not sure if there's a way around that yet, but I'll update if I find one.
Now my problem is, my repo name isn't strictly correct, as it's more than just the UDL. I haven't decided yet if I'll change it or not, so it stays the same for now.