https://github.com/dail8859/cookiecutter-npp-cpp-plugin
A cookiecutter C++ Notepad++ plugin template
https://github.com/dail8859/cookiecutter-npp-cpp-plugin
cookiecutter-template notepad-plus-plus
Last synced: 4 months ago
JSON representation
A cookiecutter C++ Notepad++ plugin template
- Host: GitHub
- URL: https://github.com/dail8859/cookiecutter-npp-cpp-plugin
- Owner: dail8859
- Created: 2019-06-08T23:58:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T17:34:12.000Z (over 4 years ago)
- Last Synced: 2025-02-02T02:22:26.158Z (4 months ago)
- Topics: cookiecutter-template, notepad-plus-plus
- Language: C
- Size: 124 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cookiecutter-npp-cpp-plugin
[](https://ci.appveyor.com/project/dail8859/cookiecutter-npp-cpp-plugin)
A [cookiecutter](https://github.com/audreyr/cookiecutter) C++ Notepad++ plugin template.
## Usage
1. Install [Notepad++ v7.7](https://notepad-plus-plus.org/) (or later)
1. Install [Python](https://www.python.org/) (if not installed already)
1. From a command prompt, run:
```
pip install cookiecutter
cookiecutter https://github.com/dail8859/cookiecutter-npp-cpp-plugin.git
```
4. You will be asked some basic info (project name, description, etc.) for the new plugin.
5. Open the newly created `.sln` file with Visual Studio.
6. 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.