From 01401e2dd76e99b63e0a6606d57a516b55839dbc Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 23 Jun 2000 14:49:46 +0000 Subject: Updated version number to 1.27. --- doc/ScintillaDoc.html | 24 ++++++++++++++++++++++-- doc/ScintillaDownload.html | 6 +++--- doc/ScintillaHistory.html | 10 ++++++++++ doc/index.html | 11 ++++++++--- win32/ScintRes.rc | 8 ++++---- 5 files changed, 47 insertions(+), 12 deletions(-) diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 4e4e94eef..39bdb2003 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -310,8 +310,9 @@ SCI_STYLESETCHARACTERSET(int stylenumber, int charset)

As well as the 32 fundamental lexer styles, there are also some predefined numbered styles - starting at 32, STYLE_DEFAULT, STYLE_LINENUMBER, STYLE_BRACELIGHT, STYLE_BRACEBAD, and - STYLE_CONTROLCHAR. These can be defined with the SCI_STYLESET* messages. + starting at 32, STYLE_DEFAULT, STYLE_LINENUMBER, STYLE_BRACELIGHT, STYLE_BRACEBAD, + STYLE_CONTROLCHAR, and STYLE_INDENTGUIDE. + These can be defined with the SCI_STYLESET* messages.

 SCI_SETFORE(int colour)
@@ -504,6 +505,25 @@ SCI_BRACEMATCH(int position, int maxReStyle)
       matching brace is beyond the end of styling. Nested braces are handled correctly. The
       maxReStyle parameter must currently be 0.
     

+

+ Indentation Guides +

+
+SCI_SETINDENTATIONGUIDES(bool view)
+SCI_GETINDENTATIONGUIDES
+SCI_SETHIGHLIGHTGUIDE(int column)
+SCI_GETHIGHLIGHTGUIDE
+
+

+ Indentation guides are dotted vertical lines that appear within indentation whitespace + every indent size columns. They make it easy to see which constructs line up especially + when they extend over multiple pages. Style 37 is used to specify the foreground and + background colour of the indentation guides. +

+

+ When brace highlighting occurs, the indentation guide corresponding to the braces may be + highlighted with the brace highlighting style, 34. +

Markers

diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 0a1158049..c5dc344e2 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -25,7 +25,7 @@ @@ -46,8 +46,8 @@ The source code package contains all of the source code for Scintilla but no binary executable code and is available in Instructions for building on both Windows and Linux are included in the readme file.

diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index c8a067623..f1367943e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -140,6 +140,16 @@ Set methods have corresponding gets for UndoCollection, BufferedDraw, CodePage, UsePalette, ReadOnly, CaretFore, and ModEventMask. +

  • + Caret is continuously on rather than blinking while typing or holding down + delete or backspace. And is now always shown if non blinking when focused on GTK+. +
  • +
  • + Bug fixed in SciTE with file extension comparison now done in case insensitive way. +
  • +
  • + Bugs fixed in SciTE's file path handling on Windows. +
  • Bug fixed with preprocessor '#' last visible character causing hang.
  • diff --git a/doc/index.html b/doc/index.html index 7a1b9fef9..86f896bc6 100644 --- a/doc/index.html +++ b/doc/index.html @@ -9,7 +9,7 @@ - +
    - Windows   + Windows   GTK+/Linux