diff options
| author | Neil <nyamatongwe@gmail.com> | 2015-01-08 09:55:35 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2015-01-08 09:55:35 +1100 |
| commit | ce581e18ef0b34f9c300a4ca8bd940148f2d7dc6 (patch) | |
| tree | 3b151fe9d31cc9f5ac937a49a3031b1b5fc86fe7 /doc/ScintillaHistory.html | |
| parent | d09c68b375cbd5720518f53822b3a46b56ae3b88 (diff) | |
| download | scintilla-mirror-ce581e18ef0b34f9c300a4ca8bd940148f2d7dc6.tar.gz | |
Feature [feature-requests:#1096]. Lexer added for Tektronix extended hex files.
From danselmi.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 1bb8c4de9..c4d420452 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -484,10 +484,11 @@ Released 2 December 2014. </li> <li> - Lexers added for Motorola S-Record files and Intel hex files with folding for Intel hex files. + Lexers added for Motorola S-Record files, Intel hex files, and Tektronix extended hex files with folding for Intel hex files. <a href="http://sourceforge.net/p/scintilla/feature-requests/1091/">Feature #1091.</a> <a href="http://sourceforge.net/p/scintilla/feature-requests/1093/">Feature #1093.</a> <a href="http://sourceforge.net/p/scintilla/feature-requests/1095/">Feature #1095.</a> + <a href="http://sourceforge.net/p/scintilla/feature-requests/1096/">Feature #1096.</a> </li> <li> C++ folder allows folding on square brackets '['. |
