diff options
author | nyamatongwe <unknown> | 2002-06-04 00:18:12 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-06-04 00:18:12 +0000 |
commit | 04509e45e716db11a49b000296d67cee099bdb96 (patch) | |
tree | eb57489c82429589986bf2ce2602bf920741af7c | |
parent | 33f069165e53ca46923e75553a5958f9cbf0ddc7 (diff) | |
download | scintilla-mirror-04509e45e716db11a49b000296d67cee099bdb96.tar.gz |
Documented macro recording a bit.
-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 |