diff options
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 28010507f..667acb7b3 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2054,6 +2054,14 @@ struct Sci_TextToFindFull { <td>Restore selection for each undo and redo.</td> </tr> + <tr> + <th align="left"><code>SC_UNDO_SELECTION_HISTORY_SCROLL</code></th> + + <td>2</td> + + <td>Restore vertical scroll position. Has no effect without <code>SC_UNDO_SELECTION_HISTORY_ENABLED</code>.</td> + </tr> + </tbody> </table> |