From cc95ff6492740ad592697888bf3a99066949b8ef Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 14 Mar 2008 02:11:16 +0000 Subject: Updates for 1.76. --- doc/ScintillaHistory.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ doc/index.html | 4 ++-- 2 files changed, 47 insertions(+), 2 deletions(-) diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index cd22adb8a..96e5f8e5c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -331,6 +331,51 @@
  • Released on 16 March 2008.
  • +
  • + Support for PowerShell. +
  • +
  • + Lexer added for Magik. +
  • +
  • + Director extension working on GTK+. +
  • +
  • + Director extension may set focus to SciTE through "focus:" message on GTK+. +
  • +
  • + C++ folder handles final line better in some cases. +
  • +
  • + SCI_COPYALLOWLINE added which is similar to SCI_COPY except that if the selection is empty then + the line holding the caret is copied. On Windows an extra clipboard format allows pasting this as a whole + line before the current selection. This behaviour is compatible with Visual Studio. +
  • +
  • + On Windows, the horizontal scroll bar can handle wider files. +
  • +
  • + On Windows, a system palette leak was fixed. Should not affect many as palette mode is rarely used. +
  • +
  • + Install command on GTK+ no longer tries to set explicit owner. +
  • +
  • + Perl lexer handles defined-or operator "//". +
  • +
  • + Crash fixed when line states set beyond end of line states. This occurred when lexers did not + set a line state for each line. +
  • +
  • + SciTE disables translucent features on Windows 9x due to crashes reported when using translucency. +
  • +
  • + Bug fixed where whitespace background was not seen on wrapped lines. +
  • +
  • + Octave lexer fixes "!=" operator. +
  • Release 1.75 diff --git a/doc/index.html b/doc/index.html index 44c6080b6..41c721ef1 100644 --- a/doc/index.html +++ b/doc/index.html @@ -149,8 +149,8 @@ if (IsRemote()) {

    Scintilla and SciTE are currently available for Intel Win32 and Linux compatible operating - systems with GTK+. They have been run on Windows 95, NT 4.0, Windows 2000, and on Red Hat - Linux 8 and 9 with GTK+ 1.2 and 2.0. Here is a screenshot of + systems with GTK+. They have been run on Windows 95, NT 4.0, Windows 2000, and on Fedora 8 + with GTK+ 2.10. Here is a screenshot of SciTE.

    -- cgit v1.2.3