aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-06-04 02:10:23 +0000
committernyamatongwe <devnull@localhost>2005-06-04 02:10:23 +0000
commit0f23c0ae4a7c4dfedefc838f5b33936603926cd6 (patch)
treec400a53dbdc6164ef233a38079b37a2ec8b2f81a
parentdf546440a47b65f89bd4ed81e511ac27bf47ddc6 (diff)
downloadscintilla-mirror-0f23c0ae4a7c4dfedefc838f5b33936603926cd6.tar.gz
Updating for 1.64 release.
-rw-r--r--doc/ScintillaDownload.html10
-rw-r--r--doc/ScintillaHistory.html87
-rw-r--r--doc/index.html12
-rw-r--r--version.txt2
-rw-r--r--win32/ScintRes.rc10
5 files changed, 107 insertions, 14 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html
index a4706b11c..3ec7cea65 100644
--- a/doc/ScintillaDownload.html
+++ b/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/scintilla163.zip?download">
+ <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla164.zip?download">
Windows</a>&nbsp;&nbsp;
- <a href="http://prdownloads.sourceforge.net/scintilla/scintilla163.tgz?download">
+ <a href="http://prdownloads.sourceforge.net/scintilla/scintilla164.tgz?download">
GTK+/Linux</a>&nbsp;&nbsp;
</font>
</td>
@@ -41,7 +41,7 @@
containing very few restrictions.
</p>
<h3>
- Release 1.63
+ Release 1.64
</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/scintilla163.zip?download">zip format</a> (610K) commonly used on Windows</li>
- <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla163.tgz?download">tgz format</a> (530K) commonly used on Linux and compatible operating systems</li>
+ <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla164.zip?download">zip format</a> (610K) commonly used on Windows</li>
+ <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla164.tgz?download">tgz format</a> (530K) 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/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 057d843f4..c90452828 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -213,6 +213,93 @@
</li>
</ul>
<h3>
+ <a href="http://prdownloads.sourceforge.net/scintilla/scite163.zip?download">Release 1.64</a>
+ </h3>
+ <ul>
+ <li>
+ Released on 8 June 2005.
+ </li>
+ <li>
+ TADS3 support
+ </li>
+ <li>
+ Smalltalk support.
+ </li>
+ <li>
+ Rebol support.
+ </li>
+ <li>
+ Flagship (Clipper / XBase) support.
+ </li>
+ <li>
+ CSound support.
+ </li>
+ <li>
+ SQL enhanced to support SQL*Plus.
+ </li>
+ <li>
+ SC_MARK_FULLRECT margin marker fills the whole marker margin for marked
+ lines with a colour.
+ </li>
+ <li>
+ Performance improved for some large undo and redo operations and modification flags
+ added in notifications.
+ </li>
+ <li>
+ SciTE adds command equivalents for fold margin mouse actions.
+ </li>
+ <li>
+ SciTE adds OnUpdateUI to set of events that can be handled by a Lua script.
+ </li>
+ <li>
+ Properties set in Scintilla can be read.
+ </li>
+ <li>
+ GTK+ SciTE exit confirmation adds Cancel button.
+ </li>
+ <li>
+ More accurate lexing of numbers in PHP and Caml.
+ </li>
+ <li>
+ Perl can fold POD and package sections. Globbing syntax recognized better.
+ </li>
+ <li>
+ Context menu moved slightly on GTK+ so that it will be under the mouse and will
+ stay open if just clicked rather than held.
+ </li>
+ <li>
+ Rectangular selection paste works the same whichever direction the selection was dragged in.
+ </li>
+ <li>
+ EncodedFromUTF8 handles -1 length argument as documented.
+ </li>
+ <li>
+ Undo and redo can cause SCN_MODIFYATTEMPTRO notifications.
+ </li>
+ <li>
+ Indicators display correctly when they atrt at the second character on a line.
+ </li>
+ <li>
+ SciTE automatic indentation handles keywords for indentation better.
+ </li>
+ <li>
+ Fixed problem with character set conversion when pasting on GTK+.
+ </li>
+ <li>
+ Fixed crash when creating empty autocompletion list.
+ </li>
+ <li>
+ Autocomplete window size made larger under some conditions to make truncation less common.
+ </li>
+ <li>
+ Bug fixed where changing case of a selection did not affect initial character of lines
+ in multi-byte encodings.
+ </li>
+ <li>
+ Bug fixed where rectangular selection not displayed after Alt+Shift+Click.
+ </li>
+ </ul>
+ <h3>
<a href="http://prdownloads.sourceforge.net/scintilla/scite163.zip?download">Release 1.63</a>
</h3>
<ul>
diff --git a/doc/index.html b/doc/index.html
index 54e2d675d..4f49f3f14 100644
--- a/doc/index.html
+++ b/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="20050404" />
+ <meta name="Date.Modified" content="20050608" />
<style type="text/css">
.versionlist {
color: #FFCC99;
@@ -36,8 +36,8 @@
GTK+</font>
</td>
<td width="40%" align="right">
- <font color="#FFCC99" size="3"> Release version 1.63<br />
- Site last modified April 4 2005</font>
+ <font color="#FFCC99" size="3"> Release version 1.64<br />
+ Site last modified June 8 2005</font>
</td>
<td width="20%">
&nbsp;
@@ -54,6 +54,12 @@
<table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="6" border="0">
<tr>
<td width="100%">
+ <span class="versionlist">Version 1.64 supports
+ TADS3, Smalltalk, Rebol, Flagship (Clipper / XBase), and CSound. </span>
+ </td>
+ </tr>
+ <tr>
+ <td width="100%">
<span class="versionlist"> Version 1.63 improves autocompletion on Windows,
can line wrap Asian languages better and adds lexers for BlitzBasic, Haskell,
Objective Caml, and PureBasic. </span>
diff --git a/version.txt b/version.txt
index 9cc2bc3e6..4e9bdff0c 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-163
+164
diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc
index 1dcc21ed8..62a2daf0a 100644
--- a/win32/ScintRes.rc
+++ b/win32/ScintRes.rc
@@ -1,5 +1,5 @@
// Resource file for Scintilla
-// Copyright 1998-2004 by Neil Hodgson <neilh@scintilla.org>
+// Copyright 1998-2005 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
#ifndef __BORLANDC__
@@ -9,8 +9,8 @@
#include "PlatformRes.h"
VS_VERSION_INFO VERSIONINFO
-FILEVERSION 1, 6, 3, 0
-PRODUCTVERSION 1, 6, 3, 0
+FILEVERSION 1, 6, 4, 0
+PRODUCTVERSION 1, 6, 4, 0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
@@ -27,12 +27,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Neil Hodgson neilh@scintilla.org\0"
VALUE "FileDescription", "Scintilla.DLL - a Source Editing Component\0"
- VALUE "FileVersion", "1.63\0"
+ VALUE "FileVersion", "1.64\0"
VALUE "InternalName", "Scintilla\0"
VALUE "LegalCopyright", "Copyright 1998-2005 by Neil Hodgson\0"
VALUE "OriginalFilename", "Scintilla.DLL\0"
VALUE "ProductName", "Scintilla\0"
- VALUE "ProductVersion", "1.63\0"
+ VALUE "ProductVersion", "1.64\0"
END
END
END