reverofevil / historypp

Automatically exported from code.google.com/p/historypp
0 stars 0 forks source link

url bbcodes not decoded #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. received content with bbcode like [url=http://a.link]some text[/url]

What is the expected output? What do you see instead?
Expect to see a link to the address in url bbcode with given text.
Url bbcodes are not translated.

What version of the product are you using? On what operating system?
History++ 1.5.1.4
Miranda Im 0.10.8
Windows 7 Ultimate x64

Please provide any additional information below.
Have seen a {.$DEFINE USE_URL_BBCODE} in source code of History++.
Why is it not activated? Any known problems when using this.

Original issue reported on code.google.com by binary.c...@googlemail.com on 14 Nov 2012 at 9:34

GoogleCodeExporter commented 8 years ago
the fact is the majority of urls are already parsed as clickable links and no 
need to enforce it. parsing url bbcodes with no-url content has no futher 
processing but passing to a browser, so it makes small sense

Original comment by themiron.ru on 14 Nov 2012 at 11:22

GoogleCodeExporter commented 8 years ago
I would like to use it with RSSNews Plugin to have description and the link as 
one line. Currently there is one line for the subject text and another line for 
the http link. With some settings in the RSSNews Plugin you can generate a url 
bbcode like [url=http://a.link]some text[/url]. So you will see only "some 
text" as a clickable link an not the boring url code like "http://a.link" . 
I think this would also be a benefit for normal messaging conversation. So you 
can get nice clickable descriptions and not cryptic link addresses e.g. from 
url shortcut services.

Original comment by binary.c...@googlemail.com on 14 Nov 2012 at 11:37