diff options
-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> |