From ad6c28e8c79f2e38503a6cb24f017cd7b709a63c Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 8 Jan 2014 13:50:22 +1100 Subject: Feature [feature-requests:#1041]. Highlight hex, octal, and binary numbers in FreeBASIC which use the prefixes &h, &o and &b respectively. From Ebben. --- doc/ScintillaHistory.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/ScintillaHistory.html') 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 @@ Thomas Martitz felix Christian Walther + Ebben

@@ -461,6 +462,11 @@ Added DropSelectionN API to drop a selection from a multiple selection.

  • + Basic lexer highlights hex, octal, and binary numbers in FreeBASIC which use the prefixes + &h, &o and &b respectively. + Feature #1041. +
  • +
  • C++ lexer fixes bug where keyword followed immediately by quoted string continued keyword style. Bug #1564. -- cgit v1.2.3