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
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,17 @@ This is a fork of UFO's plugin package updated for VS2015
17
17
6. Start Notepad++ and activate your plugin from the plugins menu
18
18
19
19
20
+
## Upgrading to a newer version
21
+
* Upgrading the pluging package
22
+
* simply by replacing the `NppPlugin.zip` from your visual studio (typically `"My Documents\Visual Studio 2015\Templates\ProjectTemplates\Visual C#\"`) with a newer version
23
+
* Upgrading plugings using the plugin pack.
24
+
* Delete the folder `PluginInfrastructure` and copy over that folder from a newer version of `NppPlugin.zip`
25
+
26
+
## Plugins using the pluginpack
27
+
28
+
*https://github.com/kbilsted/NppPluginGuidHelper
29
+
30
+
20
31
## Overall plugin architecture
21
32
22
33
Plugins can interact with Notepad++ or the underlying Scintilla engine. The plugin pack provides two classes to make this interaction easier. This is `NotepadPlusPlusGateway` and `ScintillaGateWay` which are thin layers making interaction more pleasant (and testable!).
@@ -78,4 +89,4 @@ From v1.0 and onwards we will turn over to semantic versioning
78
89
79
90
## About me
80
91
81
-
I blog at http://firstclassthoughts.co.uk/ on code readability and quality
92
+
I blog at http://firstclassthoughts.co.uk/ on code readability and quality
0 commit comments