Skip to content

Release 2.0.0.0

Latest
Compare
Choose a tag to compare
@oleg-shilo oleg-shilo released this 22 Oct 14:19
· 2 commits to master since this release

Overview

This is the first release with x64/x86 support.

It's been a difficult journey. The original CLR hosting solution has not been abandoned by their authors leaving no chance for plugin authors to port their CLR plugins to x64 Notepad++.

On top of this Notepad++ team has been constantly changing the plugin deployment model showing very little consideration to the army of plugins developers. :(

Though things started looking a bit better.

Thnks Kasper B. Graversen, who released rather brilliant port of the original hosting solution: https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net.

NppScripts (scripts.npp) is based on his codebase + some defect fixes and minor improvements.

Hints and tips

Go through the samples library to see the all possible use-cases fro C# scripting Notepad++ automation.

If you broke your script samples you can always restore them from the about box with the "restore samples" button.

Install CS-Script plugin so you can use Intellisense when developing your scripts:
image

Always create your starting script with the script manager. It will ensure you the all require references and inclusions:
image

Limitations

  • The plugin is not yet available from the "Plugins Admin" yet.
  • This is a beta release and it has not been properly tested on x86 Notepad++
  • The documentation is yet tol be published in a week or so