Skip to content

Commit

Permalink
Notepad++ Plugin List Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Jun 30, 2021
1 parent 88462f7 commit 2575bdc
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.3.2.{build}
version: 1.3.3.{build}
image: Visual Studio 2017


Expand Down
2 changes: 1 addition & 1 deletion doc/plugin_list_arm64.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Plugin List - arm64 bit
version 1.3.2
version 1.3.3
|Plugin name | Author | Homepage | Version and link | Description |
|---|---|---|---|---|
| HEX-Editor | Jens Lorenz | https://github.com/chcg/NPP_HexEdit | [0.9.9.0 - arm64 bit](https://github.com/chcg/NPP_HexEdit/releases/download/0.9.9/HexEditor_0.9.9_arm64.zip) | Hex editor. Some reported issues, however many bugs fixed in latest release. |
Expand Down
2 changes: 1 addition & 1 deletion doc/plugin_list_x64.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Plugin List - 64 bit
version 1.3.2
version 1.3.3
|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) | <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> |
Expand Down
2 changes: 1 addition & 1 deletion doc/plugin_list_x86.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Plugin List - 32 bit
version 1.3.2
version 1.3.3
|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) | <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> |
Expand Down
2 changes: 1 addition & 1 deletion src/pl.arm64.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npp-pluginList",
"version": "1.3.2",
"version": "1.3.3",
"arch": "arm64",
"npp-plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/pl.x64.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npp-pluginList",
"version": "1.3.2",
"version": "1.3.3",
"arch": "64",
"npp-plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/pl.x86.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npp-pluginList",
"version": "1.3.2",
"version": "1.3.3",
"arch": "32",
"npp-plugins": [
{
Expand Down
4 changes: 2 additions & 2 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
#define PLJSON "pl.x86.json"
#endif

#define VERSION_VALUE "1.32\0"
#define VERSION_DIGITALVALUE 1, 3, 2, 0
#define VERSION_VALUE "1.33\0"
#define VERSION_DIGITALVALUE 1, 3, 3, 0

#define TEXTFILE 256
#define IDR_PLUGINLISTJSONFILE 101

0 comments on commit 2575bdc

Please sign in to comment.