diff options
author | nyamatongwe <unknown> | 2002-10-08 07:41:19 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-10-08 07:41:19 +0000 |
commit | 2172b0d6116d12f2ec1670c581be28fafaa91c97 (patch) | |
tree | 6207323e412778248f8c7774e231768d87edfb9e /src | |
parent | cd3c42aa0d578b1307fabd4ee8879eb710959b77 (diff) | |
download | scintilla-mirror-2172b0d6116d12f2ec1670c581be28fafaa91c97.tar.gz |
Append text can be saved in macros.
Diffstat (limited to 'src')
-rw-r--r-- | src/Editor.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index 02687ae04..d3a3cc8ef 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -3005,6 +3005,7 @@ void Editor::NotifyMacroRecord(unsigned int iMessage, unsigned long wParam, long case SCI_REPLACESEL: case SCI_ADDTEXT: case SCI_INSERTTEXT: + case SCI_APPENDTEXT: case SCI_CLEARALL: case SCI_SELECTALL: case SCI_GOTOLINE: |