aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-03-25 11:34:20 +1100
committerNeil <nyamatongwe@gmail.com>2020-03-25 11:34:20 +1100
commit46d00d15940a78ba6cd5fb5b884e08d0394c3abe (patch)
tree3866d09213e42b8900a6763125dc7e821d7473c9
parent8452722ad6630baa8391fe4d93078bd2d9008c18 (diff)
downloadscintilla-mirror-46d00d15940a78ba6cd5fb5b884e08d0394c3abe.tar.gz
SciTE change log.
-rw-r--r--doc/ScintillaHistory.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 5019caf49..02ac4bb2c 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -577,6 +577,12 @@
On GTK with Wayland fix display of windowed IME.
<a href="https://sourceforge.net/p/scintilla/bugs/2149/">Bug #2149</a>.
</li>
+ <li>
+ For Python programs, SciTE defaults to running python3 on Unix and pyw on Windows which will run
+ the most recently installed Python in many cases.
+ Set the "python.command" property to override this.
+ Scripts distributed with Scintilla and SciTE are checked with Python 3 and may not work with Python 2.
+ </li>
</ul>
<h3>
<a href="https://www.scintilla.org/scite432.zip">Release 4.3.2</a>