diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ScintillaHistory.html | 42 | 
1 files 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 @@  	</li>  	<li>  	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.  	</li>  	<li> -	SCI_VISIBLEFROMDOCLINE fixed to never return a line beyond the document end. -	</li> -	<li> -	SCI_LINESCROLL fixed for a negative colmn offset. -	<a href="http://sourceforge.net/p/scintilla/bugs/1450/">Bug #1450.</a> +	C++ lexer no longer recognises raw (R"") strings when the first character after " +	is invalid. +	<a href="http://sourceforge.net/p/scintilla/bugs/1454/">Bug #1454.</a>  	</li>  	<li> -	HTML lexer recognizes JavaScript RegEx literals in more contexts. +	HTML lexer recognises JavaScript RegEx literals in more contexts.  	<a href="http://sourceforge.net/p/scintilla/bugs/1412/">Bug #1412.</a>  	</li>  	<li> -	On GTK+, fix tab markers so visible if indent markers are visible. -	<a href="http://sourceforge.net/p/scintilla/bugs/1453/">Bug #1453.</a> -	</li> -	<li>  	Fixed automatic display of folded text when return pressed at end of fold header and  	first folded line was blank.  	<a href="http://sourceforge.net/p/scintilla/bugs/1455/">Bug #1455.</a>  	</li>  	<li> -	The C++ lexer no longer recognizes raw (R"") strings when the first character after " -	is invalid. -	<a href="http://sourceforge.net/p/scintilla/bugs/1454/">Bug #1454.</a> +	SCI_VISIBLEFROMDOCLINE fixed to never return a line beyond the document end. +	</li> +	<li> +	SCI_LINESCROLL fixed for a negative column offset. +	<a href="http://sourceforge.net/p/scintilla/bugs/1450/">Bug #1450.</a> +	</li> +	<li> +	On GTK+, fix tab markers so visible if indent markers are visible. +	<a href="http://sourceforge.net/p/scintilla/bugs/1453/">Bug #1453.</a>  	</li>      </ul>      <h3> @@ -639,7 +639,7 @@  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3515392&group_id=2439">Bug #3515392.</a>  	</li>  	<li> -	For C/C++, recognize exponent in floating point hexadecimal literals. +	For C/C++, recognise exponent in floating point hexadecimal literals.  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3576454&group_id=2439">Bug #3576454.</a>  	</li>  	<li> @@ -1493,7 +1493,7 @@  	Fixed leak of document objects in SciTE.  	</li>  	<li> -	Recognize URL characters '?' and '%' for Open Selected command in SciTE. +	Recognise URL characters '?' and '%' for Open Selected command in SciTE.  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3429409&group_id=2439">Bug #3429409.</a>  	</li>      </ul> @@ -2186,7 +2186,7 @@  	Performance improved when creating large rectangular selections.  	</li>  	<li> -	PHP folder recognizes #region and #endregion comments. +	PHP folder recognises #region and #endregion comments.  	<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3101624&group_id=2439">Feature #3101624.</a>  	</li>  	<li> @@ -2195,7 +2195,7 @@  	<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3098071&group_id=2439">Feature #3098071.</a>  	</li>  	<li> -	SQL folder recognizes case statements and understands the fold.at.else property. +	SQL folder recognises case statements and understands the fold.at.else property.  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3104091&group_id=2439">Bug #3104091.</a>  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3107362&group_id=2439">Bug #3107362.</a>  	</li> @@ -2289,7 +2289,7 @@  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3058924&group_id=2439">Bug #3058924.</a>  	</li>  	<li> -	JavaScript lexer recognize regexes following return keyword. +	JavaScript lexer recognise regexes following return keyword.  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3062287&group_id=2439">Bug #3062287.</a>  	</li>  	<li> @@ -2752,7 +2752,7 @@  	</li>  	<li>  	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.  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2942448&group_id=2439">Bug #2942448.</a>  	</li> @@ -3705,7 +3705,7 @@  	Style changes may be made during text modification events.  	</li>  	<li> -	Regular expressions recognize \d, \D, \s, \S, \w, \W, and \xHH. +	Regular expressions recognise \d, \D, \s, \S, \w, \W, and \xHH.  	</li>  	<li>  	Support for cmake language added. | 
