From fdadeeb8ff7758eee6480a1aa8175ca6bfabf1f1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 1 May 2004 03:27:28 +0000 Subject: Most of the 1.60 updates now in. --- doc/ScintillaHistory.html | 76 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 73 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index d57a0e4ab..0907b9650 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -169,6 +169,7 @@
  • Pescuma
  • Pavol Bosik
  • Johannes Schmid
  • +
  • Blair McGlashan
  • Images used in GTK+ version @@ -193,7 +194,7 @@ command.mode is a better way to specify tool command options in SciTE.

  • - Wrapped lines can contain continuation markers. + Continuation markers can be displayed so that you can see which lines are wrapped.
  • Lexer for Gui4Cli language. @@ -205,7 +206,20 @@ Lexer for Specman E language.
  • - Perl treats "." not as part of an identifier. + Lexer for AutoIt3 language. +
  • +
  • + Lexer for APDL language. +
  • +
  • + Lexer for Bash language. Also reasonable for other Unix shells. +
  • +
  • + SciTE can load lexers implemented in external shared libraries. +
  • +
  • + Perl treats "." not as part of an identifier and interprets '/' and '->' + correctly in more circumstances.
  • PHP recognises variables within strings. @@ -214,9 +228,18 @@ NSIS has properties "nsis.uservars" and "nsis.ignorecase".
  • + MSSQL lexer adds keyword list for operators and stored procedures, + defines '(', ')', and ',' as operators and changes some other details. +
  • +
  • Input method preedit window on GTK+ 2 may support some Asian languages.
  • + Platform interface adds an extra platform-specific flag to Font::Create. + Used on wxWidgets to choose antialiased text display but may be used for + any task that a platform needs. +
  • +
  • OnBeforeSave method added to Extension interface.
  • @@ -228,6 +251,9 @@ directly in VS .NET 2002.
  • + Scintilla can be built with GTK+ 2 on Windows. +
  • +
  • Updated RPM spec for SciTE on GTK+.
  • @@ -241,17 +267,40 @@ SciTE abbreviations now use the longest possible match rather than the shortest.
  • + Autocompletion does not remove prefix when actioned with no choice selected. +
  • +
  • + Autocompletion cancels when moving beyond the start position, not at the start position. +
  • +
  • SciTE now shows only calltips for functions that match exactly, not those that match as a prefix.
  • + SciTE can repair box comment sections where some lines were added without + the box comment middle line prefix. +
  • +
  • Alt+ works in user.shortcuts on Windows.
  • + SciTE on GTK+ enables replace in selection for rectangular selections. +
  • +
  • Key bindings for command.shortcut implemented in a way that doesn't break when the menus are localised.
  • + Drawing of background on GTK+ faster as theme drawing disabled. +
  • +
  • + On GTK+, calltips are moved back onto the screen if they extend beyond the screen bounds. +
  • +
  • + On Windows, the Scintilla object is destroyed on WM_NCDESTROY rather than + WM_DESTROY which arrives earlier. This fixes some problems when Scintilla was subclassed. +
  • +
  • The zorder switching feature removed due to number of crashing bugs.
  • @@ -261,6 +310,27 @@ Bug fixed with primary selection on GTK+.
  • + On GTK+ 2, copied or cut text can still be pasted after the Scintilla widget is destroyed. +
  • +
  • + Styling change not visible problem fixed when line was cached. +
  • +
  • + Bug in SciTE on Windows fixed where clipboard commands stopped working. +
  • +
  • + Crashing bugs in display fixed in line layout cache. +
  • +
  • + Crashing bug may be fixed on AMD64 processor on GTK+. +
  • +
  • + Rare hanging crash fixed in Python lexer. +
  • +
  • + Display bugs fixed with DBCS characters on GTK+. +
  • +
  • Autocompletion lists on GTK+ 2 are not sorted by the ListModel as the contents are sorted correctly by Scintilla.
  • @@ -271,7 +341,7 @@ Sizing bug fixed on GTK+ when window resized while unmapped.
  • - Text drawing bug fixed on GTK+ with non-Pango fonts and long strings. + Text drawing crashing bug fixed on GTK+ with non-Pango fonts and long strings.
  • Fixed some issues if characters are unsigned. -- cgit v1.2.3