aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-11-17 18:08:42 +1100
committerNeil <nyamatongwe@gmail.com>2016-11-17 18:08:42 +1100
commit46bb9cd0f56c44bada43a29b081d75195c839063 (patch)
treed10a3dce0871adf056d9d225148c3f17faee35f4
parent70bee9d94c7107068d5cbf9c564b257ba40f0add (diff)
downloadscintilla-mirror-46bb9cd0f56c44bada43a29b081d75195c839063.tar.gz
Moved newly removed features into the "Removed features" section.
-rw-r--r--doc/ScintillaDoc.html26
1 files changed, 13 insertions, 13 deletions
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 @@
<td>o <a class="toc" href="#EditMessagesNeverSupportedByScintilla">Edit messages never
supported by Scintilla</a></td>
+ <td>o <a class="toc" href="#RemovedFeatures">Removed features</a></td>
+
<td>o <a class="toc" href="#BuildingScintilla">Building Scintilla</a></td>
</tr>
@@ -7876,19 +7878,6 @@ EM_FORMATRANGE
Any use of these symbols should be removed and replaced with <a href="#Indicators">standard indicators</a>.
<code>SCI_GETSTYLEBITS</code> and <code>SCI_GETSTYLEBITSNEEDED</code> always return 8,
indicating that 8 bits are used for styling and there are 256 styles.</p>
-
- <h3 id="RemovedMessages">Features that have been removed</h2>
-
- <p>These features have now been removed completely.</p>
-
- <p><b id="SC_CP_DBCS">SC_CP_DBCS</b> Removed<br />
- This was used to set a DBCS (Double Byte Character Set) mode on GTK+.
- An explicit DBCS code page should be used when calling <a class="seealso" href="#SCI_SETCODEPAGE">SCI_SETCODEPAGE</a></p>
-
- <p><b id="SCI_SETUSEPALETTE">SCI_SETUSEPALETTE(bool usePalette)</b> Removed<br />
- <b id="SCI_GETUSEPALETTE">SCI_GETUSEPALETTE &rarr; bool</b> Removed<br />
- Scintilla no longer supports palette mode. The last version to support palettes was 2.29.
- Any calls to these methods must be removed.</p>
<h2 id="EditMessagesNeverSupportedByScintilla">Edit messages never supported by Scintilla</h2>
<pre>
@@ -7927,6 +7916,17 @@ EM_SETTARGETDEVICE
<h2 id="RemovedFeatures">Removed features</h2>
+ <p>These features have now been removed completely.</p>
+
+ <p><b id="SC_CP_DBCS">SC_CP_DBCS</b> Removed in 2016 with release 3.7.1<br />
+ This was used to set a DBCS (Double Byte Character Set) mode on GTK+.
+ An explicit DBCS code page should be used when calling <a class="seealso" href="#SCI_SETCODEPAGE">SCI_SETCODEPAGE</a></p>
+
+ <p><b id="SCI_SETUSEPALETTE">SCI_SETUSEPALETTE(bool usePalette)</b> Removed in 2016 with release 3.7.1<br />
+ <b id="SCI_GETUSEPALETTE">SCI_GETUSEPALETTE &rarr; bool</b> Removed in 2016 with release 3.7.1<br />
+ Scintilla no longer supports palette mode. The last version to support palettes was 2.29.
+ Any calls to these methods must be removed.</p>
+
<p>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 <a href="#Indicators">standard indicators</a>.</p>