Bugs item #1968728, was opened at 2008-05-21 08:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1968728&group_id=44253
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Definitions (source editor)
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mathias Ricken (mgricken)
Assigned to: Nobody/Anonymous (nobody)
Summary: Difficulty Removing Breakpoints and Bookmarks
Initial Comment:
After a breakpoint has been set, it can only be removed using the Ctrl/Command-B keyboard shortcut if the cursor is in the first column of the line. In the past, it was possible to remove the breakpoint with the cursor anywhere on the line. This still works for full-line bookmarks.
For region bookmarks, which are created by selecting a region of code and then pressing Ctrl/Command-M, the bookmark cannot be removed just by having the cursor anywhere inside the bookmark. If one tries that, it toggles a full-line bookmark in that line. To remove a region bookmark, the user has to select exactly the same region of code and then press Ctrl/Command-M again.
In the past, pressing Ctrl/Command-B or Ctrl/Command-M anywhere would remove a breakpoint or bookmark, respectively, that surrounded the cursor. That behavior was easier to use and should be restored.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1968728&group_id=44253
|