From ec3da45e6111f0e962805b5eda64c86f25f0aa3a Mon Sep 17 00:00:00 2001
From: nyamatongwe
Date: Wed, 6 Sep 2000 11:32:40 +0000
Subject: Added change log for 1.31. Fixed up index.html with 1.31 changes.
---
doc/ScintillaHistory.html | 91 +++++++++++++++++++++++++++++++++++++++++++++--
doc/index.html | 7 ++--
2 files changed, 93 insertions(+), 5 deletions(-)
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 11cf57b44..701301dd0 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -165,10 +165,97 @@
available from CVS which allows SciTE to be scripted in Lua.
- Fixes to the Perl, Python, and PHP lexers.
+ Many minor fixes to all of the lexers.
- Comboboxes in dialogs on Windows can be horizontally scrolled.
+ New lexer for diff and patch files.
+
+
+ Error message lexer understands Perl error messages.
+
+
+ C/C++/Java lexer now supports C#, specifically verbatim strings and
+ @ quoting of identifiers that are the same as keywords. SciTE has
+ a set of keywords for C# and a build command set up for C#.
+
+
+ Scintilla property to see whether in overtype or insert state.
+
+
+ PosChanged notification fired when caret moved.
+
+
+ Comboboxes in dialogs in SciTE on Windows can be horizontally scrolled.
+
+
+ Autocompletion and calltips can treat the document as case sensitive or
+ case insensitive.
+
+
+ Autocompletion can be set to automatically choose the only
+ element in a single element list.
+
+
+ Set of characters that automatically complete an autocompletion list
+ can be set.
+
+
+ SciTE command to display calltip - useful when dropped because of
+ editing.
+
+
+ SciTE has a Revert command to go back to the last saved version.
+
+
+ SciTE has an Export as RTF command. Save as HTML is renamed
+ to Export as HTML and is located on the Export sub menu.
+
+
+ SciTE command "Complete Word" searches document for any
+ words starting with characters before caret.
+
+
+ SciTE options for changing aspects of the formatting of files exported
+ as HTML or RTF.
+
+
+ SciTE "character.set" option for choosing the character
+ set for all fonts.
+
+
+ SciTE has a "Toggle all folds" command.
+
+
+ The makefiles have changed. The makefile_vc and
+ makefile_bor files in scintilla/win32 and scite/win32 have been
+ merged into scintilla/win32/scintilla.mak and scite/win32/scite.mak.
+ DEBUG may be defined for all make files and this will turn on
+ assertions and for some make files will choose other debugging
+ options.
+
+
+ To make debugging easier and allow good use of BoundsChecker
+ there is a Visual C++ project file in scite/boundscheck that builds
+ all of Scintilla and SciTE into one executable.
+
+
+ The size of the SciTE output window can be set with the
+ output.horizontal.size and output.vertical.size settings.
+
+
+ SciTE status bar indicator for insert or overwrite mode.
+
+
+ Performance improvements to autocompletion and calltips.
+
+
+ A caret redraw problem when undoing is fixed.
+
+
+ Crash with long lines fixed.
+
+
+ Bug fxed with merging markers when lines merged.
diff --git a/doc/index.html b/doc/index.html
index 548294cb2..37571a44f 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -31,7 +31,7 @@
GTK+
- Release version 1.30
+ Release version 1.31
Site last modified September 6 2000
|
@@ -55,7 +55,8 @@
|
|
- Version 1.31.
+ Version 1.31 supports C# and has many improvements
+ especially to the lexers and in autocompletion.
|
@@ -139,7 +140,7 @@ if (IsRemote()) {
scintilla-interest
mailing list,
for discussion of Scintilla and SciTE and related projects, their bugs and future features.
- This is a fairly quiet list, averaging less than 20 messages per week.
+ This is a medium traffic list, averaging less than 40 messages per week.