dusk125 / sublime-betterbookmarks

BetterBookmarks extends the built-in Sublime Text 3 bookmarking system to allow for persistent bookmarks and bookmark layers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move bookmark on line change

dusk125 opened this issue · comments

Add the ability for the bookmark to follow the line it was created on.

Sublime already handles this natively; however, the cache does not handle this.

This could be fixed by querying the native bookmarks and saving those instead of my repo of bookmarks.

Was just going to report this myself.

The latest ST has this problem as well (sublimehq/sublime_text/issues/2785) . Perhaps there was a change, or there will be a fix, that makes this one easier to address.

BTW: This (2785) is now fixed in ST4.