Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 5f9999f

Browse files
committed
Update README.md
1 parent b3be8b3 commit 5f9999f

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ This is a fork of UFO's plugin package updated for VS2015
44

55
## Getting started
66
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
1112

1213
## Content information
1314
This package contains two folders:
@@ -25,14 +26,12 @@ This package contains two folders:
2526

2627

2728
## Credits
28-
For the main work on the plugin package
29-
* UFO
30-
* v0.5 http://sourceforge.net/projects/sourcecookifier/files/other%20plugins/NppPlugin.NET.v0.5.zip/download
31-
* 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/csharpprojecttemplateforunmanagedexports https://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/csharpprojecttemplateforunmanagedexports https://www.nuget.org/packages/UnmanagedExports
3635

3736

3837
## Requirements:

0 commit comments

Comments
 (0)