After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 687181 - Links to notes with names ending on ')' and ']' do not work cleanly.
Links to notes with names ending on ')' and ']' do not work cleanly.
Status: RESOLVED DUPLICATE of bug 640752
Product: tomboy
Classification: Applications
Component: General
1.13.x
Other Linux
: Normal normal
: ---
Assigned To: Tomboy Maintainers
Tomboy Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-30 09:48 UTC by Nicolas Hüppelshäuser
Modified: 2012-11-24 22:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicolas Hüppelshäuser 2012-10-30 09:48:02 UTC
Assume a note with title "Testnote (with braces)".

Writing this title into another note will highlight the character sequence as a link to the correct note - unless a character other than tabulator follows.

Same problem if the title ends on ']'.

No problem if the title reads "Testnote (with braces".

I did not test for other characters than ')' and ']' yet.

My Tomboy version is 1.13.2
Comment 1 Alemann Massho 2012-11-04 18:50:33 UTC
This is almost certainly related to Bug 640752. I'll bet that both are caused by 
the check starting on line 766 in Watchers.cs (http://git.gnome.org/browse/tomboy/tree/Tomboy/Watchers.cs#n766). Since the ')' at the end of the title string ends neither a word nor a sentence, it is not highlighted. The same applies to special characters at the beginning of note titles, which causes the very related problem in Bug 640752. Perhaps we should merge them?
Comment 2 Alemann Massho 2012-11-24 16:21:46 UTC
This seems to be fixed by my patch on bug 640752.
Comment 3 Jared Jennings 2012-11-24 22:11:00 UTC

*** This bug has been marked as a duplicate of bug 640752 ***