diff -r 6a3b0acda958 -r 1b67aa43ec93 src/eric7/Documentation/Source/eric7.QScintilla.QsciScintillaCompat.html --- a/src/eric7/Documentation/Source/eric7.QScintilla.QsciScintillaCompat.html Fri Oct 13 08:30:15 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.QsciScintillaCompat.html Fri Oct 13 09:10:05 2023 +0200 @@ -24,6 +24,10 @@ <td><a href="#QsciScintillaCompat">QsciScintillaCompat</a></td> <td>Class implementing a compatability interface to QsciScintilla.</td> </tr> +<tr> +<td><a href="#QsciScintillaPrintColorMode">QsciScintillaPrintColorMode</a></td> +<td>Class defining the various print color modes.</td> +</tr> </table> <h3>Functions</h3> @@ -484,6 +488,10 @@ <td>Public slot to set the modification status.</td> </tr> <tr> +<td><a href="#QsciScintillaCompat.setPrintColorMode">setPrintColorMode</a></td> +<td>Public method to set the print color mode (i.e.</td> +</tr> +<tr> <td><a href="#QsciScintillaCompat.setRectangularSelection">setRectangularSelection</a></td> <td>Public method to set a rectangular selection.</td> </tr> @@ -2275,6 +2283,20 @@ new modification status (boolean) </dd> </dl> +<a NAME="QsciScintillaCompat.setPrintColorMode" ID="QsciScintillaCompat.setPrintColorMode"></a> +<h4>QsciScintillaCompat.setPrintColorMode</h4> +<b>setPrintColorMode</b>(<i>colorMode</i>) + +<p> + Public method to set the print color mode (i.e. background handling). +</p> +<dl> + +<dt><i>colorMode</i> (QsciScintillaPrintColorMode)</dt> +<dd> +color mode to be set +</dd> +</dl> <a NAME="QsciScintillaCompat.setRectangularSelection" ID="QsciScintillaCompat.setRectangularSelection"></a> <h4>QsciScintillaCompat.setRectangularSelection</h4> <b>setRectangularSelection</b>(<i>startLine, startIndex, endLine, endIndex</i>) @@ -2490,4 +2512,36 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="QsciScintillaPrintColorMode" ID="QsciScintillaPrintColorMode"></a> +<h2>QsciScintillaPrintColorMode</h2> + +<p> + Class defining the various print color modes. +</p> +<h3>Derived from</h3> +enum.IntEnum +<h3>Class Attributes</h3> + +<table> +<tr><td>BlackOnWhite</td></tr><tr><td>ColorOnWhite</td></tr><tr><td>ColorOnWhiteDefaultBackground</td></tr><tr><td>InvertLight</td></tr><tr><td>Normal</td></tr><tr><td>ScreenColors</td></tr> +</table> +<h3>Class Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Static Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html> \ No newline at end of file