diff options
author | Neil <nyamatongwe@gmail.com> | 2014-01-14 19:08:34 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-01-14 19:08:34 +1100 |
commit | 9ea7245b440aa3de91ff532ce102ea9fa7e34d6c (patch) | |
tree | c28dbc6f2d760773f6c3a849154ef80f22ffe707 /doc/ScintillaHistory.html | |
parent | 8c585027b90cf0281273fb4693afb097a956c53a (diff) | |
download | scintilla-mirror-9ea7245b440aa3de91ff532ce102ea9fa7e34d6c.tar.gz |
CallTipSetPosStart API added.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index ec1e76982..1a96ad1db 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -459,7 +459,10 @@ Released 12 December 2013. </li> <li> - Added DropSelectionN API to drop a selection from a multiple selection. + DropSelectionN API added to drop a selection from a multiple selection. + </li> + <li> + CallTipSetPosStart API added to change the position at which backspacing removes the calltip. </li> <li> Basic lexer highlights hex, octal, and binary numbers in FreeBASIC which use the prefixes |