From 7bb4356a66daa716fe85f847ec444a8f488a3249 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 16 Apr 2001 05:12:45 +0000 Subject: Partly done 1.37. --- doc/ScintillaHistory.html | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 1a80f1a62..597cdcb42 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -107,7 +107,48 @@ Bug fixed with scroll bars being invisible on GTK+ 1.2.9.
  • - Scintilla supports search and replace using simple regular expressions. + Scintilla and Scite support search and replace using simple regular + expressions with tagged expressions. +
  • +
  • + Scintilla and SciTE on GTK+ support file dropping from file managers + such as Nautilus and gmc. Files or other URIs dropped on Scintilla + result in a URIDropped notification. +
  • +
  • + Scintilla has a 'target' feature for replacing code rapidly without + causing display updates. +
  • +
  • + Lexers may have separate Lex and Fold functions. +
  • +
  • + Lexer infrastructure improved to allow for plug in lexers and for referring + to lexers by name rather than by ID. +
  • +
  • + Ada lexer and support added. +
  • +
  • + SciTE has commands for inserting and removing block comments and + for inserting stream comments. +
  • +
  • + SciTE Director interface uses C++ '\' escapes to send control characters. +
  • +
  • + SciTE Director interface adds more commands including support for macros. +
  • +
  • + SciTE has menu options for recording and playing macros which are visible + when used with a companion program that supports these features. +
  • +
  • + Variables within PHP strings have own style. Keyword list updated. +
  • +
  • + Bug fixed in C++ lexer when deleting a '{' controlling a folded range + led to that range becoming permanently invisible.
  • -- cgit v1.2.3