336 - Hyperlinks in GameTooltip
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.
| User | When | Change |
|---|---|---|
| Bodar | Apr 06, 2013 at 13:51 UTC | Create |
Facts
- Reported
- Apr 06, 2013
- Status
- New - Issue has not had initial review yet.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Medium - Normal priority.
- Votes
- 0
- Component
- AceConfig-3.0