aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-10-26 16:54:05 +1100
committernyamatongwe <devnull@localhost>2011-10-26 16:54:05 +1100
commitb0c6298f1a5b7a1b16a20ccd577f6e2318ae95ad (patch)
treeccffc12c65a182ec59140f049c1d0e9faace2152 /include/Scintilla.h
parent576adef9a5df55d74e2730dc3ffb5db9f0a0a3f2 (diff)
downloadscintilla-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.h1
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