diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaDoc.html | 2 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 70ce8623f..5783ffe2c 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -7774,7 +7774,7 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next widgets.</p> <p><b id="scintilla_set_id">void scintilla_set_id(ScintillaObject *sci, uptr_t id)</b><br /> - Set the control ID which will be used in the idFrom field of the NotifyHeader structure of all + Set the control ID which will be used in the idFrom field of the Sci_NotifyHeader structure of all notifications for this instance. This is equivalent to <a class="seealso" href="#SCI_SETIDENTIFIER">SCI_SETIDENTIFIER</a>.</p> diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 47b2dd43d..758acc9fc 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -524,6 +524,16 @@ Released 16 October 2016. </li> <li> + Structure names in Scintilla.h without prefixes are deprecated and will now only + be usable with INCLUDE_DEPRECATED_FEATURES defined.<br /> + Use the newer names with the "Sci_" prefix:<br /> + CharacterRange → Sci_CharacterRange<br /> + TextRange → Sci_TextRange<br /> + TextToFind → Sci_TextToFind<br /> + RangeToFormat → Sci_RangeToFormat<br /> + NotifyHeader → Sci_NotifyHeader + </li> + <li> Accessibility support allowing screen readers to work added on GTK+ and Cocoa. </li> <li> |