Scripting Engine Unit Template
Thursday, April 10th, 2008I must say, Delphi Live Templates and the Scripting Engines are REALLY amazing. I wanted to make a new scripting engine, but then I got to thinking that my scripting engines had a lot of similar code, so I figured I would make a Live Template to create Scripting Engines. I based it on Nick’s BaseScriptingEngine from his article on Creating a Live Templates Scripting Engine.
I then created a Template Project for the Scripting Engine Package. So I can pop out a scripting engine now faster then you can say “Delphi Rocks”.
I thought I would share my Scripting Engine Unit Template. You will probably want to make your own Scripting Engine Package Template Project, but if there is enough interest I will share mine out. You will most likely want to modify this template to suite your own framework.
[Scripting Engine Unit Template]
Note: This references my general scripting engine to create a new GUID. You will need to do that manually until I dress up my general scripting engine for public consumption.