diff options
author | Neil <nyamatongwe@gmail.com> | 2013-08-20 14:57:56 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-08-20 14:57:56 +1000 |
commit | 70acfa623be189df50b42a7402085e782341fec2 (patch) | |
tree | 609f95d4dc215476e240d62bf4ef5b0a12ec0fe4 /doc/ScintillaHistory.html | |
parent | e88c427ffcf8731edf9dc0957c28c3e0ec78bda5 (diff) | |
download | scintilla-mirror-70acfa623be189df50b42a7402085e782341fec2.tar.gz |
Added PositionRelative to optimize navigation by character.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index e0ccc5966..97ff11f58 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -452,6 +452,9 @@ In Unicode mode C1 control characters are represented by their mnemonics. </li> <li> + Added SCI_POSITIONRELATIVE to optimize navigation by character. + </li> + <li> Option to allow mouse selection to switch to rectangular by pressing Alt after start of gesture. <a href="http://sourceforge.net/p/scintilla/feature-requests/1007/">Feature #1007.</a> </li> |