diff options
author | Neil <nyamatongwe@gmail.com> | 2016-05-15 15:39:53 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-05-15 15:39:53 +1000 |
commit | 8d4062a828ec5800b31cac519df11782d2ea4c06 (patch) | |
tree | 8624b9809edd8cfff893269f05fa0ff6e6116c66 | |
parent | 5a9f941bc10507eab2e352978bd7f35ca26920dc (diff) | |
download | scintilla-mirror-8d4062a828ec5800b31cac519df11782d2ea4c06.tar.gz |
SciTE change log.
-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 517d3ae6a..061ffa109 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -511,6 +511,10 @@ C++ 11 <regex> support built by default. Can be disabled by defining NO_CXX11_REGEX. </li> <li> + SciTE_USERHOME environment variable allows separate location for writable peoperties files. + <a href="http://sourceforge.net/p/scintilla/feature-requests/965/">Feature #965.</a> + </li> + <li> The Progress lexer now allows comments preceded by a tab. </li> <li> |