From 6e2a84a7cd966d8ab03aa26fc8c34a217216ff45 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 2 Feb 2002 12:38:17 +0000 Subject: Updated version number for 1.44. --- doc/ScintillaDownload.html | 8 ++++---- doc/ScintillaHistory.html | 27 +++++++++++++++++++++++++++ doc/index.html | 11 ++++++++--- win32/ScintRes.rc | 8 ++++---- 4 files changed, 43 insertions(+), 11 deletions(-) diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index e7b5363d7..b677561de 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -25,7 +25,7 @@ @@ -38,7 +38,7 @@ containing very few restrictions.

- Release 1.43 + Release 1.44

Source Code @@ -46,8 +46,8 @@ The source code package contains all of the source code for Scintilla but no binary executable code and is available in Instructions for building on both Windows and Linux are included in the readme file.

diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b4db6ba2c..68a6146f1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -124,6 +124,33 @@ Lua lexer no longer treats '.' as a word character and handles 6 keyword sets. +

  • + WordStartPosition and WordEndPosition take an onlyWordCharacters + argument. +
  • +
  • + Compilation fix on Alpha because of 64 bit. +
  • +
  • + Compilation fix for static linking. +
  • +
  • + When whole document line selected, only the last display line gets + the extra selected rectangle at the right hand side rather than + every display line. +
  • +
  • + Caret disappearing bug fixed for the case that the caret was not on the + first display line of a document line. +
  • +
  • + SciTE bug fixed where untitled buffer containing text was sometimes + deleted without chance to save. +
  • +
  • + SciTE bug fixed where use.monospaced not working with + multiple buffers. +
  • Release 1.43 diff --git a/doc/index.html b/doc/index.html index f6f6bd111..66492bc7d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -9,7 +9,7 @@ - +

    - Windows   + Windows   GTK+/Linux