From 8cbe56a810a49546daf54b9d9b77e862e173d80e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 28 Apr 2000 12:52:10 +0000 Subject: Updated for indentation commands. --- doc/ScintillaDoc.html | 23 +++++++++++++++++-- doc/ScintillaHistory.html | 58 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index ee7c309e3..42206a2a5 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -441,6 +441,12 @@ SCI_SETCODEPAGE(int codepage) This also stops the caret from moving between the two bytes in a double byte character. Call with argument set to zero to disable DBCS support.

+

+ On Windows, code page SC_CP_UTF8 (65001) sets Scintilla into Unicode mode with the + document treated as a sequence of characters expressed in UTF8. The text is converted to + UCS-2 before being drawn by the OS and can thus display Hebrew, Arabic, Cyrillic, and + Han characters. +

 SCI_SETWORDCHARS(<unused>, char *chars)
 
@@ -632,8 +638,6 @@ SCI_NEWLINE SCI_FORMFEED SCI_VCHOME SCI_VCHOMEEXTEND -SCI_ZOOMIN -SCI_ZOOMOUT SCI_DELWORDLEFT SCI_DELWORDRIGHT SCI_LINESCROLLDOWN @@ -768,6 +772,21 @@ SCI_ENSUREVISIBLE(int line) contracted. SCI_ENSUREVISIBLE travels up the fold hierarchy, expanding any contracted folds until it reaches the top level. The line will then be visible.

+

+ Zooming +

+
+SCI_ZOOMIN
+SCI_ZOOMOUT
+SCI_SETZOOM
+SCI_GETZOOM
+
+

+ The text can be made larger and smaller by using SCI_ZOOMIN and SCI_ZOOMOUT. + The zoom level can be retreived by SCI_GETZOOM and set by SCI_SETZOOM. The zoom factors + may range from -10 to + 20 and is added to each styles point size. The calculated point size never + goes below 2. +

Long Lines

diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 816a9ef26..0eb02c606 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -95,6 +95,9 @@
  • Paul Winwood
  • +
  • + Maxim Baranov +
  • Sponsorship @@ -104,6 +107,61 @@ DevelopMentor +

    + Release 1.25 +

    +

    Release 1.24

    -- cgit v1.2.3