diff options
author | nyamatongwe <devnull@localhost> | 2011-10-26 16:54:05 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-10-26 16:54:05 +1100 |
commit | b0c6298f1a5b7a1b16a20ccd577f6e2318ae95ad (patch) | |
tree | ccffc12c65a182ec59140f049c1d0e9faace2152 /include/Scintilla.h | |
parent | 576adef9a5df55d74e2730dc3ffb5db9f0a0a3f2 (diff) | |
download | scintilla-mirror-b0c6298f1a5b7a1b16a20ccd577f6e2318ae95ad.tar.gz |
Implement ILoader interface so that clients can load documents from
background threads.
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 1cccd7872..11f9bbd9e 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -831,6 +831,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SC_TECHNOLOGY_DIRECTWRITE 1 #define SCI_SETTECHNOLOGY 2630 #define SCI_GETTECHNOLOGY 2631 +#define SCI_CREATELOADER 2632 #define SCI_STARTRECORD 3001 #define SCI_STOPRECORD 3002 #define SCI_SETLEXER 4001 |