aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-05-15 15:39:53 +1000
committerNeil <nyamatongwe@gmail.com>2016-05-15 15:39:53 +1000
commit8d4062a828ec5800b31cac519df11782d2ea4c06 (patch)
tree8624b9809edd8cfff893269f05fa0ff6e6116c66
parent5a9f941bc10507eab2e352978bd7f35ca26920dc (diff)
downloadscintilla-mirror-8d4062a828ec5800b31cac519df11782d2ea4c06.tar.gz
SciTE change log.
-rw-r--r--doc/ScintillaHistory.html4
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 &lt;regex&gt; 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>