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
+21-15Lines changed: 21 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,37 @@
1
-
# NppPlugin .NET package for VS2015
1
+
# NppPlugin .NET package for VS2015 and beyond...
2
2
3
-
## Fork information
4
-
This is a fork of UFO's plugin package http://sourceforge.net/projects/sourcecookifier/files/other%20plugins/NppPlugin.NET.v0.5.zip/download which seems abandoned (and only supports up to visual studio 2010).
3
+
This is a fork of UFO's plugin package updated for VS2015
5
4
6
5
7
6
8
7
## Content information
9
8
This package contains two folders:
10
9
11
-
1) Visual Studio Project Template C#:
12
-
A VS template for very fast and even easier building of .NET plugins for Notepad++.
10
+
1. Templates:
11
+
Simple templates for very fast and even easier building of .NET plugins for Notepad++.
13
12
Setting up a plugin for N++ has never ever been as easy as with this package.
14
-
Please See its containing text file for further information.
13
+
Please see the containing txt files for further installation information.
15
14
16
-
2) Demo Plugin:
15
+
16
+
2. Demo:
17
17
An example .NET plugin for Notepad++, build upon the template above.
18
-
It demonstrates the same functionality as the original demo plugin by Don HO:
* and v0.7 https://bitbucket.org/uph0/npppluginnet
25
28
26
-
## Requirements:
29
+
All credits for the used DllExport technique to following guys:
30
+
* Dark Daskin: http://www.codeproject.com/KB/dotnet/DllExporter.aspx
31
+
* Robert Giesecke: http://sites.google.com/site/robertgiesecke/Home/uploads/csharpprojecttemplateforunmanagedexportshttps://www.nuget.org/packages/UnmanagedExports
27
32
33
+
34
+
## Requirements:
28
35
* works with .NET Runtime 2.0 and above
29
36
* UNICODE only! ANSI is doable, but not supported so far
0 commit comments