diff options
| author | Neil <nyamatongwe@gmail.com> | 2020-03-25 11:34:20 +1100 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2020-03-25 11:34:20 +1100 | 
| commit | 46d00d15940a78ba6cd5fb5b884e08d0394c3abe (patch) | |
| tree | 3866d09213e42b8900a6763125dc7e821d7473c9 | |
| parent | 8452722ad6630baa8391fe4d93078bd2d9008c18 (diff) | |
| download | scintilla-mirror-46d00d15940a78ba6cd5fb5b884e08d0394c3abe.tar.gz | |
SciTE change log.
| -rw-r--r-- | doc/ScintillaHistory.html | 6 | 
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> | 
