View Single Post
09-24-05, 08:59 AM   #21
Beladona
A Molten Giant
 
Beladona's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 539
on a side note, you might consider creating a "blank" addon simply meant for testing. A toc, a single LUA file, and an xml file is probably all you need for the "minor" stuff. This will allow you to add anything you want to those files and go from there. By default simply have comments in each and nothing more, so that unless you are actually developing something, the addon doesn't do anything...

You could call it the AddOn Developer's Toolkit. Maybe even add some of the debug elements that are common in a few other addons. I believe Iriel has a nice Debug Addon you could use.
  Reply With Quote