diff options
author | nyamatongwe <devnull@localhost> | 2005-08-30 11:07:33 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-08-30 11:07:33 +0000 |
commit | 95a714f8a63361dc6301e45173cdfa047e0f6b5c (patch) | |
tree | 1f359ea0977818f6efbafb8d5c5d2fbfa7bdd473 /include/Scintilla.h | |
parent | af030da0ca3350e14457afd71776d37fb84d6f7d (diff) | |
download | scintilla-mirror-95a714f8a63361dc6301e45173cdfa047e0f6b5c.tar.gz |
Added StyleBitsNeeded property and implemented to return 5 for all lexers
except HTML, XML, ... (7) and Ruby (6).
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 359db9c8f..cb91cba6f 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -616,6 +616,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_GETPROPERTY 4008 #define SCI_GETPROPERTYEXPANDED 4009 #define SCI_GETPROPERTYINT 4010 +#define SCI_GETSTYLEBITSNEEDED 4011 #define SC_MOD_INSERTTEXT 0x1 #define SC_MOD_DELETETEXT 0x2 #define SC_MOD_CHANGESTYLE 0x4 |