From 253bc4cd3a19e93f7090c74af92a871765afe002 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)
--
cgit v1.2.3