aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-01-14 05:49:16 +0000
committernyamatongwe <devnull@localhost>2007-01-14 05:49:16 +0000
commit4e560c07c3feabeaea66f45d8bfba72730baeaa8 (patch)
tree807285c8c28d68589e4c911d421966231aa14e70 /doc/ScintillaHistory.html
parente82c17887fbbabdc183e4489cb37ae689377dc72 (diff)
downloadscintilla-mirror-4e560c07c3feabeaea66f45d8bfba72730baeaa8.tar.gz
Updated some more for release.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 6d3ef6fcf..15116d958 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -263,6 +263,9 @@
Find in Files can optionally ignore binary files or directories that start with ".".
</li>
<li>
+ Lexer added for "D" language.
+ </li>
+ <li>
Export as HTML shows folding with underline lines and +/- symbols.
</li>
<li>
@@ -272,6 +275,9 @@
Lua lexer fixes some cases of numeric literals.
</li>
<li>
+ C++ folder fixes bug with "@" in doc comments.
+ </li>
+ <li>
NSIS folder handles !if and related commands.
</li>
<li>
@@ -284,9 +290,21 @@
HTML lexer fixed to allow "?&gt;" in comments in Basic script.
</li>
<li>
+ Added key codes for Windows key and Menu key.
+ </li>
+ <li>
+ Lua script method scite.MenuCommand(x) performs a menu command.
+ </li>
+ <li>
+ SciTE bug fixed with box comment command near start of file setting selection to end of file.
+ </li>
+ <li>
SciTE on GTK+, fixed loop that occurred with automatic loading for an unreadable file.
</li>
<li>
+ Bug fixed with single character keywords.
+ </li>
+ <li>
Fixed infinite loop for SCI_GETCOLUMN for position beyond end of document.
</li>
<li>