From 2a7a8b7e99b33159957d6b6ca9fbb7c77aab738c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 19 Mar 2005 05:10:53 +0000 Subject: Credits. Whitespace stripped fromline ends. --- doc/ScintillaHistory.html | 53 ++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 26 deletions(-) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f49663e07..67b42abd8 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -191,6 +191,7 @@
  • Sergey Philippov
  • Borujoa
  • Michael Owens
  • +
  • Franck Marcia
  • Images used in GTK+ version @@ -227,7 +228,7 @@ SciTE on GTK+2 and Windows NT/2000/XP allows search and replace of Unicode text.

  • - SciTE calltips allow setting the characters used to start and end parameter lists and + SciTE calltips allow setting the characters used to start and end parameter lists and to separate parameters.
  • @@ -236,34 +237,34 @@
  • On Windows, when Scintilla copies text to the clipboard as Unicode, it avoids - adding an ANSI copy as the system will automatically convert as required in + adding an ANSI copy as the system will automatically convert as required in a context-sensitive manner.
  • - SciTE indent.auto setting automatically determines indent.size and use.tabs from + SciTE indent.auto setting automatically determines indent.size and use.tabs from document contents.
  • - SciTE defines a CurrentMessage property that holds the most recently selected + SciTE defines a CurrentMessage property that holds the most recently selected output pane message.
  • - SciTE Lua scripting enhanced with + SciTE Lua scripting enhanced with
  • - SciTE Find in Files on Windows can be used in a modeless way and gains a '..' - button to move up to the parent directory. It is also wider so that longer paths + SciTE Find in Files on Windows can be used in a modeless way and gains a '..' + button to move up to the parent directory. It is also wider so that longer paths can be seen.
  • @@ -273,7 +274,7 @@ SciTE on GTK+ 2 has a "hidden files" check box in file open dialog.
  • - SciTE use.monospaced setting removed. More information in the + SciTE use.monospaced setting removed. More information in the FAQ.
  • @@ -286,7 +287,7 @@ Ada lexer fixed to support non-ASCII text.
  • - Cpp lexer now only matches exactly three slashes as starting a doc-comment so that + Cpp lexer now only matches exactly three slashes as starting a doc-comment so that lines of slashes are seen as a normal comment. Line ending characters are appear in default style on preprocessor and single line comment lines. @@ -313,7 +314,7 @@ PowerBasic lexer updated for macros and optimised.
  • - Properties file folder changed to leave lines before a header at the base level + Properties file folder changed to leave lines before a header at the base level and thus avoid a vertical line when using connected folding symbols.
  • @@ -342,7 +343,7 @@ Recursive property definitions are safer, avoiding expansion when detected.
  • - SciTE thread synchronization for scripts no longer uses HWND_MESSAGE + SciTE thread synchronization for scripts no longer uses HWND_MESSAGE so is compatible with older versions of Windows. Other Lua scripting bugs fixed.
  • @@ -351,22 +352,22 @@ with alternative UI themes.
  • - SciTE on Windows full screen mode now fits better when menu different height + SciTE on Windows full screen mode now fits better when menu different height to title bar height.
  • - SC_MARK_EMPTY marker is now invisible and does not change the background + SC_MARK_EMPTY marker is now invisible and does not change the background colour.
  • - Bug fixed in HTML lexer to allow use of <?xml in strings in scripts without + Bug fixed in HTML lexer to allow use of <?xml in strings in scripts without triggering xml mode.
  • Bug fixed in SciTE abbreviation expansion that could break indentation or crash.
  • - Bug fixed when searching for a whole word string that ends one character before + Bug fixed when searching for a whole word string that ends one character before end of document.
  • @@ -392,15 +393,15 @@ Bug fixed where SCI_LINEENDWRAP would move too far when line ends are visible.
  • - Bugs fixed where calltips with unicode or other non-ASCII text would display + Bugs fixed where calltips with unicode or other non-ASCII text would display incorrectly.
  • - Bug fixed in determining if at save point after undoing from save point and then + Bug fixed in determining if at save point after undoing from save point and then performing changes.
  • - Bug fixed on GTK+ using unsupported code pages where extraneous text could + Bug fixed on GTK+ using unsupported code pages where extraneous text could be drawn.
  • @@ -414,7 +415,7 @@ Crashing bug fixed when autocompleting word longer than 1000 characters.
  • - SciTE crashing bug fixed when both Find and Replace dialogs shown by disallowing + SciTE crashing bug fixed when both Find and Replace dialogs shown by disallowing this situation.
  • @@ -430,7 +431,7 @@
  • SciTE on GTK+ 2.4 uses the improved file chooser which allows - file extension filters, multiple selection, and remembers favourite + file extension filters, multiple selection, and remembers favourite directories.
  • @@ -472,7 +473,7 @@ SciTE can be set to warn before loading files larger than a particular size.
  • - SciTE Lua scripting bugs fixed included a crashing bug when using + SciTE Lua scripting bugs fixed included a crashing bug when using an undefined function name that would go before first actual name.
  • -- cgit v1.2.3