navigation through bookmarks only considers the current script

Issue #112 resolved
M. Gronle created an issue

The bookmark management of scripts is currently managed script-internal. Therefore the navigation buttons only consider all bookmarks in the current script. This should be changed to a global bookmark management.

Comments (2)

  1. M. Gronle reporter

    fixes issue #112: bookmarks are now managed by a central bookmark model. All bookmark backward / forward buttons are now deliverd by this model, as well as the delete action. Additionally, there is now a bookmark toolbox, similar to the breakpoint toolbox, that allows jumping to different bookmarks and navigating through the list of bookmarks.

    → <<cset 70cd4e928b4f>>

  2. Log in to comment