Skip to content

add: add editor bookmarks with gutter decorations#34

Merged
ozgen merged 1 commit intomainfrom
release/v1.1.0
Mar 25, 2026
Merged

add: add editor bookmarks with gutter decorations#34
ozgen merged 1 commit intomainfrom
release/v1.1.0

Conversation

@ozgen
Copy link
Copy Markdown
Owner

@ozgen ozgen commented Mar 25, 2026

Add per-repository bookmarks with slots 1-9.

Support setting bookmarks from the editor, changelist context menu, and Explorer context menu. Add jump and clear commands, overwrite confirmation, and clear-all support.

Render bookmark gutter decorations with numbered icons and line highlights. Persist bookmarks in workspace state and refresh decorations immediately after bookmark changes.

Also fix stale worklist file decorations after bulk Git operations by keeping stage-state refresh in sync with the decoration provider.

Update README, MANUAL, demo assets, and changelog for the new bookmark workflow.

Add per-repository bookmarks with slots 1-9.

Support setting bookmarks from the editor, changelist context menu,
and Explorer context menu. Add jump and clear commands, overwrite
confirmation, and clear-all support.

Render bookmark gutter decorations with numbered icons and line
highlights. Persist bookmarks in workspace state and refresh
decorations immediately after bookmark changes.

Also fix stale worklist file decorations after bulk Git operations by
keeping stage-state refresh in sync with the decoration provider.

Update README, MANUAL, demo assets, and changelog for the new
bookmark workflow.
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 96.55172% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.63%. Comparing base (9ea334b) to head (2f14fca).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/views/bookmark/bookmarkDecorationProvider.ts 90.56% 3 Missing and 2 partials ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
+ Coverage   92.20%   92.63%   +0.43%     
==========================================
  Files          38       44       +6     
  Lines        1257     1399     +142     
  Branches      299      320      +21     
==========================================
+ Hits         1159     1296     +137     
- Misses         25       28       +3     
- Partials       73       75       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ozgen ozgen merged commit f35b7ac into main Mar 25, 2026
2 checks passed
@ozgen ozgen deleted the release/v1.1.0 branch March 25, 2026 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants