aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-07-08 10:53:03 +1000
committerNeil <nyamatongwe@gmail.com>2014-07-08 10:53:03 +1000
commit126d13674fa63256b6576e5317791b6f77ebefb3 (patch)
treeddca71b2716c8482667f00e83b5941dff572ed33 /doc
parentae8e06d8621069fbb3ae056728bcc48650098928 (diff)
downloadscintilla-mirror-126d13674fa63256b6576e5317791b6f77ebefb3.tar.gz
Feature [feature-requests:#1053]. Add a block comment state.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 7ef54b65d..ecb9f4a0a 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -448,6 +448,7 @@
</tr><tr>
<td>nkmathew</td>
<td>Andreas Tscharner</td>
+ <td>Lee Wilmott</td>
</tr>
</table>
<p>
@@ -467,6 +468,10 @@
Released 3 July 2014.
</li>
<li>
+ KiXtart lexer adds a block comment state.
+ <a href="http://sourceforge.net/p/scintilla/feature-requests/1053/">Feature #1053.</a>
+ </li>
+ <li>
Bug fixed where style data was stale when deleting a rectangular selection.
</li>
<li>