Releases: dusk125/sublime-betterbookmarks
Revamp and Bug Fixes
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
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)
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
Added setting to allow marks to be saved on close as well.
Minor Bug Fix
This is a minor bug fix to allow other plugins to use BetterBookmarks more easily.
Working better with (hopefully) less bugs
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
With a small change, BetterBookmarks should now support Unix systems.
Now on Package Control
First release marking the base plugin finished enough to share and place on the package control repository.