Skip to content

Commit 9d0dbe2

Browse files
committed
Notepad++ Plugin List Release 1.3.5
1 parent 702f039 commit 9d0dbe2

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.3.4.{build}
1+
version: 1.3.5.{build}
22
image: Visual Studio 2017
33

44

doc/plugin_list_arm64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Plugin List - arm64 bit
2-
version 1.3.4
2+
version 1.3.5
33
|Plugin name | Author | Homepage | Version and link | Description |
44
|---|---|---|---|---|
55
| 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) | <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. Builtin dialogs to configure file-type, record-type & fields; and themes & colors. Automatic File Type Detection. Handles homogenous, mixed & multi-line records. </details> |

doc/plugin_list_x64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Plugin List - 64 bit
2-
version 1.3.4
2+
version 1.3.5
33
|Plugin name | Author | Homepage | Version and link | Description |
44
|---|---|---|---|---|
55
| 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) | <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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Plugin List - 32 bit
2-
version 1.3.4
2+
version 1.3.5
33
|Plugin name | Author | Homepage | Version and link | Description |
44
|---|---|---|---|---|
55
| 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) | <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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"arch": "arm64",
55
"npp-plugins": [
66
{

src/pl.x64.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"arch": "64",
55
"npp-plugins": [
66
{

src/pl.x86.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"arch": "32",
55
"npp-plugins": [
66
{

src/resource.h

Lines changed: 2 additions & 2 deletions
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.34\0"
44-
#define VERSION_DIGITALVALUE 1, 3, 4, 0
43+
#define VERSION_VALUE "1.35\0"
44+
#define VERSION_DIGITALVALUE 1, 3, 5, 0
4545

4646
#define TEXTFILE 256
4747
#define IDR_PLUGINLISTJSONFILE 101

0 commit comments

Comments
 (0)