From 918551c28d2d44aa5a18bc1cd520ab2e365325ec Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 17 Oct 2018 09:04:33 +1100 Subject: Backport: Bug [#2051]. Correct return value from SCI_MARKERADD for invalid lines. Backport of changeset 7117:0cbbfacbf008. --- doc/ScintillaHistory.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4fc11a533..8f4cc6386 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -556,14 +556,14 @@ with UTF-32 or UTF-16 components.
  • - Improve efficiency of idle wrapping by wrapping in blocks as large as possible while - still remaining responsive. -
  • -
  • Lexers added for SAS and Stata. Feature #1185.
  • + Improve efficiency of idle wrapping by wrapping in blocks as large as possible while + still remaining responsive. +
  • +
  • C++ lexer fixes evaluation of "#elif". Bug #2045.
  • @@ -571,6 +571,10 @@ Markdown lexer fixes highlighting of non-ASCII characters in links.
  • + SCI_MARKERADD returns -1 for invalid lines as documented instead of 0. + Bug #2051. +
  • +
  • Shell folder folds "if", "do", and "case". Feature #1144.
  • -- cgit v1.2.3