Skip to content

Releases: dusk125/sublime-betterbookmarks

Revamp and Bug Fixes

22 Dec 04:53
Compare
Choose a tag to compare

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.

Loading Cache Files Fixed

21 Aug 21:33
Compare
Choose a tag to compare

Fixed:

  • #12 Internally, I was using Tuples to represent the Regions and they were being stored as lists in the cache files.

Added:

  • "ignore_cursor" settings: changes all directionality (and thus cursor position) of bookmarks to left to right.

Removed:

  • Unused Json encoder.

Minor: Allow line marking (or sublime marking)

15 Feb 14:41
Compare
Choose a tag to compare

This release adds the ability to switch between marking a whole line (or multiple lines if a multiline selection is marked) and just marking the selection (sublime's default behavior). This is in response to Issue#11. This setting is off by default (using Sublime's default marking behavior), check out the Settings section of the Readme to learn how to enable it.

Fixed cache file loading

01 Dec 05:04
Compare
Choose a tag to compare

Added setting to allow marks to be saved on close as well.

Minor Bug Fix

30 Nov 05:33
Compare
Choose a tag to compare

This is a minor bug fix to allow other plugins to use BetterBookmarks more easily.

Working better with (hopefully) less bugs

30 Nov 04:01
Compare
Choose a tag to compare

This release changes the way that Better Bookmarks works as it's the first major refactor of this project.

Changes

  • Removed BBFile and global list of files as it was confusing and cumbersome and actually wasn't needed at all!
  • Moved all of the Better Bookmark prefixed commands to a single TextCommand.

Additions

  • Added the ability for the user to choose where the layer switch information shows up.

Bug fixes

  • Saving and loading of bookmarks is now actually working.
  • The paths to the image files are correct for production now.
  • Improved detection of whether or not to save bookmarks (previously it would create files with no marks in them).

Support for Unix

30 Oct 18:50
Compare
Choose a tag to compare

With a small change, BetterBookmarks should now support Unix systems.

Now on Package Control

30 Oct 18:35
Compare
Choose a tag to compare

First release marking the base plugin finished enough to share and place on the package control repository.