Hi,

I've got some weird problems with the QTextCursor::WordUnderCursor method.

Suposed I'm on a line with the following text : "link,"

then QTextCursor::WordUnderCursor returns me "link" only.

I supose it doesn't take into account some chars like opening braces, comas, etc. by default, but how can I get those chars too ?

Thanks.