Summary: | Add column to bookmark plugin to display code line | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Jon Smirl <jonsmirl> |
Component: | bookmarks part | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jon Smirl
2003-12-17 18:50:22 UTC
You have noticed the bookmark settings in the project settings dialog, right? It is now possible to have the bookmarked line visible next to the line number. That should be enough, right? This is probably a bug then. I thought the feature was missing, but it does start working if I exit and restart kdevelop. I can't reproduce that. The change should take effect immediately. Maybe you are fooled by the fact that the text is only captured when a bookmark in the file changes? In other words, existing bookmarks does not get their text updated when this setting changes. This is mostly because I felt it unnecessary as the bookmarks are getting recreated all the time anyway.. I'm closing this wishlist item. Please file a bug report if you feel there really is one. I have the bookmark plugin open. Now I add and delete bookmarks in the file I'm editing. I see no update in the bookmark window. Is it supposed to update in real-time to match the current state of bookmarks? If I unload and reload the bookmark plugin, I see the current bookmarks. Yes, as soon (after a short delay) it detects a changed bookmark in a file, all bookmark entries in the list will be recreated and should update their content line. I've never seen it fail to do this.. something strange is going on. What editorpart are you using? Kate editor. I deleted a couple of bookmark and they haven't disappear after about a minute delay. My build was about five days old. I just finished building with current CVS and things are now working as expected. Bookmarks disappear/reappear as expected. |