diff options
| author | nyamatongwe <devnull@localhost> | 2012-05-26 15:25:57 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2012-05-26 15:25:57 +1000 |
| commit | 3828986655c93d7f496ddce9567c53cab6cf57bb (patch) | |
| tree | f1e5140f969c3f8865e17d3b31610b733ee5abc5 /include/Scintilla.h | |
| parent | 1596a6d6b4540980cd6a8249460d881d6d190c1f (diff) | |
| download | scintilla-mirror-3828986655c93d7f496ddce9567c53cab6cf57bb.tar.gz | |
Add DeleteRange method.
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 e5d545349..8251726dc 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -51,6 +51,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_ADDSTYLEDTEXT 2002 #define SCI_INSERTTEXT 2003 #define SCI_CLEARALL 2004 +#define SCI_DELETERANGE 2645 #define SCI_CLEARDOCUMENTSTYLE 2005 #define SCI_GETLENGTH 2006 #define SCI_GETCHARAT 2007 |
