Skip to content

Revamp and Bug Fixes

Latest
Compare
Choose a tag to compare
@dusk125 dusk125 released this 22 Dec 04:53
· 1 commit to master since this release

Fixed:

  • #13 Renamed the 'mark_whole_line' setting and replaced it with 'marking_mode'.
  • #14 Added all of the commands to the command palette under the 'Better Bookmarks' prefix.

I rewrote some of the internals so BetterBookmarks works more closely with the actual Sublime Regions. The "hashing"/"unhashing" over and over caused for hard to read (and maintain) code. Now, the marks are only "hashed" when saving them to file and "unhashed" when loaded.