diff options
author | nyamatongwe <devnull@localhost> | 2010-03-26 06:31:57 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-03-26 06:31:57 +0000 |
commit | c6de3de1530c4bd4067cd6533de4a3a8c4092a5c (patch) | |
tree | 9d553d3004fc4fc9de5aa2de943d11fbd35dfffc /include/Scintilla.h | |
parent | 9d3b3ebfd5cc7f84e4afe5dc9ecab9d44055eee8 (diff) | |
download | scintilla-mirror-c6de3de1530c4bd4067cd6533de4a3a8c4092a5c.tar.gz |
Added SCI_GETTAG.
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 2a79f6649..a4f99c2c7 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -490,6 +490,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SC_MULTIPASTE_EACH 1 #define SCI_SETMULTIPASTE 2614 #define SCI_GETMULTIPASTE 2615 +#define SCI_GETTAG 2616 #define SCI_TARGETFROMSELECTION 2287 #define SCI_LINESJOIN 2288 #define SCI_LINESSPLIT 2289 |