diff --git a/appveyor.yml b/appveyor.yml index 25c15238b..7db3785e0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.3.5.{build} +version: 1.3.6.{build} image: Visual Studio 2017 diff --git a/doc/plugin_list_arm64.md b/doc/plugin_list_arm64.md index ffbbc5ae0..ee86cf74a 100644 --- a/doc/plugin_list_arm64.md +++ b/doc/plugin_list_arm64.md @@ -1,5 +1,5 @@ ## Plugin List - arm64 bit -version 1.3.5 +version 1.3.6 |Plugin name | Author | Homepage | Version and link | Description | |---|---|---|---|---| | Fixed-width Data Visualizer | Shridhar Kumar | https://github.com/shriprem/FWDataViz | [1.4.2.0 - arm64 bit](https://github.com/shriprem/FWDataViz/releases/download/1.4.2.0/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. Data Extraction. 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 301f8aeb8..ed637015d 100644 --- a/doc/plugin_list_x64.md +++ b/doc/plugin_list_x64.md @@ -1,5 +1,5 @@ ## Plugin List - 64 bit -version 1.3.5 +version 1.3.6 |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 7a305bd7f..e189ec8f2 100644 --- a/doc/plugin_list_x86.md +++ b/doc/plugin_list_x86.md @@ -1,5 +1,5 @@ ## Plugin List - 32 bit -version 1.3.5 +version 1.3.6 |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 60bfe1b62..014f75c22 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.3.5", + "version": "1.3.6", "arch": "arm64", "npp-plugins": [ { diff --git a/src/pl.x64.json b/src/pl.x64.json index 9e2a8f40a..2b23e2d71 100755 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.3.5", + "version": "1.3.6", "arch": "64", "npp-plugins": [ { diff --git a/src/pl.x86.json b/src/pl.x86.json index ec429c4b8..e82527f49 100755 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -1,6 +1,6 @@ { "name": "npp-pluginList", - "version": "1.3.5", + "version": "1.3.6", "arch": "32", "npp-plugins": [ { diff --git a/src/resource.h b/src/resource.h index f93ee4dd9..ca5e0993b 100644 --- a/src/resource.h +++ b/src/resource.h @@ -40,8 +40,8 @@ #define PLJSON "pl.x86.json" #endif -#define VERSION_VALUE "1.35\0" -#define VERSION_DIGITALVALUE 1, 3, 5, 0 +#define VERSION_VALUE "1.36\0" +#define VERSION_DIGITALVALUE 1, 3, 6, 0 #define TEXTFILE 256 #define IDR_PLUGINLISTJSONFILE 101