Skip to content

Commit

Permalink
Plugin Template for Notepad++ v4.4 release
Browse files Browse the repository at this point in the history
1. Add accurate descriptions for all API (messages for sending to Notepad++).
2. Update header files.
  • Loading branch information
donho committed Jan 28, 2024
1 parent 9eb9ead commit ee666ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1
Expand Down
3 changes: 2 additions & 1 deletion readme.FIRST
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ Just follow the 4 steps (commented) in both PluginDefinition.h and PluginDefinit
//----------------------------------------------//

Any questions and suggestions please post here :
https://notepad-plus-plus.org/community/category/5/plugin-development
https://community.notepad-plus-plus.org/category/5/notepad-plugin-development

For more information about plugin development, please check here:
https://npp-user-manual.org/docs/plugins/#how-to-develop-a-plugin
https://npp-user-manual.org/docs/plugin-communication/


Don HO
Expand Down
6 changes: 3 additions & 3 deletions src/NppPluginDemo.rc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

#include <windows.h>

#define VERSION_VALUE "4.3\0"
#define VERSION_DIGITALVALUE 4, 3, 0, 0
#define VERSION_VALUE "4.4\0"
#define VERSION_DIGITALVALUE 4, 4, 0, 0

VS_VERSION_INFO VERSIONINFO
FILEVERSION VERSION_DIGITALVALUE
Expand All @@ -43,7 +43,7 @@ BEGIN
VALUE "FileDescription", "Plugin template for Notepad++\0"
VALUE "FileVersion", VERSION_VALUE
VALUE "InternalName", "NppPluginTemplate.dll\0"
VALUE "LegalCopyright", "Copyright 2022 by Don HO\0"
VALUE "LegalCopyright", "Copyright 2024 by Don HO\0"
VALUE "OriginalFilename", "NppPluginTemplate.dll\0"
VALUE "ProductName", "NppPluginTemplate\0"
VALUE "ProductVersion", VERSION_VALUE
Expand Down

0 comments on commit ee666ff

Please sign in to comment.