diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 74 | ||||
| -rw-r--r-- | doc/index.html | 2 | 
2 files changed, 75 insertions, 1 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9c4d39231..cd44a5399 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -431,6 +431,80 @@  	<li>  	Released 21 October 2012.  	</li> +	<li> +	Improve speed when performing multiple searches. +	</li> +	<li> +	SciTE adds definition of PLAT_UNIX for both PLAT_GTK and PLAT_MAC to allow consolidation of +	settings valid on all Unix variants. +	</li> +	<li> +	Signal autoCompleteCancelled added on Qt. +	</li> +	<li> +	Bash lexer supports nested delimiter pairs. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3569352&group_id=2439">Feature #3569352.</a> +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1515556&group_id=2439">Bug #1515556.</a> +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3008483&group_id=2439">Bug #3008483.</a> +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3512208&group_id=2439">Bug #3512208.</a> +	<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. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3519260&group_id=2439">Bug #3519260.</a> +	</li> +	<li> +	For C #include statements, do not treat // in the path as a comment. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3519260&group_id=2439">Bug #3519260.</a> +	</li> +	<li> +	Lexer for GetText translations (PO) improved with additional styles and single instance limitation fixed. +	</li> +	<li> +	Ruby for loop folding fixed. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3240902&group_id=2439">Bug #3240902.</a> +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3567391&group_id=2439">Bug #3567391.</a> +	</li> +	<li> +	Ruby recognition of here-doc after class or instance variable fixed. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3567809&group_id=2439">Bug #3567809.</a> +	</li> +	<li> +	SQL folding of loop and case fixed. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3567905&group_id=2439">Bug #3567905.</a> +	</li> +	<li> +	SQL folding of case with assignment fixed. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3571820&group_id=2439">Bug #3571820.</a> +	</li> +	<li> +	Fix hang when removing all characters from indicator at end of document. +	</li> +	<li> +	Fix failure of \xhh in regular expression search for values greater than 0x79. +	</li> +	<li> +	On Cocoa on OS X 10.8, fix inverted drawing of find indicator. +	</li> +	<li> +	On Cocoa, fix double drawing when horizontal scroll range small and user swipes horizontally. +	</li> +	<li> +	On Cocoa, remove incorrect setting of save point when reading information through 'string' and 'selectedString'. +	</li> +	<li> +	On Cocoa, fix incorrect memory managment of infoBar. +	</li> +	<li> +	On GTK+ 3 Ubuntu, fix crash when drawing margin. +	</li> +	<li> +	On ncurses, fix excessive spacing with italics line end. +	</li> +	<li> +	On Windows, search for D2D1.DLL and DWRITE.DLL in system directory to avoid loading from earlier +	in path where could be planted by malware. +	</li>      </ul>      <h3>         <a href="http://prdownloads.sourceforge.net/scintilla/scite322.zip?download">Release 3.2.2</a> diff --git a/doc/index.html b/doc/index.html index 61531d56e..a1cf730ac 100644 --- a/doc/index.html +++ b/doc/index.html @@ -71,7 +71,7 @@        </tr>      </table>      <ul id="versionlist"> -      <li>Version 3.2.3 fixes minor problems.</li> +      <li>Version 3.2.3 improves speed when performing multiple searches.</li>        <li>Version 3.2.2 supports retina displays on Cocoa.</li>        <li>Version 3.2.1 adds some minor features and fixes bugs.</li>        <li>Version 3.2.0 adds support for the Qt platform and PySide Python bindings.</li> | 
