aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-08-25 17:36:43 +1000
committerNeil <nyamatongwe@gmail.com>2017-08-25 17:36:43 +1000
commit98cacd3e780a3568b6223b28aaecb747655b0b9d (patch)
treeb1818c07406247b2278d740a6997a762aee1ee4f /include/Scintilla.h
parent703aaadda121889b28bd24ee787bef2a550c5883 (diff)
downloadscintilla-mirror-98cacd3e780a3568b6223b28aaecb747655b0b9d.tar.gz
Moved *StyleBits* APIs into deprecated category.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 37bcf146f..95d8b6957 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
@@ -988,7 +986,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
@@ -1216,6 +1213,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