aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-04-29 19:48:39 +1000
committernyamatongwe <devnull@localhost>2011-04-29 19:48:39 +1000
commit6c97f9c411593118bfd807b8a1b8370b17120454 (patch)
treea5d6928b10f3b4979a8a4afdf30087bad9e9eaad /include/Scintilla.h
parentb3d1c9dd20616fc0e6276571a5bd7faa5141bcdd (diff)
downloadscintilla-mirror-6c97f9c411593118bfd807b8a1b8370b17120454.tar.gz
Use indicators to show matching braces. Feature #3290434.
From Marko Njezic.
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 0405fe844..00df9c349 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -556,7 +556,9 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_MOVECARETINSIDEVIEW 2401
#define SCI_LINELENGTH 2350
#define SCI_BRACEHIGHLIGHT 2351
+#define SCI_BRACEHIGHLIGHTINDICATOR 2498
#define SCI_BRACEBADLIGHT 2352
+#define SCI_BRACEBADLIGHTINDICATOR 2499
#define SCI_BRACEMATCH 2353
#define SCI_GETVIEWEOL 2355
#define SCI_SETVIEWEOL 2356