aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-08-20 14:57:56 +1000
committerNeil <nyamatongwe@gmail.com>2013-08-20 14:57:56 +1000
commit70acfa623be189df50b42a7402085e782341fec2 (patch)
tree609f95d4dc215476e240d62bf4ef5b0a12ec0fe4 /doc/ScintillaHistory.html
parente88c427ffcf8731edf9dc0957c28c3e0ec78bda5 (diff)
downloadscintilla-mirror-70acfa623be189df50b42a7402085e782341fec2.tar.gz
Added PositionRelative to optimize navigation by character.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html3
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>