diff LibFarmbuyer.lua @ 95:3546c7b55986

Move generation of the Help tab to the same file as the help text. Allow registration of arbitrary tab controls, not just text generation. Move some shared data out of the addon table into a 'gui' state table in preparation for more of the same. Clean some cruft out of the default itemfilter list.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Thu, 26 Jul 2012 03:34:56 +0000
parents 01cfbfa96dd6
children a57133ee3c9b
line wrap: on
line diff
--- a/LibFarmbuyer.lua	Tue Jul 24 23:04:51 2012 +0000
+++ b/LibFarmbuyer.lua	Thu Jul 26 03:34:56 2012 +0000
@@ -101,7 +101,7 @@
 
 ----------------------------------------------------------------------
 --[[
-	safeprint
+	safeprint and company (primarily for on-the-fly debugging)
 ]]
 local tconcat, tostring, tonumber = table.concat, tostring, tonumber
 local function undocontrol(c)