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
+11-12
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,11 @@ This is a fork of UFO's plugin package updated for VS2015
4
4
5
5
## Getting started
6
6
1. Download a [release](https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net/releases/) and unzip it
7
-
2. Place the visual studio project template (the `Visual Studio Project Template C#\NppPlugin.zip`) in the visual studio path (see [instructions](https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net/blob/master/Visual%20Studio%20Project%20Template%20C%23/HOW-TO-INSTALL-ME.txt) inside the release)
8
-
3. Create a new *Notepad++ project* inside Visual studio
9
-
4. Build (building will copy the dll to the Notepad++/plugins folder)
10
-
5. Start Notepad++ and activate your plugin from the plugins menu
7
+
2. Place the visual studio project template (the `Visual Studio Project Template C#\NppPlugin.zip`) in the visual studio path (typically `"My Documents\Visual Studio 2015\Templates\ProjectTemplates\Visual C#\"` but see [instructions](https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net/blob/master/Visual%20Studio%20Project%20Template%20C%23/HOW-TO-INSTALL-ME.txt) inside the release)
8
+
3. Ensure you have installed **Visual C++** from the visual studio installer otherwise your project wont build
9
+
4. Create a new project inside Visual studio using `file -> new -> project -> visual C# -> Notepad++ project`
10
+
5. Build (building will copy the dll to the `Notepad++/plugins` folder)
11
+
6. Start Notepad++ and activate your plugin from the plugins menu
11
12
12
13
## Content information
13
14
This package contains two folders:
@@ -25,14 +26,12 @@ This package contains two folders:
* and v0.7 https://bitbucket.org/uph0/npppluginnet
32
-
33
-
All credits for the used DllExport technique to following guys:
34
-
* Dark Daskin: http://www.codeproject.com/KB/dotnet/DllExporter.aspx
35
-
* Robert Giesecke: http://sites.google.com/site/robertgiesecke/Home/uploads/csharpprojecttemplateforunmanagedexportshttps://www.nuget.org/packages/UnmanagedExports
29
+
30
+
* For the main work on the plugin package
31
+
* A Guy called "Ufo" - merging in v0.5 http://sourceforge.net/projects/sourcecookifier/files/other%20plugins/NppPlugin.NET.v0.5.zip/download and v0.7 https://bitbucket.org/uph0/npppluginnet
32
+
* The DllExport technique:
33
+
* Dark Daskin: http://www.codeproject.com/KB/dotnet/DllExporter.aspx
34
+
* Robert Giesecke: http://sites.google.com/site/robertgiesecke/Home/uploads/csharpprojecttemplateforunmanagedexportshttps://www.nuget.org/packages/UnmanagedExports
0 commit comments