aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-02-02 18:09:44 +1100
committerNeil <nyamatongwe@gmail.com>2014-02-02 18:09:44 +1100
commit253bc4cd3a19e93f7090c74af92a871765afe002 (patch)
tree8c09bb0f872d03ced471ca583408bb0d5eb8ff16 /doc/ScintillaHistory.html
parentb6c1e9cab3172739006d3a3763cbf5fd8ee95fe6 (diff)
downloadscintilla-mirror-253bc4cd3a19e93f7090c74af92a871765afe002.tar.gz
Added wrap mode SC_WRAP_WHITESPACE which only wraps on whitespace, not on style changes.
From Robert Gieseke.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
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 @@
<td>felix</td>
<td>Christian Walther</td>
<td>Ebben</td>
+ </tr><tr>
+ <td>Robert Gieseke</td>
</tr>
</table>
<p>
@@ -459,6 +461,9 @@
Released 16 March 2014.
</li>
<li>
+ Added wrap mode SC_WRAP_WHITESPACE which only wraps on whitespace, not on style changes.
+ </li>
+ <li>
Fix bug on Windows when resizing autocompletion list with only short strings caused the list to move.
</li>
</ul>