From 687cd7a0e91208e97bd198cf13f416b0937dd6c3 Mon Sep 17 00:00:00 2001
From: Neil SCI_SETWRAPMODE(int wrapMode)
SCI_GETWRAPMODE
Set wrapMode to SC_WRAP_WORD (1) to enable wrapping
- on word boundaries, SC_WRAP_CHAR (2) to enable wrapping
- between any characters, and to SC_WRAP_NONE (0) to disable line
- wrapping. SC_WRAP_CHAR is preferred to
- SC_WRAP_WORD for Asian languages where there is no white space
- between words.SC_WRAP_CHAR (2) to enable wrapping
+ between any characters, SC_WRAP_WHITESPACE (3) to enable
+ wrapping on whitespace, and SC_WRAP_NONE (0) to disable line
+ wrapping. SC_WRAP_CHAR is preferred for Asian languages where
+ there is no white space between words.
+
SCI_SETWRAPVISUALFLAGS(int wrapVisualFlags)
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 72aad759a..43b4b8327 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -440,6 +440,8 @@
@@ -459,6 +461,9 @@ Released 16 March 2014.