diff options
| author | Neil <nyamatongwe@gmail.com> | 2014-01-08 13:50:22 +1100 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2014-01-08 13:50:22 +1100 | 
| commit | ad6c28e8c79f2e38503a6cb24f017cd7b709a63c (patch) | |
| tree | dc6a7f0b959bcdfb904bb9671da3fe5ea253cc06 /doc | |
| parent | b699bfc80e3b242795c9e7cbb0d1ac8b48750959 (diff) | |
| download | scintilla-mirror-ad6c28e8c79f2e38503a6cb24f017cd7b709a63c.tar.gz | |
Feature [feature-requests:#1041]. Highlight hex, octal, and binary numbers in FreeBASIC
which use the prefixes &h, &o and &b respectively.
From Ebben.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ScintillaHistory.html | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 23b4ca27d..d7710bf30 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -439,6 +439,7 @@  	<td>Thomas Martitz</td>  	<td>felix</td>  	<td>Christian Walther</td> +	<td>Ebben</td>      </tr>      </table>      <p> @@ -461,6 +462,11 @@  	Added DropSelectionN API to drop a selection from a multiple selection.  	</li>  	<li> +	Basic lexer highlights hex, octal, and binary numbers in FreeBASIC which use the prefixes +	&h, &o and &b respectively. +	<a href="http://sourceforge.net/p/scintilla/feature-requests/1041/">Feature #1041.</a> +	</li> +	<li>  	C++ lexer fixes bug where keyword followed immediately by quoted string continued  	keyword style.  	<a href="http://sourceforge.net/p/scintilla/bugs/1564/">Bug #1564</a>. | 
