From 9d0dbe2b7d118410a08c290962e54049e324848a Mon Sep 17 00:00:00 2001 From: Don HO Date: Wed, 4 Aug 2021 01:38:30 +0200 Subject: [PATCH] Notepad++ Plugin List Release 1.3.5 --- 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 f9c2047a8..25c15238b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.3.4.{build} +version: 1.3.5.{build} image: Visual Studio 2017 diff --git a/doc/plugin_list_arm64.md b/doc/plugin_list_arm64.md index c7653ff7b..1de6d6bed 100644 --- a/doc/plugin_list_arm64.md +++ b/doc/plugin_list_arm64.md @@ -1,5 +1,5 @@ ## Plugin List - arm64 bit -version 1.3.4 +version 1.3.5 |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 989f77ffd..247dd47e2 100644 --- a/doc/plugin_list_x64.md +++ b/doc/plugin_list_x64.md @@ -1,5 +1,5 @@ ## Plugin List - 64 bit -version 1.3.4 +version 1.3.5 |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 a6cf7aacb..457128429 100644 --- a/doc/plugin_list_x86.md +++ b/doc/plugin_list_x86.md @@ -1,5 +1,5 @@ ## Plugin List - 32 bit -version 1.3.4 +version 1.3.5 |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 23493153a..821b48a9d 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.3.4", + "version": "1.3.5", "arch": "arm64", "npp-plugins": [ { diff --git a/src/pl.x64.json b/src/pl.x64.json index b38af1bd3..95ef5a2e3 100755 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.3.4", + "version": "1.3.5", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index 22ee153b8..9ad861675 100755 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.3.4", + "version": "1.3.5", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index 86a8b0252..f93ee4dd9 100644 --- a/src/resource.h +++ b/src/resource.h @@ -40,8 +40,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.34\0" -#define VERSION_DIGITALVALUE 1, 3, 4, 0 +#define VERSION_VALUE "1.35\0" +#define VERSION_DIGITALVALUE 1, 3, 5, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101