From fe768fb2843a20e24503b71fdd9308b9a7ac1f81 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 16 Apr 2003 13:25:51 +0000 Subject: Added entries for 1.52. --- doc/ScintillaHistory.html | 62 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 60 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index a09efbb69..49628d6f1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -125,7 +125,7 @@
  • Mauritius Thinnes
  • Darren Schroeder
  • Pedro Guerreiro
  • -
  • Steven te Brinke
  • +
  • Dan Petitt
  • Images used in GTK+ version @@ -145,6 +145,7 @@

  • Pango font support on GTK+ 2. + Unicode input improved on GTK+ 2.x.
  • Hotspot style implemented in Scintilla. @@ -152,18 +153,75 @@
  • Small up and down arrows can be displayed in calltips and the container is notified when the mouse is clicked on a calltip. + Normal and selected calltip text colours can be set.
  • POSIX compatibility flag in Scintilla regular expression search interprets bare ( and ) as tagged sections.
  • +
  • + Error message lexer tightened to yield fewer false matches. +
  • Scintilla keyboard commands for moving to start and end of - screen lines rather than document lines. + screen lines rather than document lines, unless already there + where these keys move to the start or end of the document line.
  • Line joining command.
  • +
  • + Calltips on Windows are no longer clipped by the parent window. +
  • +
  • + Autocompletion lists are cancelled when focus leaves their parent window. +
  • +
  • + SciTE hang fixed with recursive property definitions by placing limit + on number of substitutions performed. +
  • +
  • + SciTE Export as PDF reenabled and works. +
  • +
  • + Added loadsession: command line command to SciTE. +
  • +
  • + Bug fixed where primary selection on GTK+ was reset by + Scintilla during creation. +
  • +
  • + Bug fixed where SciTE would close immediately on startup + when using save.session. +
  • +
  • + Crash fixed when entering '\' in LaTeX file. +
  • +
  • + Hang fixed when '#' last character in VB file. +
  • +
  • + Pressing return when nothing selected in user list sends notification with + empty text rather than random text. +
  • +
  • + Mouse debouncing disabled on Windows as it interfered with some + mouse utilities. +
  • +
  • + Bug fixed where overstrike mode inserted before rather than replaced last + character in document. +
  • +
  • + Bug fixed with syntax highlighting of Japanese text. +
  • +
  • + Bug fixed in split lines function. +
  • +
  • + Cosmetic fix to SciTE tab bar on Windows when window resized. + Focus sticks to either pane more consistently. +
  • Release 1.51 -- cgit v1.2.3