View Single Post
08-14-17, 03:06 AM   #5
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by Thex View Post
Well it's mostly just cause it's fun to do, and it makes for some practice using metatables which i just recently learned about. But also i have been using the global scope too much on my past addons and would like to refactore them a bit, and such a tool could be useful (also i like having that cerberus table framework, which would allow me to use the same global container "name" for all my addons, so i'd like it to be like one tool ).

What other tools are you referring to?
It depends on what text editor you using:
I maintain the stuff for Sublime Text 2-3:
https://github.com/Resike/WoWDevelopment

There is also a standalone exe which finds globals based on folders, or a luac build script (Made by Mik) which should work with every text editor that support build systems:
http://www.wowinterface.com/download...OTANADDON.html
  Reply With Quote