diff options
-rw-r--r-- | doc/ScintillaDoc.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 67167921a..30d7660dd 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1133,7 +1133,10 @@ SCI_STARTRECORD SCI_STOPRECORD </pre> <p> - Starts and stops macro recording mode. + Start and stop macro recording mode. + In macro recording mode, actions are reported to the container through + SCN_MACRORECORD notifications. It is then up to the container to + record these actions for future replay. </p> <h3> Printing @@ -1555,7 +1558,8 @@ SCN_MACRORECORD <p> Tells the container that an operation is being performed so that the container may choose to record the fact if it is in a macro - recording mode. + recording mode. + The fields set in this notification are message, wParam, and lParam. </p> <pre> SCN_MARGINCLICK |