diff options
author | Neil <nyamatongwe@gmail.com> | 2020-06-17 14:12:29 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-06-17 14:12:29 +1000 |
commit | e5af21939c84aa8eac27ad37c2b0d8dd491b3688 (patch) | |
tree | e9ed21f1bc2af3a7565f8a75cf80d982cd6195f0 | |
parent | cc42d060d6b52a421adf07056b9bfc8cc827ddfc (diff) | |
download | scintilla-mirror-e5af21939c84aa8eac27ad37c2b0d8dd491b3688.tar.gz |
Change log for SciTE.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index e8880ec71..36d98182c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -583,6 +583,10 @@ <a href="https://sourceforge.net/p/scintilla/feature-requests/1358/">Feature #1358</a>. </li> <li> + For SciTE on Linux, place liblexilla.so and libscintilla.so in /usr/lib/scite. + <a href="https://sourceforge.net/p/scintilla/bugs/2184/">Bug #2184</a>. + </li> + <li> Round SCI_TEXTWIDTH instead of truncating as this may be more accurate when sizing application elements to match text. <a href="https://sourceforge.net/p/scintilla/feature-requests/1355/">Feature #1355</a>. |