From 46bb9cd0f56c44bada43a29b081d75195c839063 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 17 Nov 2016 18:08:42 +1100 Subject: Moved newly removed features into the "Removed features" section. --- doc/ScintillaDoc.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index aeace7767..a53f17566 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -365,6 +365,8 @@ 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.

- -

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

@@ -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