From a8f11ce783cc8c8d33f22f227e5f19f5b94ce50f Mon Sep 17 00:00:00 2001 From: RainRat Date: Thu, 4 Jan 2024 12:30:42 +1100 Subject: Fix some typos. --- doc/ScintillaHistory.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 368343aec..6708cc990 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -2024,7 +2024,7 @@
  • Add SCI_SETTABMINIMUMWIDTH to set the minimum width of tabs. - This allows minimaps or overviews to be layed out to match the full size editing view. + This allows minimaps or overviews to be laid out to match the full size editing view. Bug #2118.
  • @@ -2593,7 +2593,7 @@ Feature #1210.
  • - Fix hang in Lua lexer when lexing a label upto the terminating "::". + Fix hang in Lua lexer when lexing a label up to the terminating "::". Bug #1999.
  • @@ -2820,7 +2820,7 @@ 'Ctrl+L|SCI_LINEDELETE|'.
  • - The Matlab lexer treats 'end' as a number rather than a keyword when used as a index. + The Matlab lexer treats 'end' as a number rather than a keyword when used as an index. This also stops incorrect folding. Bug #1951.
  • @@ -9863,7 +9863,7 @@ SciTE crashing bug fixed in incremental search on Windows ME.
  • - SciTE on Windows has a optional find and replace dialogs that can search through + SciTE on Windows has an optional find and replace dialogs that can search through all buffers and search within a particular style number.
  • @@ -11432,7 +11432,7 @@ SciTE's Export as LaTeX output improved.
  • - Better choice of autocompletion displaying above the caret rather then + Better choice of autocompletion displaying above the caret rather than below when that is more sensible.
  • @@ -14017,7 +14017,7 @@
  • Scintilla supports a 'savepoint' in the undo stack which can be set by the container when the document is saved. Notifications are sent to the container when the savepoint is - entered or left, allowing the container to to display a dirty indicator and change its + entered or left, allowing the container to display a dirty indicator and change its menus.
  • -- cgit v1.2.3