diff --git a/TitanBag/TitanBag.lua b/TitanBag/TitanBag.lua index 0550232..fa12b37 100644 --- a/TitanBag/TitanBag.lua +++ b/TitanBag/TitanBag.lua @@ -235,6 +235,9 @@ end -- ************************************************************************** --]] function TitanPanelBagButton_OnLoad(self) + local notes = "" + .."Adds bag and free slot information to Titan Panel.\n" +-- .."- xxx.\n" self.registry = { id = TITAN_BAG_ID, category = "Built-ins", @@ -245,6 +248,7 @@ function TitanPanelBagButton_OnLoad(self) tooltipTextFunction = "TitanPanelBagButton_GetTooltipText", icon = "Interface\\AddOns\\TitanBag\\TitanBag", iconWidth = 16, + notes = notes, controlVariables = { ShowIcon = true, ShowLabelText = true, diff --git a/TitanClock/TitanClock.lua b/TitanClock/TitanClock.lua index fcf7685..60f4928 100644 --- a/TitanClock/TitanClock.lua +++ b/TitanClock/TitanClock.lua @@ -29,6 +29,9 @@ local realmName = GetRealmName(); -- ************************************************************************** --]] function TitanPanelClockButton_OnLoad(self) + local notes = "" + .."Adds a clock to Titan Panel.\n" + .."- Select server time / local time / both server and local time.\n" self.registry = { id = TITAN_CLOCK_ID, category = "Built-ins", @@ -37,6 +40,7 @@ function TitanPanelClockButton_OnLoad(self) buttonTextFunction = "TitanPanelClockButton_GetButtonText", tooltipTitle = L["TITAN_CLOCK_TOOLTIP"], tooltipTextFunction = "TitanPanelClockButton_GetTooltipText", + notes = notes, controlVariables = { ShowIcon = false, ShowLabelText = true, diff --git a/TitanGold/TitanGold.lua b/TitanGold/TitanGold.lua index b78e95d..69e2a98 100644 --- a/TitanGold/TitanGold.lua +++ b/TitanGold/TitanGold.lua @@ -174,6 +174,10 @@ end -- ************************************************************************** --]] function TitanPanelGoldButton_OnLoad(self) + local notes = "" + .."Keeps track of all gold held by a player's toons.\n" + .."- Can show by server / merged servers / all servers.\n" + .."- Can show by faction.\n" self.registry = { id = TITAN_GOLD_ID, category = "Built-ins", @@ -184,6 +188,7 @@ function TitanPanelGoldButton_OnLoad(self) buttonTextFunction = "TitanPanelGoldButton_FindGold", icon = "Interface\\AddOns\\TitanGold\\Artwork\\TitanGold", iconWidth = 16, + notes = notes, controlVariables = { ShowIcon = true, ShowLabelText = true, diff --git a/TitanLocation/TitanLocation.lua b/TitanLocation/TitanLocation.lua index ffb46b7..21c6846 100755 --- a/TitanLocation/TitanLocation.lua +++ b/TitanLocation/TitanLocation.lua @@ -28,6 +28,9 @@ local LocationTimer = nil; -- ************************************************************************** --]] function TitanPanelLocationButton_OnLoad(self) + local notes = "" + .."Adds coordinates and location information to Titan Panel.\n" +-- .."- xxx.\n" self.registry = { id = TITAN_LOCATION_ID, category = "Built-ins", @@ -38,6 +41,7 @@ function TitanPanelLocationButton_OnLoad(self) tooltipTextFunction = "TitanPanelLocationButton_GetTooltipText", icon = "Interface\\AddOns\\TitanLocation\\TitanLocation", iconWidth = 16, + notes = notes, controlVariables = { ShowIcon = true, ShowLabelText = true, diff --git a/TitanLootType/TitanLootType.lua b/TitanLootType/TitanLootType.lua index 8437aaf..d732454 100644 --- a/TitanLootType/TitanLootType.lua +++ b/TitanLootType/TitanLootType.lua @@ -33,6 +33,10 @@ local current_spec = "" -- ************************************************************************** --]] function TitanPanelLootTypeButton_OnLoad(self) + local notes = "" + .."Adds group loot information to Titan Panel.\n" + .."- Option to add instance difficulty information.\n" + .."- Option to add current spec and loot spec.\n" self.registry = { id = TITAN_LOOTTYPE_ID, category = "Built-ins", @@ -43,6 +47,7 @@ function TitanPanelLootTypeButton_OnLoad(self) tooltipTextFunction = "TitanPanelLootTypeButton_GetTooltipText", icon = "Interface\\AddOns\\TitanLootType\\TitanLootType", iconWidth = 16, + notes = notes, controlVariables = { ShowIcon = true, ShowLabelText = true, diff --git a/TitanPerformance/TitanPerformance.lua b/TitanPerformance/TitanPerformance.lua index fc4c916..1d09ec5 100644 --- a/TitanPerformance/TitanPerformance.lua +++ b/TitanPerformance/TitanPerformance.lua @@ -54,6 +54,9 @@ end -- DESC : Registers the plugin upon it loading -- ************************************************************************** function TitanPanelPerformanceButton_OnLoad(self) + local notes = "" + .."Adds FPS and Garbage collection information to Titan Panel.\n" +-- .."- xxx.\n" self.registry = { id = TITAN_PERFORMANCE_ID, category = "Built-ins", @@ -63,6 +66,7 @@ function TitanPanelPerformanceButton_OnLoad(self) tooltipCustomFunction = TitanPanelPerformanceButton_SetTooltip; icon = "Interface\\AddOns\\TitanPerformance\\TitanPerformance", iconWidth = 16, + notes = notes, controlVariables = { ShowIcon = true, ShowLabelText = true, diff --git a/TitanRepair/TitanRepair.lua b/TitanRepair/TitanRepair.lua index 88babba..04db40d 100644 --- a/TitanRepair/TitanRepair.lua +++ b/TitanRepair/TitanRepair.lua @@ -561,12 +561,12 @@ end -- ************************************************************************** --]] function TitanPanelRepairButton_OnLoad(self) - local notes = "Rewritten Nov 2022 - Notable changes:\n" - .."- Uses less events; faster.\n" - .."- OnShow / OnHide now start / stop processing. Hopefully stopping 'protected' errors for those not running Repair.\n" - .."- Gated to once per sec except at Merchant and OnShow.\n" - .."- Left - Click added to force a scan - just in case.\n" - .."- Removed 'most damaged' item to save a few cycles.\n" + local notes = "" + .."Provides a configurable durability display. Adds the ability to auto repair items and inventory at vendors.\n" + .."- Shift + Left - Click forces a scan.\n" + .."- Left - Click now sells ALL gray items - use with CAUTION!\n" + .."- Option to auto sell ALL gray items - use with CAUTION!\n" + .."- Rewritten Nov 2022.\n" self.registry = { id = TITAN_REPAIR_ID, category = "Built-ins", diff --git a/TitanVolume/TitanVolume.lua b/TitanVolume/TitanVolume.lua index 2b1ceb7..648b5c3 100644 --- a/TitanVolume/TitanVolume.lua +++ b/TitanVolume/TitanVolume.lua @@ -15,6 +15,9 @@ local _G = getfenv(0); local L = LibStub("AceLocale-3.0"):GetLocale("Titan", true) function TitanPanelVolumeButton_OnLoad(self) + local notes = "" + .."Adds a volume control icon on your Titan Bar.\n" +-- .."- xxx.\n" self.registry = { id = TITAN_VOLUME_ID, category = "Built-ins", @@ -24,6 +27,7 @@ function TitanPanelVolumeButton_OnLoad(self) tooltipTextFunction = "TitanPanelVolumeButton_GetTooltipText", iconWidth = 32, iconButtonWidth = 18, + notes = notes, controlVariables = { ShowIcon = false, ShowLabelText = false, diff --git a/TitanXP/TitanXP.lua b/TitanXP/TitanXP.lua index 04bf4af..1224e93 100644 --- a/TitanXP/TitanXP.lua +++ b/TitanXP/TitanXP.lua @@ -44,6 +44,9 @@ end -- ************************************************************************** --]] function TitanPanelXPButton_OnLoad(self) + local notes = "" + .."Adds information to Titan Panel about XP earned and time to level.\n" +-- .."- xxx.\n" self.registry = { id = TITAN_XP_ID, category = "Built-ins", @@ -53,6 +56,7 @@ function TitanPanelXPButton_OnLoad(self) tooltipTitle = L["TITAN_XP_TOOLTIP"], tooltipTextFunction = "TitanPanelXPButton_GetTooltipText", iconWidth = 16, + notes = notes, controlVariables = { ShowIcon = true, ShowLabelText = true,