You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ This is a fork of UFO's plugin package updated for VS2015
13
13
## Getting started
14
14
1. Download a [release](https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net/releases/)
15
15
2. Place the visual studio project template (the `NppPlugin.zip`) in the visual studio path (typically `"My Documents\Visual Studio 2015\Templates\ProjectTemplates\Visual C#\"`)
16
-
3. Ensure you have installed **Visual C++** from the visual studio installer otherwise your project wont build
16
+
3. Ensure you have installed **Visual C++** from the visual studio installer otherwise your project wont build<br>
17
+

17
18
4. Create a new project inside Visual studio using `file -> new -> project -> visual C# -> Notepad++ project`
18
19
5. Build (building will copy the dll to the `Notepad++/plugins` folder)
19
20
6. Start Notepad++ and activate your plugin from the plugins menu
@@ -29,6 +30,8 @@ This is a fork of UFO's plugin package updated for VS2015
@@ -63,6 +66,16 @@ The architecture of the plugin is.
63
66
| Plugin |
64
67
+-----------+
65
68
69
+
### How to debug plugins
70
+
71
+
* start notepad++
72
+
* in Visualstudio: debug -> attach to process... -> notepad++.exe
73
+
74
+
you can now set breakpoints and step-execute. (currently not working in v6.9.2 https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1964)
75
+
76
+
* you can make this process easier by setting the "start action" in the project -> properties -> debug to start notepad++.exe - then you can simply build and hit `F5`.
77
+
78
+
66
79
## Versioning
67
80
Until we reach v1.0 expect a bit of chaos and breaking changes.
0 commit comments