From 4fa867456474b21b9ba0ebcf43e07db3fd3032a0 Mon Sep 17 00:00:00 2001 From: Don HO Date: Fri, 16 Jul 2021 01:33:03 +0200 Subject: [PATCH] Notepad++ Plugin List Release 1.3.4 --- 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 33670d879..f9c2047a8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.3.3.{build} +version: 1.3.4.{build} image: Visual Studio 2017 diff --git a/doc/plugin_list_arm64.md b/doc/plugin_list_arm64.md index 35948e571..c7653ff7b 100644 --- a/doc/plugin_list_arm64.md +++ b/doc/plugin_list_arm64.md @@ -1,5 +1,5 @@ ## Plugin List - arm64 bit -version 1.3.3 +version 1.3.4 |Plugin name | Author | Homepage | Version and link | Description | |---|---|---|---|---| | Fixed-width Data Visualizer | Shridhar Kumar | https://github.com/shriprem/FWDataViz | [1.0.3.1 - arm64 bit](https://github.com/shriprem/FWDataViz/releases/download/1.0.3.1/FWDataViz_arm64.zip) |
Fixed Width Data Visualizer adds Excel-like features for fixed-width data files in Notepad++. Displays cursor position data. Jump to specific fields. Builtin dialogs to configure file-type, record-type & fields; and themes & colors. Automatic File Type Detection. Handles homogenous, mixed & multi-line records.
| diff --git a/doc/plugin_list_x64.md b/doc/plugin_list_x64.md index 8af593955..989f77ffd 100644 --- a/doc/plugin_list_x64.md +++ b/doc/plugin_list_x64.md @@ -1,5 +1,5 @@ ## Plugin List - 64 bit -version 1.3.3 +version 1.3.4 |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 2edd0c9e2..a6cf7aacb 100644 --- a/doc/plugin_list_x86.md +++ b/doc/plugin_list_x86.md @@ -1,5 +1,5 @@ ## Plugin List - 32 bit -version 1.3.3 +version 1.3.4 |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 8b4d4cc60..23493153a 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.3.3", + "version": "1.3.4", "arch": "arm64", "npp-plugins": [ { diff --git a/src/pl.x64.json b/src/pl.x64.json index 70496a52d..19c6da41c 100755 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.3.3", + "version": "1.3.4", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index 287699733..656e6cb9e 100755 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.3.3", + "version": "1.3.4", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index 9f0407380..86a8b0252 100644 --- a/src/resource.h +++ b/src/resource.h @@ -40,8 +40,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.33\0" -#define VERSION_DIGITALVALUE 1, 3, 3, 0 +#define VERSION_VALUE "1.34\0" +#define VERSION_DIGITALVALUE 1, 3, 4, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101