- Fix #110
- Update dependencies
- Fix #43
- Update dependencies
- Code refactor
- Use transpiled TypeScript for webview
- Fix #37
- Place cursor at beginning of backward point-and-click selection
- Select whole word whenever possible
- Fix #35
- Focus code with point on click even with already visible text editor
- Hack to fix #28
- Load the whole PDF forcefully
- Update dependencies
- Fix issue #27: PDF Preview fails silently sometimes upon startup
- Naively retry to open in fail-prone area
- Implement issue #7: Goto from source code to PDF
- Code refactors
- Make sure patches to pdf.js are made during compilation and publishing
- Fix issue (#17): Use
pdf-js-viewer-min
instead of downloading pdf.js separately
- Fix issues #19, #20, #21, #22
- Killed sidebar on load entirely: it is very annoying
- Persist settings across PDF compilations:
- cursor
- scale
- scrollMode
- spreadMode
- rotation
- scrollTop
- scrollLeft
- Fix issue (#15) where this extension causes VSLilyPond to be unable to start in a devcontainer
- Removed
extensionKind
to let this extension start in the workspace.
- Removed
- Fix issue (#11) where options are not applied when the PDF is reloaded
- Fix Configuration name (s/PDF Preview/LilyPond PDF Preview)
- Activate extension upon opening a
lilypond
language file
- Add "workspace" to
extensionKind
(allowing the extension to run in remote environments).
- Update docs
- Update docs
- Update docs
- Cleanup
- Update dependencies
- Initial release