Skip to content

Releases: bitagoras/PyPadPlusPlus

Version 1.3.0

29 May 10:41
Compare
Choose a tag to compare
  • Binary releases include up to Notepad++ v8.6 and PythonScript v3.0.16.0 (alpha version), which includes Python 3.10
  • External Python 2.7 is no longer suported, only Python 3.x.
  • KNOWN ISSUE: Kernel restart does not work reliable (when Python stucks whole Npp has to be reloaded).
  • KNOWN ISSUE 64bit: Middle mouse button only works reliably in 32 bit version, not in 64 bit version.

Note that Python 3.9 no longer supports Windows 7. In case you work on Windows 7 please download the version with PythonScript3.0.7 that includes Python 3.8.

Version 1.2.2

23 Nov 17:40
9f4a35d
Compare
Choose a tag to compare
  • BUGFIX: wrong execution selection of blocks in some cases. File demo/selection_test.py added for test of correct selections.
  • KNOWN ISSUE 64bit: Middle mouse button only works in 32 bit version, not in 64 bit version.
  • Binary release includes Notepad++ v7.8.1 and PythonScript v1.5.2.0

Version 1.2.1

10 Nov 22:20
910153f
Compare
Choose a tag to compare

Changelog:

  • BUGFIX: uft-8 and unicode was incorrectly passed to Python 3 kernel
  • BUGFIX: wrong block selection for cursor in last line of if/else or try/except statements
  • BUGFIX: crash in uncompleted multiline statements at end of file
  • BUGFIX: calltip "value error" is not any more shown for mouse hover over selection, only by shortcut call.
  • BUGFIX: No unintended newline in Python 3 print functions

Version 1.2.0

04 Nov 00:29
910153f
Compare
Choose a tag to compare

Changelog:

  • NEW: Evaluation of variables or any selected expression with keyboard shortcut <Shift> + <Ctrl> + <Space>
  • NEW: Introspection, autocompletion and calltips also works while the script is running.
  • NEW: Python 3 kernels are supported.
  • BUGFIX: Improved and more stable communication with subprocess
  • Binary release includes Notepad++ v7.8 and PythonScript v1.5.2.0

Version 1.1.1

19 May 09:25
609f918
Compare
Choose a tag to compare

Changelog:

  • NEW: Tooltip shows shape information for numpy ndarrays
  • KNOWN ISSUE: communication to external python sometimes not stable (requires restart of N++)
  • KNOWN ISSUE 64bit: Mouse middle button does not reliable work in 64bit version.
  • Binary release includes Notepad++ v7.7 and PythonScript v1.4.0.0
  • In case of issues with the new Scintilla library version use Notepad++ v7.6.6.

Version 1.1.0

24 Nov 19:53
Compare
Choose a tag to compare

Changelog:

  • BUGFIX: Middle mouse button problem improved
  • BUGFIX: Multiple init of matplotlib eventhandler
  • NEW: Option for variable inspection popup without selection
  • NEW: Option for inspection popup for any expression
  • KNOWN ISSUE 64bit: Mouse middle button does not reliable work in 64bit version.

Version 1.0.4

22 Nov 22:15
Compare
Choose a tag to compare

Changelog:

  • BUGFIX: Path problem in internal Python mode solved that disabled shortcuts
  • BUGFIX: 64bit incompatibility for mouse button solved
  • BUGFIX: missing win32api function solved
  • BUGFIX: In internal Python mode now output is visible during active state
  • NEW: Highlighter for #%% cells is now enabled in internal Python mode
  • NEW: 32bit and 64bit version available.

Version 1.0

20 Nov 23:04
Compare
Choose a tag to compare

First release of PyPadPlusPlus that can be downloaded in a bundle with the two prerequisites Notepad++ v7.6 and PythonScript 1.3.0.0.

Installation:

  • Unzip Npp7.6_PyPadPlusPlus1.0.zip into a folder and start notepad++.exe.

v0.8

18 Nov 15:24
db19023
Compare
Choose a tag to compare

First stable beta release