This patch do a small change to "structured text":
I get today a mail with a line like this "* This is a
*list* item". But the regex highlighted the text "*
This is a *". Which is in this case not wanted. ;)
Since I don't want to disable the space char generally
inside a /structured text/, I disable it at the beginnig:
*works*
*works to*
* invalid*
* invalid to*
Greetings,
Tim
original and altered file
original and altered file (Version 2)
Logged In: YES
user_id=652377
Ok, I submit a new version from this patch! The old one was
to greedy and you get wrong highlight with strings like
"*bold* nobold *bold*". :-(
But the new one seems to work much better. I also get rid of
the [^*] rule. ;)
Tim
Logged In: YES
user_id=529507
Fixed in CVS.
It'll be included in next release.
But you can download daily snapshots at :
http://nocc.sourceforge.net/download/
Thanks for the patch.