Unwanted camel case TRAC links in task editor [message #691031] |
Thu, 30 June 2011 11:10  |
Eclipse User |
|
|
|
Hi,
when using the task editor to edit TRAC task descriptions, some wiki
hyperlinks are detected which aren't correct from my perspective. A
hyperlink is correctly detected when having lines as
this is a nice CamelCase link
---------
It is correctly not detected when having
this is a niceCamelCase link
But it is again detected when having
this is a nicECamelCase link
---------
So the regular expression that is used to detect the link in
TracHyperlinkUtil (pattern wikiPattern2) seems to not handle that case
correctly: the camel case word is proceeded with an upper case character
but the whole work is starting with a lower case character. I'm not good
in regular expression so I don't have any fix or patch.
Any help apreciated. Btw, I am using MyLyn 3.5
Jan
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.11512 seconds