Skip to content

Releases: 14ag/vscode-to-notepadpp

VSCodeKeymapNpp 0.2.0

27 Apr 07:01

Choose a tag to compare

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, and arm64.
  • 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.zip
  • VSCodeKeymapNpp-0.2.0-x64.zip
  • VSCodeKeymapNpp-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

29 Mar 19:55

Choose a tag to compare

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.