From 46bb9cd0f56c44bada43a29b081d75195c839063 Mon Sep 17 00:00:00 2001
From: Neil o Edit messages never
supported by Scintilla
+ o Removed features
+
o Building Scintilla
@@ -7876,19 +7878,6 @@ 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.
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.
@@ -7927,6 +7916,17 @@ EM_SETTARGETDEVICE
Removed features
+ These features have now been removed completely.
+
+ SC_CP_DBCS Removed in 2016 with release 3.7.1
+ 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 in 2016 with release 3.7.1
+ SCI_GETUSEPALETTE → bool Removed in 2016 with release 3.7.1
+ Scintilla no longer supports palette mode. The last version to support palettes was 2.29.
+ Any calls to these methods must be removed.
+
Previous versions of Scintilla allowed indicators to be stored in bits of each style byte.
This was deprecated in 2007 and removed in 2014 with release 3.4.3.
All uses of style byte indicators should be replaced with standard indicators.
--
cgit v1.2.3