A cookiecutter C++ Notepad++ plugin template.
- Install Notepad++ v7.7 (or later)
- Install Python (if not installed already)
- From a command prompt, run:
pip install cookiecutter
cookiecutter https://github.com/dail8859/cookiecutter-npp-cpp-plugin.git
- You will be asked some basic info (project name, description, etc.) for the new plugin.
- Open the newly created
.sln
file with Visual Studio. - Press
F5
and enjoy.
Visual Studio will build and copy the newly created DLL file into plugin directory of Notepad++. It will also start the Notepad++ application for debugging, meaning you can set breakpoints and step through your plugin source code.