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
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# NppPlugin .NET package for VS2015 and beyond for Notepad++ 32bit and 64 bit...
1
+
# NppPlugin .NET package for VS2019 and beyond for Notepad++ 32bit and 64 bit...
2
2
3
3
What is this? Its a simple template for very fast and easy building plugins for Notepad++ in C#/.Net
4
4
@@ -12,7 +12,7 @@ This is a fork of UFO's plugin package updated for VS2015, 2017 and 2019
12
12
13
13
## Getting started
14
14
1. Download a [release](https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net/releases/)
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#\"`)
15
+
2. Place the visual studio project template (the `NppPlugin.zip`) in the visual studio path (typically `"My Documents\Visual Studio 20xx\Templates\ProjectTemplates\Visual C#\"`)
16
16
3. If you intend to debug Notepad++ itself (and not just the plugin) ensure you have installed **Visual C++** from the visual studio installer<br>
17
17

18
18
4. Create a new project inside Visual studio using `file -> new -> project -> visual C# -> Notepad++ project`
@@ -22,7 +22,7 @@ This is a fork of UFO's plugin package updated for VS2015, 2017 and 2019
22
22
23
23
## Upgrading to a newer version
24
24
* Upgrading the pluging package
25
-
* replacing the `NppPluginXXXX.zip` from your visual studio (typically `"My Documents\Visual Studio 2015\Templates\ProjectTemplates\Visual C#\"`) with a newer version
25
+
* replacing the `NppPluginXXXX.zip` from your visual studio (typically `"My Documents\Visual Studio 20xx\Templates\ProjectTemplates\Visual C#\"`) with a newer version
26
26
27
27
* Upgrading plugings using the plugin pack.
28
28
* Delete the folder `PluginInfrastructure` and copy over that folder from a newer version of `NppPluginXXXX.zip`
@@ -134,6 +134,9 @@ When publishing your plugin you should build in Release mode for both x86 and x6
134
134
135
135
For Notepad++ 7.6 to 7.6.2 no release works out of the box due to plugin directories changing with every release.
136
136
137
+
### v0.95.00 pre-release
138
+
Latest version as of Jan 2021 contains x64 fixes and updated HOW-TO-INSTALL.txt
139
+
Tested on VS2019 and latest Notepad++ both x86 and x64 versions.
137
140
138
141
### v0.94.00
139
142
The last version to work with Notepad++ v7.5.9 or below (newer versions of notepad++ use a different plugin structure, so you need to use a newer version of this framework).
@@ -162,7 +165,6 @@ From v1.0 and onwards we will turn over to semantic versioning
162
165
And of course the people helping out with pull requests! Much appreciated!
163
166
164
167
165
-
166
168
## About me
167
169
168
170
I blog at http://firstclassthoughts.co.uk/ on code readability and quality
0 commit comments