diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaDoc.html | 6 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 2a4c1f8b7..1aaab5307 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -82,7 +82,7 @@ <h1>Scintilla Documentation</h1> - <p>Last edited 10 January 2014 NH</p> + <p>Last edited 14 January 2014 NH</p> <p>There is <a class="jump" href="Design.html">an overview of the internal design of Scintilla</a>.<br /> @@ -4446,6 +4446,7 @@ struct Sci_TextToFind { <a class="message" href="#SCI_CALLTIPCANCEL">SCI_CALLTIPCANCEL</a><br /> <a class="message" href="#SCI_CALLTIPACTIVE">SCI_CALLTIPACTIVE</a><br /> <a class="message" href="#SCI_CALLTIPPOSSTART">SCI_CALLTIPPOSSTART</a><br /> + <a class="message" href="#SCI_CALLTIPSETPOSSTART">SCI_CALLTIPSETPOSSTART(int posStart)</a><br /> <a class="message" href="#SCI_CALLTIPSETHLT">SCI_CALLTIPSETHLT(int highlightStart, int highlightEnd)</a><br /> <a class="message" href="#SCI_CALLTIPSETBACK">SCI_CALLTIPSETBACK(int colour)</a><br /> @@ -4481,7 +4482,8 @@ struct Sci_TextToFind { This returns 1 if a call tip is active and 0 if it is not active.</p> <p><b id="SCI_CALLTIPPOSSTART">SCI_CALLTIPPOSSTART</b><br /> - This message returns the value of the current position when <code>SCI_CALLTIPSHOW</code> + <b id="SCI_CALLTIPSETPOSSTART">SCI_CALLTIPSETPOSSTART(int posStart)</b><br /> + This message returns or sets the value of the current position when <code>SCI_CALLTIPSHOW</code> started to display the tip.</p> <p><b id="SCI_CALLTIPSETHLT">SCI_CALLTIPSETHLT(int hlStart, int hlEnd)</b><br /> 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 |