sieukrem / jn-npp-plugin

Plugin for Notepad++ allowing you to automate some tasks using JavaScript
https://github.com/sieukrem/jn-npp-plugin/wiki
109 stars 24 forks source link

jN Npp Plugin

jN Npp Plugin is a plugin for Notepad++, which allows you to extend Notepad++ by writing JavaScript code.

Technology

jN uses the built-in javascript engine of Microsoft Windows. This powerful engine allows to access a lot of ActiveX based services like Shell, WMI of operating system.

jN wraps the native Notepad++ API into ActiveX interfaces accessible via global objects Editor and System in your JavaScript code.

How to Use - Getting Started

You will find the feature list and examples in wiki.

For Developers

Folder Structure

Building

Open jN.sln in Visual Studio and build solution.

Rebuild entire solution every time you modified any of *.idl files!