Quantcast

Re-worked addon:GetTextDump() to re-use the "text_table" and "acquire_list" tables between calls, and also to assign flag states using the ACQUIRE_NAMES table instead of an ifelse chain.

Author torhal <torhal@dummy.example.com>
Author date 2009-11-18 03:52:08
Author local date 2009-11-18 03:52:08 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-11-18 03:52:08
Committer local date 2009-11-18 03:52:08 +0000
Commit 09b78da7b704841363fd3d9a0a9f6dadf31388fe
Tree 2fdd942f60c0a33edf11f55ef0fdcdd1a6fa8c27
Parent c78be98a7ce94cd701c9f2c79cfa5ac57a883d6b
Re-worked addon:GetTextDump() to re-use the "text_table" and "acquire_list" tables between calls, and also to assign flag states using the ACQUIRE_NAMES table instead of an ifelse chain.
In addon:OnInitialize(): Added some separators between the options tables.
Removed addon:ResetSearch(): It was only ever used in the OnClick handler of ARL_ClearButton, so its code now resides there.
Changed a plethora of syntax in ARLFrame.lua.