aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-04-19 09:38:40 +0000
committernyamatongwe <devnull@localhost>2009-04-19 09:38:40 +0000
commita2dd18ee2dd2d4279b02569172e0c111b9b96c9a (patch)
tree4dab662fa7dea25f6329508715bbde47f4f1bd31 /include/Scintilla.h
parent11b81e9bcf0fcb2113d4994ca77ede2155283bfb (diff)
downloadscintilla-mirror-a2dd18ee2dd2d4279b02569172e0c111b9b96c9a.tar.gz
Added UNDO_MAY_COALESCE flag to AddUndoAction.
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 8c1232b8a..27b4e3795 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -705,6 +705,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_ANNOTATIONGETVISIBLE 2549
#define SCI_ANNOTATIONSETSTYLEOFFSET 2550
#define SCI_ANNOTATIONGETSTYLEOFFSET 2551
+#define UNDO_MAY_COALESCE 1
#define SCI_ADDUNDOACTION 2560
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002