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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kbilsted committed May 23, 2016
1 parent b3be8b3 commit 5f9999f
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ This is a fork of UFO's plugin package updated for VS2015

## Getting started
1. Download a [release](https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net/releases/) and unzip it
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)
3. Create a new *Notepad++ project* inside Visual studio
4. Build (building will copy the dll to the Notepad++/plugins folder)
5. Start Notepad++ and activate your plugin from the plugins menu
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)
3. Ensure you have installed **Visual C++** from the visual studio installer otherwise your project wont build
4. Create a new project inside Visual studio using `file -> new -> project -> visual C# -> Notepad++ project`
5. Build (building will copy the dll to the `Notepad++/plugins` folder)
6. Start Notepad++ and activate your plugin from the plugins menu

## Content information
This package contains two folders:
Expand All @@ -25,14 +26,12 @@ This package contains two folders:


## Credits
For the main work on the plugin package
* UFO
* v0.5 http://sourceforge.net/projects/sourcecookifier/files/other%20plugins/NppPlugin.NET.v0.5.zip/download
* and v0.7 https://bitbucket.org/uph0/npppluginnet

All credits for the used DllExport technique to following guys:
* Dark Daskin: http://www.codeproject.com/KB/dotnet/DllExporter.aspx
* Robert Giesecke: http://sites.google.com/site/robertgiesecke/Home/uploads/csharpprojecttemplateforunmanagedexports https://www.nuget.org/packages/UnmanagedExports

* For the main work on the plugin package
* 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
* The DllExport technique:
* Dark Daskin: http://www.codeproject.com/KB/dotnet/DllExporter.aspx
* Robert Giesecke: http://sites.google.com/site/robertgiesecke/Home/uploads/csharpprojecttemplateforunmanagedexports https://www.nuget.org/packages/UnmanagedExports


## Requirements:
Expand Down

0 comments on commit 5f9999f

Please sign in to comment.