From 3d793b83d9a16101b342bb6ab1f9344be7094dd5 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 10 Dec 2005 10:11:16 +0000 Subject: Credit. Whitespace. --- doc/ScintillaHistory.html | 55 ++++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 366a585ee..a547ef21f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -210,6 +210,7 @@
  • Oliver Yeoh
  • Eric Promislow
  • Joseph Galbraith
  • +
  • Jeffrey Ren
  • Images used in GTK+ version @@ -235,7 +236,7 @@ enabled when the internal find command is used.

  • - SciTE output pane can display automatic completion after "$(" typed. + SciTE output pane can display automatic completion after "$(" typed. An initial ">" on a line is ignored when Enter pressed.
  • @@ -265,7 +266,7 @@ SciTE on GTK+ handles file names used to reference properties as case-sensitive.
  • - SciTE on GTK+ Save As and Export commands set the file name field. + SciTE on GTK+ Save As and Export commands set the file name field. On GTK+ the Export commands modify the file name in the same way as on Windows.
  • @@ -279,7 +280,7 @@ SciTE bugs fixed where files contained in directory that includes '.' character.
  • - SciTE bug fixed where import in user options was reading file from directory of + SciTE bug fixed where import in user options was reading file from directory of global options.
  • @@ -289,7 +290,7 @@ SciTE folding bug fixed where empty lines were shown for no reason.
  • - Bug fixed where 2 byte per pixel XPM images caused crash although they are still not + Bug fixed where 2 byte per pixel XPM images caused crash although they are still not displayed.
  • @@ -307,10 +308,10 @@ FreeBasic support.
  • - SciTE on Windows handles command line arguments - "-" (read standard input into buffer), - "--" (read standard input into output pane) and - "-@" (read file names from standard input and open each). + SciTE on Windows handles command line arguments + "-" (read standard input into buffer), + "--" (read standard input into output pane) and + "-@" (read file names from standard input and open each).
  • SciTE includes a simple implementation of Find in Files which is used if no find.command is set. @@ -352,12 +353,12 @@ and in '+++' and '---' lines from diff.
  • - Bugs fixed in SciTE and Scintilla folding behaviour when text pasted before - folded text caused unnecessary + Bugs fixed in SciTE and Scintilla folding behaviour when text pasted before + folded text caused unnecessary unfolding and cutting text could lead to text being irretrievably hidden.
  • - SciTE on Windows uses correct font for dialogs and better font for tab bar + SciTE on Windows uses correct font for dialogs and better font for tab bar allowing better localisation
  • @@ -373,7 +374,7 @@ Lexers will no longer be re-entered recursively during, for example, fold level setting.
  • - Undo of typing in overwrite mode undoes one character at a time rather than requiring a removal + Undo of typing in overwrite mode undoes one character at a time rather than requiring a removal and addition step for each character.
  • @@ -416,7 +417,7 @@ lines with a colour.
  • - Performance improved for some large undo and redo operations and modification flags + Performance improved for some large undo and redo operations and modification flags added in notifications.
  • @@ -476,7 +477,7 @@ Autocomplete window size made larger under some conditions to make truncation less common.
  • - Bug fixed where changing case of a selection did not affect initial character of lines + Bug fixed where changing case of a selection did not affect initial character of lines in multi-byte encodings.
  • @@ -492,7 +493,7 @@
  • Autocompletion on Windows changed to use popup window, be faster, - allow choice of maximum width and height, and to highlight only the text of the + allow choice of maximum width and height, and to highlight only the text of the selected item rather than both the text and icon if any.
  • @@ -524,7 +525,7 @@ lines so that the eolfilled style can be applied to them.
  • - NSIS support updated for line continuations, box comments, SectionGroup and + NSIS support updated for line continuations, box comments, SectionGroup and PageEx, and with more up-to-date properties.
  • @@ -541,7 +542,7 @@ line due to wrapping.
  • - Sticky caret mode does not modify the preferred caret x position when typing + Sticky caret mode does not modify the preferred caret x position when typing and may be useful for typing columns of text.
  • @@ -558,7 +559,7 @@ space as empty and handle text hidden by folding.
  • - Scintilla on Windows supports WM_PRINTCLIENT although there are some + Scintilla on Windows supports WM_PRINTCLIENT although there are some limitations.
  • @@ -574,19 +575,19 @@
  • SciTE on GTK+ changes menus and toolbars to not be detachable unless turned - on with a property. Menus no longer tear off. The toolbar may be set to use the - default theme icons rather than SciTE's set. Changed key for View | End of Line + on with a property. Menus no longer tear off. The toolbar may be set to use the + default theme icons rather than SciTE's set. Changed key for View | End of Line because of a conflict. Language menu can contain more items.
  • - SciTE on GTK+ 2.x allows the height and width of the file open file chooser to + SciTE on GTK+ 2.x allows the height and width of the file open file chooser to be set, for the show hidden files check box to be set from an option and for it - to be opened in the directory of the current file explicitly. Enter key works in + to be opened in the directory of the current file explicitly. Enter key works in save chooser.
  • Scintilla lexers should no longer see bits in style bytes that are outside the set - they modify so should be able to correctly lex documents where the container + they modify so should be able to correctly lex documents where the container has used indicators.
  • @@ -603,7 +604,7 @@ Allow use from LccWin compiler.
  • - SCI_COLOURISE for SCLEX_CONTAINER causes a + SCI_COLOURISE for SCLEX_CONTAINER causes a SCN_STYLENEEDED notification.
  • @@ -613,7 +614,7 @@ Fix for folding becoming confused.
  • - On Windows, fixes for Japanese Input Method Editor and for 8 bit Katakana + On Windows, fixes for Japanese Input Method Editor and for 8 bit Katakana characters.
  • @@ -644,7 +645,7 @@ Undo of automatic indentation more reasonable.
  • - High processor usage fixed in background wrapping under some + High processor usage fixed in background wrapping under some circumstances.
  • @@ -663,7 +664,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 a optional find and replace dialogs that can search through all buffers and search within a particular style number.
  • -- cgit v1.2.3