From 89ad0b00f23ea3bfa5da86fbab994dab075370da Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 16 Nov 2016 09:41:55 +1100 Subject: Removed elements that have been deprecated for more than 5 years. --- doc/ScintillaDoc.html | 25 ++++++++++++++----------- doc/ScintillaHistory.html | 4 ++++ 2 files changed, 18 insertions(+), 11 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 5783ffe2c..aeace7767 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -7853,8 +7853,7 @@ EM_FORMATRANGE 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

diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 758acc9fc..931a81a26 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -534,6 +534,10 @@
 	NotifyHeader → Sci_NotifyHeader
 	
 	
  • + Previously deprecated features SC_CP_DBCS, SCI_SETUSEPALETTE. and SCI_GETUSEPALETTE + have been removed and can no longer be used in client code. +
  • +
  • Accessibility support allowing screen readers to work added on GTK+ and Cocoa.
  • -- cgit v1.2.3