From 2fba4db91fb967ea9cb21986603104839fcb49c0 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 13 Nov 2007 04:15:58 +0000 Subject: Updated lists of modifications for 1.75. --- doc/ScintillaHistory.html | 134 ++++++++++++++++++++++++++++++++++++++++++++-- doc/index.html | 26 +-------- 2 files changed, 131 insertions(+), 29 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 260cf9dc2..dff46ed0e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -329,7 +329,131 @@ Released on 17 November 2007.
  • - Gooder! + Some WordList and PropSet functionality moved from Scintilla to SciTE. + Projects that link to Scintilla's code for these classes may need to copy + code from SciTE. +
  • +
  • + Invalid bytes in UTF-8 mode are displayed as hex blobs. This also prevents crashes due to + passing invalid UTF-8 to platform calls. +
  • +
  • + Indentation guides enhanced to be visible on completely empty lines when possible. +
  • +
  • + The horizontal scroll bar may grow to match the widest line displayed. +
  • +
  • + Allow autocomplete popups to appear outside client rectangle in some cases. +
  • +
  • + When line state changed, SC_MOD_CHANGELINESTATE modification notification sent and + margin redrawn. +
  • +
  • + SciTE scripts can access the menu command values IDM_*. +
  • +
  • + SciTE's statement.end property has been implemented again. +
  • +
  • + Incremental search in SciTE for Windows is modeless to make it easier to exit. +
  • +
  • + Folding performance improved. +
  • +
  • + SciTE for GTK+ now includes a Browse button in the Find In Files dialog. +
  • +
  • + On Windows versions that support Unicode well, Scintilla is a wide character window + which allows input for some less common languages like Armenian, Devanagari, + Tamil, and Georgian. To fully benefit, applications should use wide character calls. +
  • +
  • + Lua function names are exported from SciTE to allow some extension libraries to work. +
  • +
  • + Lexers added for Abaqus, Ansys APDL, Asymptote, and R. +
  • +
  • + SCI_DELWORDRIGHTEND added for closer compatibility with GTK+ entry widget. +
  • +
  • + The styling buffer may now use all 8 bits in each byte for lexical states with 0 bits for indicators. +
  • +
  • + Multiple characters may be set for SciTE's calltip.<lexer>.parameters.start property. +
  • +
  • + Bash lexer handles octal literals. +
  • +
  • + C++/JavaScript lexer recognises regex literals in more situations. +
  • +
  • + Haskell lexer fixed for quoted strings. +
  • +
  • + HTML/XML lexer does not notice XML indicator if there is + non-whitespace between the "<?" and "XML". + ASP problem fixed where </ is used inside a comment. +
  • +
  • + Error messages from Lua 5.1 are recognised. +
  • +
  • + Folding implemented for Metapost. +
  • +
  • + Perl lexer enhanced for handling minus-prefixed barewords, + underscores in numeric literals and vector/version strings, + ^D and ^Z similar to __END__, + subroutine prototypes as a new lexical class, + formats and format blocks as new lexical classes, and + '/' suffixed keywords and barewords. +
  • +
  • + Python lexer styles all of a decorator in the decorator style rather than just the name. +
  • +
  • + YAML lexer styles colons as operators. +
  • +
  • + Fixed SciTE bug where undo would group together multiple separate modifications. +
  • +
  • + Bug fixed where setting background colour of calltip failed. +
  • +
  • + SciTE allows wildcard suffixes for file pattern based properties. +
  • +
  • + SciTE on GTK+ bug fixed where user not prompted to save untitled buffer. +
  • +
  • + SciTE bug fixed where property values from one file were not seen by lower priority files. +
  • +
  • + Bug fixed when showing selection with a foreground colour change which highlighted + an incorrect range in some positions. +
  • +
  • + Cut now invokes SCN_MODIFYATTEMPTRO notification. +
  • +
  • + Bug fixed where caret not shown at beginning of wrapped lines. + Caret made visible in some cases after wrapping and scroll bar updated after wrapping. +
  • +
  • + Modern indicators now work on wrapped lines. +
  • +
  • + Some crashes fixed for 64-bit GTK+. +
  • +
  • + On GTK+ clipboard features improved for VMWare tools copy and paste. + SciTE exports the clipboard more consistently on shut down.
  • @@ -464,7 +588,7 @@ SciTE on GTK+ removed GTK+ 1.x compatible file dialog code.
  • - SciTE on GTK+ recognizes key names KeypadMultiply and KeypadDivide. + SciTE on GTK+ recognises key names KeypadMultiply and KeypadDivide.
  • Background colour of line wrapping visual flag changed to STYLE_DEFAULT. @@ -1169,7 +1293,7 @@ PHP allows spaces after <<<.
  • - TADS3 has a simpler set of states and recognizes identifiers. + TADS3 has a simpler set of states and recognises identifiers.
  • Avenue elseif folds better. @@ -1267,7 +1391,7 @@
  • Perl can fold POD and package sections. POD verbatim section style. - Globbing syntax recognized better. + Globbing syntax recognised better.
  • Context menu moved slightly on GTK+ so that it will be under the mouse and will @@ -1752,7 +1876,7 @@ AutoIt3 lexer updated.
  • - Perl lexer recognizes regular expression use better. + Perl lexer recognises regular expression use better.
  • Errorlist lexer understands Lua tracebacks and copes with findstr diff --git a/doc/index.html b/doc/index.html index aca9f5fd1..f3a73fbed 100644 --- a/doc/index.html +++ b/doc/index.html @@ -54,7 +54,8 @@ @@ -85,29 +86,6 @@ for pasting and uses internationalised input at all times. - - - - - - - - - - - -
    - Version 1.75 Gooder! + Version 1.75 displays invalid UTF-8 bytes as hexadecimal and + can show indentation guides on completely empty lines.
    - Version 1.69 supports the Spice language and can draw - the selection and whole line markers translucently. -
    - Version 1.68 can draw the caret line - and box indicators translucently and has an accurate TCL lexer. -
    - Version 1.67 enhances some lexers and fixes bugs. -
    - Version 1.66 has a new Ruby lexer and fixes bugs on GTK+ - with Pango 1.8. -
    -- cgit v1.2.3