diff options
author | Neil <nyamatongwe@gmail.com> | 2017-08-25 17:36:43 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-08-25 17:36:43 +1000 |
commit | 7c347102a548d811cd4cb31fabf3427f31516a53 (patch) | |
tree | 6e48ad30f1ca1d4aeee76fa8b544fa2d9c20cc68 /include/Scintilla.h | |
parent | 06d3f7dd781d5a82f8141cb11279df64d9fd4880 (diff) | |
download | scintilla-mirror-7c347102a548d811cd4cb31fabf3427f31516a53.tar.gz |
Backport: Moved *StyleBits* APIs into deprecated category.
Backport of changeset 6379:b44bb3627bbd.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 52c810a82..be858af7c 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -320,8 +320,6 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SETWHITESPACEBACK 2085 #define SCI_SETWHITESPACESIZE 2086 #define SCI_GETWHITESPACESIZE 2087 -#define SCI_SETSTYLEBITS 2090 -#define SCI_GETSTYLEBITS 2091 #define SCI_SETLINESTATE 2092 #define SCI_GETLINESTATE 2093 #define SCI_GETMAXLINESTATE 2094 @@ -990,7 +988,6 @@ 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 SCI_GETLEXERLANGUAGE 4012 #define SCI_PRIVATELEXERCALL 4013 #define SCI_PROPERTYNAMES 4014 @@ -1215,6 +1212,10 @@ struct SCNotification { #define RangeToFormat Sci_RangeToFormat #define NotifyHeader Sci_NotifyHeader +#define SCI_SETSTYLEBITS 2090 +#define SCI_GETSTYLEBITS 2091 +#define SCI_GETSTYLEBITSNEEDED 4011 + #endif #endif |