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
+
+
+ -
+ Released on 1 May 2000.
+
+ -
+ Some Unicode support on Windows. Treats buffer and API as UTF-8 and displays
+ through UCS-2 of Windows.
+
+ -
+ Automatic indentation.
+
+ -
+ Tool bar.
+
+ -
+ Status bar now on Windows as well as GTK+.
+
+ -
+ Auto completion list items may be separated by a chosen character to allow spaces
+ in items. The selected item may be changed through the API.
+
+ -
+ Horizontal scrollbar can be turned off.
+
+ -
+ Property to remove trailing spaces when saving file.
+
+ -
+ On Windows, changed font size calculation to be more compatible with
+ other applications.
+
+ -
+ On GTK+, SciTE's global properties files are looked for in the directory specified in the
+ SCITE_HOME environment variable if it is set. This allows hiding in a dot directory.
+
+ -
+ Keyword lists in SciTE updated for Javascript to include those destined to be used in
+ the future. IDL includes XPIDL keyords as well as MSIDL keywords.
+
+ -
+ Zoom level can be set and queried through API.
+
+ -
+ New notification sent before insertions and deletions.
+
+ -
+ Fixes to folding including when deletions and additions are performed.
+
+ -
+ Fix for crash with very long lines.
+
+
--
cgit v1.2.3