diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 71 | ||||
| -rw-r--r-- | doc/index.html | 2 | 
2 files changed, 72 insertions, 1 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b9423780e..3cf68bddc 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -402,6 +402,77 @@  	<li>  	Released 12 September 2011.  	</li> +	<li> +	To automatically discover the encoding of a file when opening it, SciTE can run a program set with command.discover.properties. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3324341&group_id=2439">Feature #3324341.</a> +	</li> +	<li> +	Cairo always used for drawing on GTK+. +	</li> +	<li> +	The set of properties files imported by SciTE can be controlled with the properties imports.include and imports.exclude. +	The import statement has been extended to allow "import *".  +	</li> +	<li> +	C++ lexer fixed a bug with raw strings being recognised too easily. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3388122&group_id=2439">Bug #3388122.</a> +	</li> +	<li> +	LaTeX lexer improved with more states and fixes to most outstanding bugs. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1493111&group_id=2439">Bug #1493111.</a> +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1856356&group_id=2439">Bug #1856356.</a> +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3081692&group_id=2439">Bug #3081692.</a> +	</li> +	<li> +	Lua lexer updates for Lua 5.2 beta with goto labels and "\*" string escape. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3386330&group_id=2439">Feature #3386330.</a> +	</li> +	<li> +	Perl string styling highlights interpolated variables. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3394258&group_id=2439">Feature #3394258.</a> +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3076629&group_id=2439">Bug #3076629.</a> +	</li> +	<li> +	Perl lexer updated for Perl 5.14.0 with 0X and 0B numeric literal prefixes, break keyword and "+" supported in subroutine prototypes. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3388802&group_id=2439">Feature #3388802.</a> +	</li> +	<li> +	Perl bug fixed with CRLF line endings. +	</li> +	<li> +	Markdown lexer fixed to not change state with "_" in middle of word. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3398184&group_id=2439">Bug #3398184.</a> +	</li> +	<li> +	Cocoa restores compatibility with OS X 10.5. +	</li> +	<li> +	Mouse pointer changes over selection to an arrow near start when scrolled horizontally. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3389055&group_id=2439">Bug #3389055.</a> +	</li> +	<li> +	Indicators that finish at the end of the document no longer expand when text is appended. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3378718&group_id=2439">Bug #3378718.</a> +	</li> +	<li> +	SparseState merge fixed to check if other range is empty. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3387053&group_id=2439">Bug #3387053.</a> +	</li> +	<li> +	On Windows, autocompletion lists will scroll instead of document when mouse wheel spun. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3403600&group_id=2439">Feature #3403600.</a> +	</li> +	<li> +	SciTE performs more rapid polling for command completion so will return faster and report more accurate times. +	</li> +	<li> +	SciTE resizes panes proportionally when switched between horizontal and vertical layout. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3376784&group_id=2439">Feature #3376784.</a> +	</li> +	<li> +	SciTE on GTK+ opens multiple files into a single instance more reliably. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3363754&group_id=2439">Bug #3363754.</a> +	</li>      </ul>      <h3>         <a href="http://prdownloads.sourceforge.net/scintilla/scite228.zip?download">Release 2.28</a> diff --git a/doc/index.html b/doc/index.html index 277165c19..00e80b0aa 100644 --- a/doc/index.html +++ b/doc/index.html @@ -71,7 +71,7 @@        </tr>      </table>      <ul id="versionlist"> -      <li>Version 2.29 fixes bugs.</li> +      <li>Version 2.29 always draws with Cairo on GTK+.</li>        <li>Version 2.28 allows translucent images in RGBA format to be used for margin markers and in autocompletion lists.</li>        <li>Version 2.27 fixes incorrect colours on some versions of GTK+.</li>        <li>Version 2.26 can highlight folding margin symbols for the current folding block. Experimental support for GTK+ 3.</li> | 
