diff options
| author | nyamatongwe <devnull@localhost> | 2002-10-08 07:41:19 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2002-10-08 07:41:19 +0000 | 
| commit | c448730ff34cd6ee93e5575098f8d5a80519be94 (patch) | |
| tree | 6207323e412778248f8c7774e231768d87edfb9e | |
| parent | 7fb2b39a6ed61aa7f213789013b13926b362832c (diff) | |
| download | scintilla-mirror-c448730ff34cd6ee93e5575098f8d5a80519be94.tar.gz | |
Append text can be saved in macros.
| -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: | 
