From 843a8b5f6aa73b122c893c23cc061a9f208f3e2f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 29 Jul 2005 13:43:30 +0000 Subject: All of the chaged items for 1.65 should be in now. --- doc/ScintillaHistory.html | 84 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 83 insertions(+), 1 deletion(-) diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index e19c42afb..c113ca837 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -227,6 +227,85 @@
  • FreeBasic support.
  • +
  • + SciTE on Windows handles command line arguments + "-" (read standard input into buffer), + "--" (read standard input into output pane) and + "-@" (read file names from standard input and open each). +
  • +
  • + SciTE includes a simple implementation of Find in Files which is used if no find.command is set. +
  • +
  • + SciTE can close tabs with a mouse middle click. +
  • +
  • + SciTE includes a save.all.for.build setting. +
  • +
  • + MSSQL support includes folder. +
  • +
  • + Batch file lexer understands more of the syntax and the behaviour of builtin commands. +
  • +
  • + Perl lexer better handles here docs; disambiguates barewords, quote-like delimiters, and repetition operators; + handles Pods after __END__; recognises numbers better; and handles some typeglob special variables. +
  • +
  • + Lisp adds more lexical states. +
  • +
  • + PHP allows spaces after <<<. +
  • +
  • + TADS3 has simplified its states and recognizes identifiers. +
  • +
  • + Avenue lexer folds elseif better. +
  • +
  • + Error lexer treats lines starting with '+++' and '---' as separate + styles from '+' and '-' as they indicate file names in diffs. +
  • +
  • + SciTE error recogniser handles file paths in extra explanatory lines from MSVC + and in '+++' and '---' lines from diff. +
  • +
  • + Bugs fixed in SciTE and Scintilla folding behaviour when text pasted before + folded text caused unnecessary + unfolding and cutting text could lead to text being irretrievably hidden. +
  • +
  • + SciTE on Windows uses correct font for dialogs and better font for tab bar + allowing better localisation +
  • +
  • + When Windows is used with a secondary monitor before the primary + monitor, autocompletion lists are not forced onto the primary monitor. +
  • +
  • + Scintilla calltip bug fixed where down arrow setting wrong value in notification + if not in first line. SciTE bug fixed where second arrow only shown on multiple line + calltip and was therefore misinterpreting the notification value. +
  • +
  • + Lexers will no longer be reentered recursively during, for example, fold level setting. +
  • +
  • + Undo of typing in overwrite mode undoes one character at a time rather than requiring a removal + and addition step for each character. +
  • +
  • + EM_EXSETSEL(0,-1) fixed. +
  • +
  • + Bug fixed where part of a rectangular selection was not shown as selected. +
  • +
  • + Autocomplete window size fixed. +
  • Release 1.64 @@ -294,7 +373,7 @@ Undo and redo can cause SCN_MODIFYATTEMPTRO notifications.
  • - Indicators display correctly when they atrt at the second character on a line. + Indicators display correctly when they start at the second character on a line.
  • SciTE Export As HTML uses standards compliant CSS. @@ -309,6 +388,9 @@ Fixed problem with character set conversion when pasting on GTK+.
  • + SciTE default character set changed from ANSI_CHARSET to DEFAULT_CHARSET. +
  • +
  • Fixed crash when creating empty autocompletion list.
  • -- cgit v1.2.3