From 095b43db3c82d364ac1a3daeaf3371eccf1e1985 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 27 Mar 2013 10:48:36 +1100 Subject: Item order and spelling. --- doc/ScintillaHistory.html | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 32eaf707c..3947ea72f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -448,32 +448,32 @@
  • SCI_SCROLLRANGE added to scroll the view to display a range of text. - If the whole range can not be displayed, priority is given one end. + If the whole range can not be displayed, priority is given to one end.
  • - SCI_VISIBLEFROMDOCLINE fixed to never return a line beyond the document end. -
  • -
  • - SCI_LINESCROLL fixed for a negative colmn offset. - Bug #1450. + C++ lexer no longer recognises raw (R"") strings when the first character after " + is invalid. + Bug #1454.
  • - HTML lexer recognizes JavaScript RegEx literals in more contexts. + HTML lexer recognises JavaScript RegEx literals in more contexts. Bug #1412.
  • - On GTK+, fix tab markers so visible if indent markers are visible. - Bug #1453. -
  • -
  • Fixed automatic display of folded text when return pressed at end of fold header and first folded line was blank. Bug #1455.
  • - The C++ lexer no longer recognizes raw (R"") strings when the first character after " - is invalid. - Bug #1454. + SCI_VISIBLEFROMDOCLINE fixed to never return a line beyond the document end. +
  • +
  • + SCI_LINESCROLL fixed for a negative column offset. + Bug #1450. +
  • +
  • + On GTK+, fix tab markers so visible if indent markers are visible. + Bug #1453.
  • @@ -639,7 +639,7 @@ Bug #3515392.
  • - For C/C++, recognize exponent in floating point hexadecimal literals. + For C/C++, recognise exponent in floating point hexadecimal literals. Bug #3576454.
  • @@ -1493,7 +1493,7 @@ Fixed leak of document objects in SciTE.
  • - Recognize URL characters '?' and '%' for Open Selected command in SciTE. + Recognise URL characters '?' and '%' for Open Selected command in SciTE. Bug #3429409.
  • @@ -2186,7 +2186,7 @@ Performance improved when creating large rectangular selections.
  • - PHP folder recognizes #region and #endregion comments. + PHP folder recognises #region and #endregion comments. Feature #3101624.
  • @@ -2195,7 +2195,7 @@ Feature #3098071.
  • - SQL folder recognizes case statements and understands the fold.at.else property. + SQL folder recognises case statements and understands the fold.at.else property. Bug #3104091. Bug #3107362.
  • @@ -2289,7 +2289,7 @@ Bug #3058924.
  • - JavaScript lexer recognize regexes following return keyword.‎ + JavaScript lexer recognise regexes following return keyword.‎ Bug #3062287.
  • @@ -2752,7 +2752,7 @@
  • Erlang lexer extended set of numeric bases recognised; separate style for module:function_name; detects - built-in functions, known module attributes, and known preprocessor instructions; recognizes EDoc and EDoc macros; + built-in functions, known module attributes, and known preprocessor instructions; recognises EDoc and EDoc macros; separates types of comments. Bug #2942448.
  • @@ -3705,7 +3705,7 @@ Style changes may be made during text modification events.
  • - Regular expressions recognize \d, \D, \s, \S, \w, \W, and \xHH. + Regular expressions recognise \d, \D, \s, \S, \w, \W, and \xHH.
  • Support for cmake language added. -- cgit v1.2.3