Lolcoincoin / tekkub-wow

Automatically exported from code.google.com/p/tekkub-wow
0 stars 0 forks source link

TourGuide feature request - colored tooltip assigned by tags #271

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Could you add a feature to give the strings in the tooltip a color either 
by using your type of tags or some other tags? 

For example you could implement something we know from the BBcode like 
this: 
[COLOR="green"]this text is shown in green[/color] or 
[COLOR="#00FF00"]this text is also shown in green but it is assigned 
through a hexadecimal number[/color]

Original issue reported on code.google.com by kajetanw...@hotmail.de on 29 Feb 2008 at 9:31

GoogleCodeExporter commented 9 years ago
colors should be doable with the standard "|cff00ff00BLah|r"... I just need to 
escape
the '|' somehow since it's used to delimit the tags.

Original comment by Tekkub on 29 Feb 2008 at 11:16

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
So is it already implemented and ready for use?

Could you explain the issue a bit further for me?
I suppose the 00ff00 in the middle of the tag "|cff00ff00BLah|r" stands for the 
color. But what's the "cff" and the "BLah|r" all about?

Thankyou for your great support!

Original comment by kajetanw...@hotmail.de on 1 Mar 2008 at 9:05

GoogleCodeExporter commented 9 years ago
No.

http://www.wowwiki.com/UI_Escape_Sequences

as I said, I use '|' already so I need to find a way to escape it.  Prolly 
something
like \| but who knows

Original comment by Tekkub on 1 Mar 2008 at 10:32

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I think you could also use #| as escape sequence...

Thanks for the link btw. I was looking for something like that already

Original comment by kajetanw...@hotmail.de on 1 Mar 2008 at 1:25