From 89ad0b00f23ea3bfa5da86fbab994dab075370da Mon Sep 17 00:00:00 2001
From: Neil INCLUDE_DEPRECATED_FEATURES in Scintilla.h. To ensure future
compatibility you should change them as indicated.
SCI_SETUSEPALETTE(bool usePalette)
- SCI_GETUSEPALETTE → bool
+
SCI_SETKEYSUNICODE(bool keysUnicode)
SCI_GETKEYSUNICODE → bool
SCI_SETSTYLEBITS(int bits)
@@ -7862,15 +7861,6 @@ EM_FORMATRANGE
SCI_GETSTYLEBITSNEEDED → int
- SC_CP_DBCS Deprecated
- This was used to set a DBCS (Double Byte Character Set) mode on GTK+.
- An explicit DBCS code page should be used when calling SCI_SETCODEPAGE
-
- SCI_SETUSEPALETTE(bool usePalette) Deprecated
- SCI_GETUSEPALETTE → bool Deprecated
- Scintilla no longer supports palette mode. The last version to support palettes was 2.29.
- Any calls to these methods should be removed.
-
SCI_SETKEYSUNICODE(bool keysUnicode) Deprecated
SCI_GETKEYSUNICODE → bool Deprecated
On Windows, Scintilla no longer supports narrow character windows so input is always treated as Unicode.
@@ -7886,6 +7876,19 @@ EM_FORMATRANGE
Any use of these symbols should be removed and replaced with standard indicators.
SCI_GETSTYLEBITS and SCI_GETSTYLEBITSNEEDED always return 8,
indicating that 8 bits are used for styling and there are 256 styles.
+
+ Features that have been removed
+
+
These features have now been removed completely.
+
+ SC_CP_DBCS Removed
+ This was used to set a DBCS (Double Byte Character Set) mode on GTK+.
+ An explicit DBCS code page should be used when calling SCI_SETCODEPAGE
+
+ SCI_SETUSEPALETTE(bool usePalette) Removed
+ SCI_GETUSEPALETTE → bool Removed
+ Scintilla no longer supports palette mode. The last version to support palettes was 2.29.
+ Any calls to these methods must be removed.
Edit messages never supported by Scintilla
--
cgit v1.2.3