diff options
Diffstat (limited to 'scintilla/doc')
-rw-r--r-- | scintilla/doc/ScintillaDownload.html | 10 | ||||
-rw-r--r-- | scintilla/doc/ScintillaHistory.html | 65 | ||||
-rw-r--r-- | scintilla/doc/index.html | 7 |
3 files changed, 73 insertions, 9 deletions
diff --git a/scintilla/doc/ScintillaDownload.html b/scintilla/doc/ScintillaDownload.html index e8d382f..e1407c2 100644 --- a/scintilla/doc/ScintillaDownload.html +++ b/scintilla/doc/ScintillaDownload.html @@ -25,9 +25,9 @@ <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">
<tr>
<td>
- <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla343.zip?download">
+ <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla344.zip?download">
Windows</a>
- <a href="http://prdownloads.sourceforge.net/scintilla/scintilla343.tgz?download">
+ <a href="http://prdownloads.sourceforge.net/scintilla/scintilla344.tgz?download">
GTK+/Linux</a>
</font>
</td>
@@ -41,7 +41,7 @@ containing very few restrictions.
</p>
<h3>
- Release 3.4.3
+ Release 3.4.4
</h3>
<h4>
Source Code
@@ -49,8 +49,8 @@ The source code package contains all of the source code for Scintilla but no binary
executable code and is available in
<ul>
- <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla343.zip?download">zip format</a> (1450K) commonly used on Windows</li>
- <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla343.tgz?download">tgz format</a> (1300K) commonly used on Linux and compatible operating systems</li>
+ <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla344.zip?download">zip format</a> (1450K) commonly used on Windows</li>
+ <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla344.tgz?download">tgz format</a> (1300K) commonly used on Linux and compatible operating systems</li>
</ul>
Instructions for building on both Windows and Linux are included in the readme file.
<h4>
diff --git a/scintilla/doc/ScintillaHistory.html b/scintilla/doc/ScintillaHistory.html index bae44c1..ddd2c26 100644 --- a/scintilla/doc/ScintillaHistory.html +++ b/scintilla/doc/ScintillaHistory.html @@ -464,15 +464,78 @@ </h3>
<ul>
<li>
- Released 27 May 2014.
+ Released 3 July 2014.
+ </li>
+ <li>
+ Style byte indicators removed. They were deprecated in 2007. Standard indicators should be used instead.
</li>
<li>
When multiple selections are active, autocompletion text may be inserted at each selection with new
SCI_AUTOCSETMULTI method.
</li>
<li>
+ C++ lexer fixes crash for "#define x(".
+ <a href="http://sourceforge.net/p/scintilla/bugs/1614/">Bug #1614</a>.
+ </li>
+ <li>
C++ lexer fixes raw string recognition so that R"xxx(blah)xxx" is styled as SCE_C_STRINGRAW.
</li>
+ <li>
+ The Postscript lexer no longer marks token edges with indicators as this used style byte indicators.
+ </li>
+ <li>
+ The Scriptol lexer no longer displays indicators for poor indentation as this used style byte indicators.
+ </li>
+ <li>
+ TCL lexer fixes names of keyword sets.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1615/">Bug #1615</a>.
+ </li>
+ <li>
+ Shell lexer fixes fold matching problem caused by "<<<".
+ <a href="http://sourceforge.net/p/scintilla/bugs/1605/">Bug #1605</a>.
+ </li>
+ <li>
+ Fix bug where indicators were not removed when fold highlighting on.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1604/">Bug #1604</a>.
+ </li>
+ <li>
+ Fix bug on Cocoa where emoji were treated as being zero width.
+ </li>
+ <li>
+ Fix crash on GTK+ with Ubuntu 12.04 and overlay scroll bars.
+ </li>
+ <li>
+ Avoid creating a Cairo context when measuring text on GTK+ as future versions of GTK+
+ may prohibit calling gdk_cairo_create except inside drawing handlers. This prohibition may
+ be required on Wayland.
+ </li>
+ <li>
+ On Cocoa, the registerNotifyCallback method is now marked as deprecated so client code that
+ uses it will display an error message.
+ Client code should use the delegate mechanism or subclassing instead.
+ The method will be removed in the next version.
+ </li>
+ <li>
+ On Cocoa, package Scintilla more in compliance with platform conventions.
+ Only publish public headers in the framework headers directory.
+ Only define the Scintilla namespace in Scintilla.h when compiling as C++.
+ Use the Cocoa NS_ENUM and NS_OPTIONS macros for exposed enumerations.
+ Hide internal methods from public headers.
+ These changes are aimed towards publishing Scintilla as a module which will allow it to
+ be used from the Swift programming language, although more changes will be needed here.
+ </li>
+ <li>
+ Fix crash in SciTE when stream comment performed at line end.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1610/">Bug #1610</a>.
+ </li>
+ <li>
+ For SciTE on Windows, display error message when common dialogs fail.
+ <a href="http://sourceforge.net/p/scintilla/bugs/156/">Bug #156</a>.
+ </li>
+ <li>
+ For SciTE on GTK+ fix bug with initialisation of toggle buttons in find and replace strips.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1612/">Bug #1612</a>.
+ </li>
</ul>
<h3>
<a href="http://prdownloads.sourceforge.net/scintilla/scite343.zip?download">Release 3.4.3</a>
diff --git a/scintilla/doc/index.html b/scintilla/doc/index.html index 06dcb41..01692cb 100644 --- a/scintilla/doc/index.html +++ b/scintilla/doc/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="Scintilla, SciTE, Editing Component, Text Editor" />
<meta name="Description"
content="www.scintilla.org is the home of the Scintilla editing component and SciTE text editor application." />
- <meta name="Date.Modified" content="20140527" />
+ <meta name="Date.Modified" content="20140703" />
<style type="text/css">
#versionlist {
margin: 0;
@@ -55,8 +55,8 @@ GTK+, and OS X</font>
</td>
<td width="40%" align="right">
- <font color="#FFCC99" size="3"> Release version 3.4.3<br />
- Site last modified May 27 2014</font>
+ <font color="#FFCC99" size="3"> Release version 3.4.4<br />
+ Site last modified July 3 2014</font>
</td>
<td width="20%">
@@ -71,6 +71,7 @@ </tr>
</table>
<ul id="versionlist">
+ <li>Version 3.4.4 removes style byte indicators.</li>
<li>Version 3.4.3 fixes hangs and crashes at shutdown on Windows.</li>
<li>Version 3.4.2 allows the application to filter input from typing, paste, drag & drop and similar.</li>
<li>Version 3.4.1 fixes a regression in 3.4.0 that stopped the caret moving when lines were wrapped.</li>
|