aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-05-28 09:16:57 +1000
committerNeil <nyamatongwe@gmail.com>2020-05-28 09:16:57 +1000
commitdc1383aa7b5e0db8e09ce3e48228cc1d8dba4b7e (patch)
tree71b1331d181ddb47cadc5321074cb76142fa3c69 /doc/ScintillaHistory.html
parent623660abe01b2df5beefc7f686c8d1ac9b753491 (diff)
downloadscintilla-mirror-rel-4-4-0.tar.gz
Change log.rel-4-4-0
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index b66d71261..63876e3f3 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -624,6 +624,9 @@
Fixed bug in SciTE with Lua stack balance.
<a href="https://sourceforge.net/p/scintilla/bugs/2176/">Bug #2176</a>.
</li>
+ <li>
+ For macOS, SciTE reverts to running python (2) due to python3 not being available in the sandbox.
+ </li>
</ul>
<h3>
<a href="https://www.scintilla.org/scite433.zip">Release 4.3.3</a>
@@ -678,9 +681,8 @@
<a href="https://sourceforge.net/p/scintilla/bugs/2149/">Bug #2149</a>.
</li>
<li>
- For Python programs, SciTE defaults to running python3 on GTK and pyw on Windows which will run
+ 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.
- This is not changed on macOS due to python3 not being available in the sandbox.
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>