Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: bruderstein/PythonScript

v3.0.25

v3.0.25 Pre-release
Pre-release

Choose a tag to compare

@bruderstein bruderstein released this 11 Mar 21:49
  1. Alpha version with python 3 support #36:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

Updates:

Missing features:

  • support for files with encodings that are not unicode

Known issues:

  • python314.dll has dependency to vcruntime140.dll

What's Changed

  • Arm64 with boost 1.90.0 and python 3.14.3 by @chcg in #408
  • Fix Enter key handling in console input window by @Ekopalypse in #410

Full Changelog: v3.0.24...v3.0.25

v3.0.24

v3.0.24 Pre-release
Pre-release

Choose a tag to compare

@bruderstein bruderstein released this 30 Sep 02:08
  1. Alpha version with python 3 support #36:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

Updates:

Missing features:

  • support for files with encodings that are not unicode

Known issues:

  • python312.dll has dependency to vcruntime140.dll

What's Changed

  • support for N++ 8.8.6
  • basic darkmode support
  • fix editor.getTextRange() not present in 3.0.23 release #391

Full Changelog: v3.0.23...v3.0.24

v3.0.23

v3.0.23 Pre-release
Pre-release

Choose a tag to compare

@bruderstein bruderstein released this 13 Jul 07:06
  1. Alpha version with python 3 support #36:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

Updates:

Missing features:

  • support for files with encodings that are not unicode

Known issues:

  • python312.dll has dependency to vcruntime140.dll

What's Changed

  • python 3.12.10
  • NPPM_GETOPENFILENAMES and related are being deprecated #386
  • notepad.activateBufferID can activate incorrect cloned document #382
  • update to N++ 8.8.2 and removal of corresponding methods from pythonscript which are commented out from N++ scintilla interface:

deprecated by N++ 2GB+ support via new scintilla interfaces from 5.2.3 (see https://www.scintilla.org/ScintillaHistory.html), please use SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL,SCI_GETSTYLEDTEXTFULL and SCI_FORMATRANGEFULL and corresponding defines/structs

Full Changelog: v3.0.22...v3.0.23

v3.0.22

v3.0.22 Pre-release
Pre-release

Choose a tag to compare

@bruderstein bruderstein released this 17 Mar 21:54
  1. Alpha version with python 3 support #36:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

Updates:

Missing features:

  • support for files with encodings that are not unicode

Known issues:

  • python312.dll has dependency to vcruntime140.dll

What's Changed

  • python 3.12.9
  • bugfix for Tk/Tcl version conflict #379
  • add new Notepad message NPPM_ADDSCNMODIFIEDFLAGS by @Ekopalypse in #376
  • Bump PythonScript.Tests/gtest from e235eb3 to 24a9e94 by @dependabot in #377

Full Changelog: v3.0.21...v3.0.22

v3.0.21

v3.0.21 Pre-release
Pre-release

Choose a tag to compare

@bruderstein bruderstein released this 04 Jan 17:00
  1. Alpha version with python 3 support #36:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

Updates:

Missing features:

  • support for files with encodings that are not unicode

Known issues:

  • python312.dll has dependency to vcruntime140.dll

What's Changed

  • MSI by WIX5 by @chcg in #365
  • Add option to disable another script is running popup warning by @Ekopalypse in #367
  • remove TextFX from docs by @Ekopalypse in #368
  • Add an config option to chose a different console error color by @Ekopalypse in #371
  • Handling of invalid values in the Search, Search, Replace and Replace methods by @Ekopalypse in #370

Full Changelog: v3.0.20...v3.0.21

v2.1.0

Choose a tag to compare

@bruderstein bruderstein released this 04 Jan 18:41

Still valid:

Full Changelog: v2.0.0...v2.1.0

v3.0.20

v3.0.20 Pre-release
Pre-release

Choose a tag to compare

@bruderstein bruderstein released this 30 Dec 09:09
  1. Alpha version with python 3 support #36:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

Updates:

  • update python to 3.12.8
  • boost 1.87.0
  • headers from N++ v8.7.5

Missing features:

  • support for files with encodings that are not unicode

Known issues:

  • python312.dll has dependency to vcruntime140.dll

What's Changed

  • Add pryrt's ConfigUpdater to Samples directory by @pryrt in #358
  • Some new notepad messages added by @Ekopalypse in #361
  • Ensure file activation works reliably by @Ekopalypse in #362
  • Two fixes, but mainly cleanups of Python test scripts to appease linters by @Ekopalypse in #364
  • Make 16x16 .ico files possible for toolbar by @Ekopalypse in #366
  • User startup.py is being executed TWICE #339

Full Changelog: v3.0.19...v3.0.20

v3.0.19

v3.0.19 Pre-release
Pre-release

Choose a tag to compare

@chcg chcg released this 08 Sep 22:14
  1. Alpha version with python 3 support #36:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

Updates:

  • update python to 3.12.6
  • boost 1.86.0

Missing features:

  • support for files with encodings that are not unicode

Open points:

  • check/adapt sample scripts

Known issues:

  • python312.dll has dependency to vcruntime140.dll

What's Changed

  • Bump PythonScript.Tests/gtest from 77afe8e to d83fee1 by @dependabot in #336
  • Bump PythonScript.Tests/gtest from d83fee1 to a7f443b by @dependabot in #338
  • Bump PythonScript.Tests/gtest from a7f443b to 34ad51b by @dependabot in #341
  • Bump PythonScript.Tests/gtest from 34ad51b to ff233bd by @dependabot in #345
  • Bump PythonScript.Tests/gtest from ff233bd to 0953a17 by @dependabot in #347

Full Changelog: v3.0.18...v3.0.19

v3.0.18

v3.0.18 Pre-release
Pre-release

Choose a tag to compare

@bruderstein bruderstein released this 10 Apr 21:14
  1. Alpha version with python 3 support #36:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

Updates:

  • update python to 3.12.3

Missing features:

  • support for files with encodings that are not unicode

Open points:

  • check/adapt sample scripts

Known issues:

  • python312.dll has dependency to vcruntime140.dll

What's Changed

Full Changelog: v3.0.17...v3.0.18

v3.0.17

v3.0.17 Pre-release
Pre-release

Choose a tag to compare

@chcg chcg released this 21 Dec 19:42
  1. Alpha version with python 3 support #36:

Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.

Updates:

  • update boost 1.84.0
  • update python to 3.12.1

Missing features:

  • support for files with encodings that are not unicode

Open points:

  • check/adapt sample scripts
  • regression #322 since update to python 3.12.x

Known issues:

  • python312.dll has dependency to vcruntime140.dll

What's Changed

  • Add ESC key in console sets focus to current Scintilla editor buffer by @vinsworldcom in #291
  • Change input box get focus after run command by @vinsworldcom in #293
  • Check if GetMenu returns a valid handle and change return type to int for GetMenuItemCount by @Ekopalypse in #306
  • Bump actions/checkout from 3 to 4 by @dependabot in #308
  • fix persistency of PS-console visibility after Notepad++ relaunch by @xomx in #315
  • Bump PythonScript.Tests/gtest from b10fad3 to 76bb2af by @dependabot in #316

New Contributors

  • @xomx made their first contribution in #315

Full Changelog: v3.0.16...v3.0.17

Morty Proxy This is a proxified and sanitized view of the page, visit original site.