Skip to content

Commit 1f2f4d4

Browse files
committed
Notepad++ Plugin List Release 1.3.8
1 parent 95c867a commit 1f2f4d4

8 files changed

+9
-9
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.3.7.{build}
1+
version: 1.3.8.{build}
22
image: Visual Studio 2017
33

44

doc/plugin_list_arm64.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Plugin List - arm64 bit
2-
version 1.3.7
2+
version 1.3.8
33
|Plugin name | Author | Homepage | Version and link | Description |
44
|---|---|---|---|---|
55
| Fixed-width Data Visualizer | Shridhar Kumar | https://github.com/shriprem/FWDataViz | [2.1.2.1 - arm64 bit](https://github.com/shriprem/FWDataViz/releases/download/v2.1.2.1/FWDataViz_arm64.zip) | <details> <summary> Fixed Width Data Visualizer adds Excel-like features for fixed-width data files in Notepad++. </summary> 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. Darkmode enabled. </details> |

doc/plugin_list_x64.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Plugin List - 64 bit
2-
version 1.3.7
2+
version 1.3.8
33
|Plugin name | Author | Homepage | Version and link | Description |
44
|---|---|---|---|---|
55
| 3P - Progress Programmers Pal | Julien Caillon | https://jcaillon.github.io/3P/ | [1.8.7 - 64 bit](https://github.com/jcaillon/3P/releases/download/v1.8.7/3P_x64.zip) | <details> <summary> [Requires .NET framework v4.6.1] </summary> <br>Designed to help writing OpenEdge ABL (formerly known as Progress 4GL) code. It provides :<br>- a powerful auto-completion<br>- tool-tips on every words<br>- a code explorer to quickly navigate through your code<br>- a file explorer to easily access all your sources<br>- the ability to run/compile and even PROLINT your source file with an in-line visualization of errors<br>- more than 50 options to better suit your needs<br>- and so much more!<br>Visit https://jcaillon.github.io/3P/ for more details on the plugin </details> |

doc/plugin_list_x86.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Plugin List - 32 bit
2-
version 1.3.7
2+
version 1.3.8
33
|Plugin name | Author | Homepage | Version and link | Description |
44
|---|---|---|---|---|
55
| 3P - Progress Programmers Pal | Julien Caillon | https://jcaillon.github.io/3P/ | [1.8.7 - 32 bit](https://github.com/jcaillon/3P/releases/download/v1.8.7/3P.zip) | <details> <summary> [Requires .NET framework v4.6.1] </summary> <br>Designed to help writing OpenEdge ABL (formerly known as Progress 4GL) code. It provides :<br>- a powerful auto-completion<br>- tool-tips on every words<br>- a code explorer to quickly navigate through your code<br>- a file explorer to easily access all your sources<br>- the ability to run/compile and even PROLINT your source file with an in-line visualization of errors<br>- more than 50 options to better suit your needs<br>- and so much more!<br>Visit https://jcaillon.github.io/3P/ for more details on the plugin </details> |

src/pl.arm64.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"arch": "arm64",
55
"npp-plugins": [
66
{

src/pl.x64.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"arch": "64",
55
"npp-plugins": [
66
{

src/pl.x86.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"arch": "32",
55
"npp-plugins": [
66
{

src/resource.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
#define PLJSON "pl.x86.json"
4141
#endif
4242

43-
#define VERSION_VALUE "1.37\0"
44-
#define VERSION_DIGITALVALUE 1, 3, 7, 0
43+
#define VERSION_VALUE "1.38\0"
44+
#define VERSION_DIGITALVALUE 1, 3, 8, 0
4545

4646
#define TEXTFILE 256
4747
#define IDR_PLUGINLISTJSONFILE 101

0 commit comments

Comments
 (0)