- Bookmark jumping to
column 0
was not working (issue #135) - Toggle Labeled Bookmark on already bookmarked line glitch (issue #138)
- Adding bookmark on empty line was using
undefined
in line preview (issue #134)
- Activity Bar was not loading - infinite spinning (issue #127)
bookmarks.navigateThroughAllFiles
setting was no longer working (Thanks to @lega11 PR #129 and @edgardmessias PR #130)
- Bookmarks Activity Bar (issue #109)
- Support Labeled Bookmarks (issue [#76] (alefragnani#76))
- Support Column position in Bookmarks (issue #36)
- Use file icon from themes in TreeView (Thanks to @vbfox PR #112)
- Trim leading whitespaces in bookmarks list (issue #121)
- New Version Numbering based on
semver
- (Again) Avoid empty
.vscode\bookmarks.json
file when ther is no bookmark (issue #95) - Error while saving bookmarks for Untitled files (issue #106)
- TreeView visibility now also depends if you have bookmarks in project (issue #103)
- Avoid empty
.vscode\bookmarks.json
file when ther is no bookmark (issue #95)
- Error activating extension without workspace (folder) open (issue #94)
- Re-enable
Toggle
command to put documents on non preview mode (Thanks to @muellerkyle PR #90)
- Multi-root support (issue #82)
- Treeview is now Optional (issue #83)
- Bookmarks TreeView (issue #64)
- Toggling bookmark on Center/Right editors were opening the same file on Left editor (issue #74)
- Error opening files outside the project in
List from All Files
(issue #72)
- Support Retina Displays (issue #70)
Toggle
command now put documents on non preview mode (issue #30)
List from All Files
command not working since VS Code 1.12 (issue #69)
- TypeScript and VS Code engine updated
- Source code moved to
src
folder
- Bookmarks saved in Project were not working fine for non-Windows OS (Thanks to @fzzr- PR #67)
- Sticky bookmarks are now moved in indented lines (issue #62)
- Bookmarks can now be saved in the project (inside
.vscode
folder)
- Bookmarks are now always Sticky
- Sticky Bookmarks fails with
trimAutoWhitespace
set totrue
(issue #35) - Sticky Bookmarks fails with unstaged files (issue #40)
- Storage optimizations (issue #51)
List from All Files
not working if a project file has been removed (issue #50)
- Enabled TSLint
List from All Files
command was closing active file when canceling navigation (issue #46)
- Bookmarks becomes invalid when documents are modified outside VSCode (issue #33)
- Now you can select lines and text block via bookmarks
- Command to select all bookmarked lines (
Bookmarks (Selection): Select Lines
) - Command to expand selection to next bookmark (
Bookmarks (Selection): Expand Selection to Next
) - command to expand selection to previous bookmark (
Bookmarks (Selection): Expand Selection to Previous
) - Command to shrink selection between bookmarks (
Bookmarks (Selection): Shrink Selection
)
- Bookmarks missing in Insider release 1.6.0 (issue #34)
- Bookmarks missing on C/C++ files (PR #32 - kudos to @tlemo)
- Commands added to Context Menus (Editor and Title) (issue #16)
- Command to list bookmarks from all files (
Bookmarks: List from All Files
) - Command to clear bookmarks from all files (
Bookmarks: Clear from All Files
)
- Cannot jump to bookmark when scrolling with mouse (issue #26)
- Remove extension activation log (issue #25)
- Sticky Bookmarks (kudos to @Terminux)
- Ability to navigate to bookmarks in all files
- Navigate through all files
- Error when there is no active file (issue #18)
- Bookmarks are now also rendered in the overview ruler
- Command to list all bookmarks from the current file (
Bookmarks: List
)
- License file
- Setting to decide if bookmarks must be saved in project (
bookmarks.saveBookmarksInProject
- Setting to choose another icon for bookmarks (
bookmarks.gutterIconPath
)
- Initial release