Dynamic Bookmarks

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
amichalec
Posts: 2
Joined: Wed Jun 13, 2018 10:16 pm

Dynamic Bookmarks

Post by amichalec »

Is it possible to set dynamic bookmarks
i.e.
set bookmark 1 at line 153 text: "run-a-subroutine"
add 10 lines of code above line 153 thus the line number for the text "run-a-subroutine" is now 163

when I select bookmark 1 I go back to line 153 which is no longer where the "run-a-subroutine" is located. I want to return to the the text "run-a-subroutine" I don't care what line number it is now.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: Dynamic Bookmarks

Post by jussij »

What you describe is currently not possible, because as you point out as lines of text are added or removed, the location of the bookmark is not adjusted accordingly.

But I think what you are describing is a bug in how the bookmarks currently work :(

I will look into this and see if is possible to change this behavior to work as described.

My hunch is this should be doable and if that is the case, the feature should be available in the next Zeus release due in about a month or two.

Cheers Jussi
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: Dynamic Bookmarks

Post by jussij »

I can confirm the behaviour of the bookmarking will be changed to work as described above and that this feature will be available in the next Zeus release due in the next month or two :)

Cheers Jussi
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: Dynamic Bookmarks

Post by jussij »

This feature has been added to the latest Zeus 3.98p version found here: http://www.zeusedit.com/download.html

Cheers Jussi
amichalec
Posts: 2
Joined: Wed Jun 13, 2018 10:16 pm

Re: Dynamic Bookmarks

Post by amichalec »

Most awesome 8) ... Thank You!! :D
Post Reply