Releases: 14ag/vscode-to-notepadpp
Releases · 14ag/vscode-to-notepadpp
VSCodeKeymapNpp 0.2.0
Highlights
This release moves the plugin from a hand-picked shortcut set to generated coverage based on the stock Windows VS Code defaults.
- Added generated coverage data and runtime tables from the current VS Code Windows keybindings reference.
- Expanded release support to
x86,x64, andarm64. - Tightened conflict handling so VS Code-owned shortcuts are less likely to fall through to the wrong Notepad++ action.
- Added a contributor guide and issue templates for shortcut gaps, conflicts, and feature requests.
Assets
VSCodeKeymapNpp-0.2.0-x86.zipVSCodeKeymapNpp-0.2.0-x64.zipVSCodeKeymapNpp-0.2.0-arm64.zip
Feedback welcome
If a shortcut still feels off, opens the wrong command, or should map to a better Notepad++ equivalent, please open an issue.
Pull requests are welcome too, especially for:
- shortcut parity fixes
- Notepad++ or Scintilla command mapping improvements
- architecture testing
- packaging and docs cleanup
VSCodeKeymapNpp 0.1.0
Initial public release of VSCodeKeymapNpp.
Highlights
- Adds a native x64 Notepad++ plugin that remaps a focused set of VS Code shortcuts.
- Intercepts owned shortcuts before conflicting Notepad++ defaults can fire.
- Includes a Plugin Admin-friendly release package with the DLL at the zip root.
- Adds in-repo build, packaging, and install documentation.