diff options
author | Neil <nyamatongwe@gmail.com> | 2021-11-12 14:25:28 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-11-12 14:25:28 +1100 |
commit | 8c1bb32d0fc980ff296e3f604fccf43fcbb53008 (patch) | |
tree | 95407d9b65c080ecec5067ddf5eeee93d87c975a /doc/ScintillaHistory.html | |
parent | 516dd7b28b8b14ad26824a89dd3ba4fffd04cabe (diff) | |
download | scintilla-mirror-8c1bb32d0fc980ff296e3f604fccf43fcbb53008.tar.gz |
Remove ScintillaEditPy as its prerequisites are unsupported.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index c0d9f4e6b..91e989da7 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -575,6 +575,11 @@ Released 8 November 2021. </li> <li> + ScintillaEditPy, Python bindings for Qt using PySide, has been removed. + Scintilla was never updated for PySide 2 which was released in 2018 and PySide 1 + fell out of support making it difficult to use. + </li> + <li> When calling SCI_GETTEXT, SCI_GETSELTEXT, and SCI_GETCURLINE with a NULL buffer argument to discover the length that should be allocated, do not include the terminating NUL in the returned value. The value returned is 1 less than previous versions of Scintilla. |