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 719345 - bookmarks: Fix on_delete_range
bookmarks: Fix on_delete_range
Status: RESOLVED FIXED
Product: gedit-plugins
Classification: Other
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2013-11-26 11:21 UTC by Volker Sobek (weld)
Modified: 2019-03-23 20:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
bookmarks: Fix on_delete_range (2.04 KB, patch)
2013-11-26 11:21 UTC, Volker Sobek (weld)
committed Details | Review

Description Volker Sobek (weld) 2013-11-26 11:21:20 UTC
When deleting a range that did not start at the beginning of a line,
the bookmarks contained in the range were left in the buffer, in the
middle of the line. This broke bookmark navigation. And in case the
line didn't already have a bookmark at the beginning, it caused
the bookmark pixbuf (star symbol) in the line marks to disappear.
Comment 1 Volker Sobek (weld) 2013-11-26 11:21:22 UTC
Created attachment 262827 [details] [review]
bookmarks: Fix on_delete_range
Comment 2 Volker Sobek (weld) 2013-11-26 11:56:26 UTC
Comment on attachment 262827 [details] [review]
bookmarks: Fix on_delete_range

Attachment 262827 [details] pushed as 8f33883 - bookmarks: Fix on_delete_range