aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-06-04 00:18:12 +0000
committernyamatongwe <devnull@localhost>2002-06-04 00:18:12 +0000
commit8c12c045f88da00c744ee39ca15ea3d06de63996 (patch)
treeeb57489c82429589986bf2ce2602bf920741af7c
parent1177a44a031a7ed753c4f2e94880e7c76694aeee (diff)
downloadscintilla-mirror-8c12c045f88da00c744ee39ca15ea3d06de63996.tar.gz
Documented macro recording a bit.
-rw-r--r--doc/ScintillaDoc.html8
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