diff options
author | nyamatongwe <devnull@localhost> | 2008-01-19 04:19:36 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2008-01-19 04:19:36 +0000 |
commit | 4663b7ffe215ea47902a467e26f4e6b40435f58d (patch) | |
tree | fd44fd40feef2aa1412b06a3832af8212ba6f252 /include/Scintilla.h | |
parent | 541f13e28956050f2111c873dc7afeeaed981ef9 (diff) | |
download | scintilla-mirror-4663b7ffe215ea47902a467e26f4e6b40435f58d.tar.gz |
CopyAllowLine from 280Z28 / Sam Harwell that reproduces Visual Studio's
behaviour when performing copy on an empty selection copies the current
line.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index aa7c6e1be..ac32f40d8 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -667,6 +667,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_INDICATOREND 2509 #define SCI_SETPOSITIONCACHE 2514 #define SCI_GETPOSITIONCACHE 2515 +#define SCI_COPYALLOWLINE 2519 #define SCI_STARTRECORD 3001 #define SCI_STOPRECORD 3002 #define SCI_SETLEXER 4001 |