diff options
author | nyamatongwe <devnull@localhost> | 2001-04-16 08:44:39 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-04-16 08:44:39 +0000 |
commit | 396f57106a5fe43f1014cc91c93ae2514103aa0f (patch) | |
tree | 636de582a6b5d03e5897a78796d7fcef35a6625e | |
parent | 950cf61b36d638f8bab5254ab2d7aff169bd624d (diff) | |
download | scintilla-mirror-396f57106a5fe43f1014cc91c93ae2514103aa0f.tar.gz |
Reordered 1.37 changes.
-rw-r--r-- | doc/ScintillaHistory.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index a4a4e4f65..75053702e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -114,15 +114,15 @@ Replace in Selection available in SciTE. </li> <li> + Scintilla has a 'target' feature for replacing code rapidly without + causing display updates. + </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> |