This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
It would be helpful if hyperlinks are automatically detected in descriptions.
A possible solution in Release-r1083 AceConfigDialog-3.0.lua could be the following:
function OptionOnMouseOver, line 551 changed to:
local linktype = desc:match(".*|H(%a+):.+|h.+|h.*") if linktype then GameTooltip:SetHyperlink(desc) else GameTooltip:AddLine(desc, 1, 1, 1, 1) end
in function TreeOnButtonEnter, line 1454, the same as above.
To post a comment, please login or register a new account.