From 2575bdc53149fe4e8191a9a460158e7658980485 Mon Sep 17 00:00:00 2001 From: Don HO Date: Thu, 1 Jul 2021 00:47:57 +0200 Subject: [PATCH] Notepad++ Plugin List Release 1.3.3 --- appveyor.yml | 2 +- doc/plugin_list_arm64.md | 2 +- doc/plugin_list_x64.md | 2 +- doc/plugin_list_x86.md | 2 +- src/pl.arm64.json | 2 +- src/pl.x64.json | 2 +- src/pl.x86.json | 2 +- src/resource.h | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f46cf7726..33670d879 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.3.2.{build} +version: 1.3.3.{build} image: Visual Studio 2017 diff --git a/doc/plugin_list_arm64.md b/doc/plugin_list_arm64.md index 55e255019..d329c683e 100644 --- a/doc/plugin_list_arm64.md +++ b/doc/plugin_list_arm64.md @@ -1,5 +1,5 @@ ## Plugin List - arm64 bit -version 1.3.2 +version 1.3.3 |Plugin name | Author | Homepage | Version and link | Description | |---|---|---|---|---| | HEX-Editor | Jens Lorenz | https://github.com/chcg/NPP_HexEdit | [0.9.9.0 - arm64 bit](https://github.com/chcg/NPP_HexEdit/releases/download/0.9.9/HexEditor_0.9.9_arm64.zip) | Hex editor. Some reported issues, however many bugs fixed in latest release. | diff --git a/doc/plugin_list_x64.md b/doc/plugin_list_x64.md index 63d029c49..cdfe2fe9a 100644 --- a/doc/plugin_list_x64.md +++ b/doc/plugin_list_x64.md @@ -1,5 +1,5 @@ ## Plugin List - 64 bit -version 1.3.2 +version 1.3.3 |Plugin name | Author | Homepage | Version and link | Description | |---|---|---|---|---| | 3P - Progress Programmers Pal | Julien Caillon | https://jcaillon.github.io/3P/ | [1.8.6 - 64 bit](https://github.com/jcaillon/3P/releases/download/v1.8.6/3P_x64.zip) |
[Requires .NET framework v4.6.1]
Designed to help writing OpenEdge ABL (formerly known as Progress 4GL) code. It provides :
- a powerful auto-completion
- tool-tips on every words
- a code explorer to quickly navigate through your code
- a file explorer to easily access all your sources
- the ability to run/compile and even PROLINT your source file with an in-line visualization of errors
- more than 50 options to better suit your needs
- and so much more!
Visit https://jcaillon.github.io/3P/ for more details on the plugin
| diff --git a/doc/plugin_list_x86.md b/doc/plugin_list_x86.md index 55ae4dace..6473a4879 100644 --- a/doc/plugin_list_x86.md +++ b/doc/plugin_list_x86.md @@ -1,5 +1,5 @@ ## Plugin List - 32 bit -version 1.3.2 +version 1.3.3 |Plugin name | Author | Homepage | Version and link | Description | |---|---|---|---|---| | 3P - Progress Programmers Pal | Julien Caillon | https://jcaillon.github.io/3P/ | [1.8.6 - 32 bit](https://github.com/jcaillon/3P/releases/download/v1.8.6/3P.zip) |
[Requires .NET framework v4.6.1]
Designed to help writing OpenEdge ABL (formerly known as Progress 4GL) code. It provides :
- a powerful auto-completion
- tool-tips on every words
- a code explorer to quickly navigate through your code
- a file explorer to easily access all your sources
- the ability to run/compile and even PROLINT your source file with an in-line visualization of errors
- more than 50 options to better suit your needs
- and so much more!
Visit https://jcaillon.github.io/3P/ for more details on the plugin
| diff --git a/src/pl.arm64.json b/src/pl.arm64.json index 614c3a586..2b3127704 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.3.2", + "version": "1.3.3", "arch": "arm64", "npp-plugins": [ { diff --git a/src/pl.x64.json b/src/pl.x64.json index 9a0c005f1..9d61a8fe7 100755 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.3.2", + "version": "1.3.3", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index 2ff10cea6..c63484fe5 100755 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.3.2", + "version": "1.3.3", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index 9920af18e..9f0407380 100644 --- a/src/resource.h +++ b/src/resource.h @@ -40,8 +40,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.32\0" -#define VERSION_DIGITALVALUE 1, 3, 2, 0 +#define VERSION_VALUE "1.33\0" +#define VERSION_DIGITALVALUE 1, 3, 3, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101