aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-04-16 05:12:45 +0000
committernyamatongwe <devnull@localhost>2001-04-16 05:12:45 +0000
commit3a6503ade3e92d3f04727c5a8a2c7208c5761338 (patch)
treed4ffefaa42b0af88e7cbe5912ea815aa459d1b19
parent034314f87b8a48a8e6ecb0c5f67e9967d2e68c36 (diff)
downloadscintilla-mirror-3a6503ade3e92d3f04727c5a8a2c7208c5761338.tar.gz
Partly done 1.37.
-rw-r--r--doc/ScintillaHistory.html43
1 files changed, 42 insertions, 1 deletions
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.
</li>
<li>
- Scintilla supports search and replace using simple regular expressions.
+ Scintilla and Scite support search and replace using simple regular
+ expressions with tagged expressions.
+ </li>
+ <li>
+ 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.
+ </li>
+ <li>
+ Scintilla has a 'target' feature for replacing code rapidly without
+ causing display updates.
+ </li>
+ <li>
+ Lexers may have separate Lex and Fold functions.
+ </li>
+ <li>
+ Lexer infrastructure improved to allow for plug in lexers and for referring
+ to lexers by name rather than by ID.
+ </li>
+ <li>
+ Ada lexer and support added.
+ </li>
+ <li>
+ SciTE has commands for inserting and removing block comments and
+ for inserting stream comments.
+ </li>
+ <li>
+ SciTE Director interface uses C++ '\' escapes to send control characters.
+ </li>
+ <li>
+ SciTE Director interface adds more commands including support for macros.
+ </li>
+ <li>
+ SciTE has menu options for recording and playing macros which are visible
+ when used with a companion program that supports these features.
+ </li>
+ <li>
+ Variables within PHP strings have own style. Keyword list updated.
+ </li>
+ <li>
+ Bug fixed in C++ lexer when deleting a '{' controlling a folded range
+ led to that range becoming permanently invisible.
</li>
</ul>
<h3>