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

Commit c5175c0

Browse files
committed
readme: upgrade information
1 parent cd0cea4 commit c5175c0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ This is a fork of UFO's plugin package updated for VS2015
1717
6. Start Notepad++ and activate your plugin from the plugins menu
1818

1919

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+
2031
## Overall plugin architecture
2132

2233
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
7889

7990
## About me
8091

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

Comments
 (0)