aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-01-13 01:10:10 +0000
committernyamatongwe <unknown>2002-01-13 01:10:10 +0000
commite468d988b369e61696608fc9ccd52c6d746cb735 (patch)
tree7a1bd0b59cc23e517090aed5a2616b4f0a2126ed /include/Scintilla.h
parent3e4b3fd45dfd68e74824320f909ef19c67f1b6d2 (diff)
downloadscintilla-mirror-e468d988b369e61696608fc9ccd52c6d746cb735.tar.gz
Added option to autocompletion AutoCSetDropRestOfWord which removes any
word characters following an insertion made by auto-completion. Bundled the changes made by an autocompletion into one undo action.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 246301578..543edeaf1 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -225,6 +225,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_USERLISTSHOW 2117
#define SCI_AUTOCSETAUTOHIDE 2118
#define SCI_AUTOCGETAUTOHIDE 2119
+#define SCI_AUTOCSETDROPRESTOFWORD 2270
+#define SCI_AUTOCGETDROPRESTOFWORD 2271
#define SCI_SETINDENT 2122
#define SCI_GETINDENT 2123
#define SCI_SETUSETABS 2124