diff options
| author | Neil <nyamatongwe@gmail.com> | 2014-02-02 18:09:44 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2014-02-02 18:09:44 +1100 |
| commit | 687cd7a0e91208e97bd198cf13f416b0937dd6c3 (patch) | |
| tree | a6d7f5846f990f253133af659524622292192736 /include/Scintilla.iface | |
| parent | e9b3faa25f71650ed4c16aeeef893dd72d713525 (diff) | |
| download | scintilla-mirror-687cd7a0e91208e97bd198cf13f416b0937dd6c3.tar.gz | |
Added wrap mode SC_WRAP_WHITESPACE which only wraps on whitespace, not on style changes.
From Robert Gieseke.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 0728eadc0..77e932193 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1189,6 +1189,7 @@ enu Wrap=SC_WRAP_ val SC_WRAP_NONE=0 val SC_WRAP_WORD=1 val SC_WRAP_CHAR=2 +val SC_WRAP_WHITESPACE=3 # Sets whether text is word wrapped. set void SetWrapMode=2268(int mode,) |
