From 89c5940c9956b0ea061eed0b866601779edab228 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 22 Aug 2001 12:41:11 +0000 Subject: Fixed minor errors. --- doc/ScintillaHistory.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index bebe567c6..cb1cb2f60 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -112,7 +112,7 @@
  • Windows version requires msvcrt.dll to be available so will not work - on original Windows 95 version 1. msvcrt.dll is installed + on original Windows 95 version 1. The msvcrt.dll file is installed by almost everything including Internet Explorer so should be available.
  • @@ -120,7 +120,7 @@ now fold.symbols and has more values for the new styles.
  • - Mouse dwell events are generated when the user hold the mouse steady + Mouse dwell events are generated when the user holds the mouse steady over Scintilla.
  • @@ -149,7 +149,7 @@ with GTK_ as keywords.
  • - Horizontal scrolling can be jumpy. + Horizontal scrolling can be jumpy rather than gradual.
  • GetSelText places a '\0' in the buffer if the selection is empty.. @@ -159,7 +159,7 @@ the line and EnsureVisibleEnforcePolicy which may scroll.
  • - Python folder is able to fold multi-line comments and triple quoted strings. + Python folder has options to fold multi-line comments and triple quoted strings.
  • C++ lexer handles keywords before '.' like "this.x" in Java as keywords. @@ -173,7 +173,7 @@ VB has folder.
  • - PHP lexer has an operator style, handles "<?" and ">>" inside strings + PHP lexer has an operator style, handles "<?" and "?>" inside strings and some comments.
  • @@ -195,7 +195,7 @@
  • Fixed Scintilla bugs with folding. When modifications were performed near - folded regions and no unfolding occurred when it should have. Deleting a + folded regions sometimes no unfolding occurred when it should have. Deleting a fold causing character sometimes failed to update fold information correctly.
  • @@ -212,7 +212,7 @@ be turned off.
  • - Commands can be typed into the SciTE output panes similar to a shell window. + Commands can be typed into the SciTE output pane similar to a shell window.
  • SciTE properties magnification and output magnification set initial zoom levels. -- cgit v1.2.3