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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,34 @@ This is a fork of UFO's plugin package updated for VS2015
10
10
5. Build (building will copy the dll to the `Notepad++/plugins` folder)
11
11
6. Start Notepad++ and activate your plugin from the plugins menu
12
12
13
+
14
+
## Overall plugin architecture
15
+
16
+
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!).
17
+
18
+
If you are interested in low-level access you can use the `Win32` api also included in the plugin pack.
0 commit comments