sublime-betterbookmarks

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

MIT License

Stars
12

Bot releases are hidden (Show)

sublime-betterbookmarks - Revamp and Bug Fixes Latest Release

Published by dusk125 almost 6 years ago

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.

sublime-betterbookmarks - Loading Cache Files Fixed

Published by dusk125 about 6 years ago

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.
sublime-betterbookmarks - Minor: Allow line marking (or sublime marking)

Published by dusk125 over 7 years ago

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.

sublime-betterbookmarks - Fixed cache file loading

Published by dusk125 almost 8 years ago

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

sublime-betterbookmarks - Minor Bug Fix

Published by dusk125 almost 8 years ago

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

sublime-betterbookmarks - Working better with (hopefully) less bugs

Published by dusk125 almost 8 years ago

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).
sublime-betterbookmarks - Support for Unix

Published by dusk125 almost 9 years ago

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

sublime-betterbookmarks - Now on Package Control

Published by dusk125 almost 9 years ago

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